text
stringlengths
6
13.6M
id
stringlengths
13
176
metadata
dict
__index_level_0__
int64
0
1.69k
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/common/client_wrapper/testing/stub_flutter_api.h" #include <cassert> static flutter::testing::StubFlutterApi* s_stub_imp...
engine/shell/platform/common/client_wrapper/testing/stub_flutter_api.cc/0
{ "file_path": "engine/shell/platform/common/client_wrapper/testing/stub_flutter_api.cc", "repo_id": "engine", "token_count": 1983 }
312
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/common/incoming_message_dispatcher.h" #include "gtest/gtest.h" namespace flutter { TEST(IncomingMessageDispatcher, SetHa...
engine/shell/platform/common/incoming_message_dispatcher_unittests.cc/0
{ "file_path": "engine/shell/platform/common/incoming_message_dispatcher_unittests.cc", "repo_id": "engine", "token_count": 1250 }
313
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "test_accessibility_bridge.h" namespace flutter { std::shared_ptr<FlutterPlatformNodeDelegate> TestAccessibilityBridge::CreateFlutterPlatformNod...
engine/shell/platform/common/test_accessibility_bridge.cc/0
{ "file_path": "engine/shell/platform/common/test_accessibility_bridge.cc", "repo_id": "engine", "token_count": 237 }
314
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <tuple> #include "flutter/shell/platform/darwin/common/availability_version_check.h" #include "gtest/gtest.h" TEST(AvailabilityVersionCheck, Ca...
engine/shell/platform/darwin/common/availability_version_check_unittests.cc/0
{ "file_path": "engine/shell/platform/darwin/common/availability_version_check_unittests.cc", "repo_id": "engine", "token_count": 609 }
315
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/common/framework/Headers/FlutterCodecs.h" #include <cstring> FLUTTER_ASSERT_ARC @implementation FlutterBinaryCode...
engine/shell/platform/darwin/common/framework/Source/FlutterCodecs.mm/0
{ "file_path": "engine/shell/platform/darwin/common/framework/Source/FlutterCodecs.mm", "repo_id": "engine", "token_count": 1868 }
316
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_GRAPHICS_FLUTTERDARWINCONTEXTMETALSKIA_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_GRAPHICS_FLUTTERDARWINCONTEXTMETALSKI...
engine/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.h/0
{ "file_path": "engine/shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.h", "repo_id": "engine", "token_count": 872 }
317
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>Flutter</string> <key>CFBundleIdentifier</ke...
engine/shell/platform/darwin/ios/framework/Info.plist/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Info.plist", "repo_id": "engine", "token_count": 373 }
318
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponder.h" #include <objc/NSObjCRuntime.h> #import <objc/message.h> #inclu...
engine/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponder.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterEmbedderKeyResponder.mm", "repo_id": "engine", "token_count": 11668 }
319
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManager.h" #include "flutter/fml/platform/darwin/message_loop_darwin.h" #include...
engine/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManager.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterKeyboardManager.mm", "repo_id": "engine", "token_count": 1772 }
320
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERPLUGINAPPLIFECYCLEDELEGATE_INTERNAL_H_ #define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWOR...
engine/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegate_internal.h/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/FlutterPluginAppLifeCycleDelegate_internal.h", "repo_id": "engine", "token_count": 300 }
321
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <map> #include <set> #include "flutter/shell/platform/darwin/ios/framework/Source/KeyCodeMap_Internal.h" // DO NOT EDIT -- DO NOT EDIT -- DO NOT ...
engine/shell/platform/darwin/ios/framework/Source/KeyCodeMap.g.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/KeyCodeMap.g.mm", "repo_id": "engine", "token_count": 6758 }
322
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import <tuple> #import <OCMock/OCMock.h> #import <XCTest/XCTest.h> #import "flutter/shell/platform/darwin/common/availability_version_check.h" @interfa...
engine/shell/platform/darwin/ios/framework/Source/availability_version_check_test.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/framework/Source/availability_version_check_test.mm", "repo_id": "engine", "token_count": 243 }
323
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/ios/ios_context_metal_skia.h" #include "flutter/common/graphics/persistent_cache.h" #include "flutter/fml/logging.h...
engine/shell/platform/darwin/ios/ios_context_metal_skia.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/ios_context_metal_skia.mm", "repo_id": "engine", "token_count": 800 }
324
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/ios/platform_message_handler_ios.h" #import "flutter/fml/trace_event.h" #import "flutter/lib/ui/window/platform_mes...
engine/shell/platform/darwin/ios/platform_message_handler_ios.mm/0
{ "file_path": "engine/shell/platform/darwin/ios/platform_message_handler_ios.mm", "repo_id": "engine", "token_count": 1885 }
325
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleExecutable</key> <string>FlutterMacOS</string> <key>CFBundleIdentifier</ke...
engine/shell/platform/darwin/macos/framework/Info.plist/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Info.plist", "repo_id": "engine", "token_count": 307 }
326
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/macos/framework/Source/FlutterCompositor.h" #import "flutter/shell/platform/darwin/macos/framework/Source/FlutterMut...
engine/shell/platform/darwin/macos/framework/Source/FlutterCompositor.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterCompositor.mm", "repo_id": "engine", "token_count": 2544 }
327
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/macos/framework/Source/FlutterExternalTexture.h" #include "flutter/fml/platform/darwin/cf_utils.h" @implementation...
engine/shell/platform/darwin/macos/framework/Source/FlutterExternalTexture.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterExternalTexture.mm", "repo_id": "engine", "token_count": 2276 }
328
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformNodeDelegateMac.h" #import "flutter/shell/platform/darwin/macos/framework/Hea...
engine/shell/platform/darwin/macos/framework/Source/FlutterPlatformNodeDelegateMac.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterPlatformNodeDelegateMac.mm", "repo_id": "engine", "token_count": 1959 }
329
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "flutter/shell/platform/darwin/macos/framework/Source/FlutterTextInputSemanticsObject.h" #import "flutter/shell/platform/darwin/macos/framework/So...
engine/shell/platform/darwin/macos/framework/Source/FlutterTextInputSemanticsObject.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterTextInputSemanticsObject.mm", "repo_id": "engine", "token_count": 2441 }
330
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "KeyCodeMap_Internal.h" #import "flutter/shell/platform/darwin/macos/framework/Headers/FlutterViewController.h" #import "flutter/shell/platform/dar...
engine/shell/platform/darwin/macos/framework/Source/FlutterViewControllerTest.mm/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/Source/FlutterViewControllerTest.mm", "repo_id": "engine", "token_count": 22704 }
331
framework module FlutterMacOS { umbrella header "FlutterMacOS.h" export * module * { export * } }
engine/shell/platform/darwin/macos/framework/module.modulemap/0
{ "file_path": "engine/shell/platform/darwin/macos/framework/module.modulemap", "repo_id": "engine", "token_count": 34 }
332
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/embedder/embedder_external_view.h" #include "flutter/display_list/dl_builder.h" #include "flutter/fml/trace_event.h" #inc...
engine/shell/platform/embedder/embedder_external_view.cc/0
{ "file_path": "engine/shell/platform/embedder/embedder_external_view.cc", "repo_id": "engine", "token_count": 1736 }
333
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/embedder/embedder_render_target_skia.h" #include "flutter/fml/logging.h" namespace flutter { EmbedderRenderTargetSkia::...
engine/shell/platform/embedder/embedder_render_target_skia.cc/0
{ "file_path": "engine/shell/platform/embedder/embedder_render_target_skia.cc", "repo_id": "engine", "token_count": 397 }
334
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_SURFACE_SOFTWARE_H_ #define FLUTTER_SHELL_PLATFORM_EMBEDDER_EMBEDDER_SURFACE_SOFTWARE_H_ #include "flutte...
engine/shell/platform/embedder/embedder_surface_software.h/0
{ "file_path": "engine/shell/platform/embedder/embedder_surface_software.h", "repo_id": "engine", "token_count": 691 }
335
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/embedder/platform_view_embedder.h" #include <utility> #include "flutter/fml/make_copyable.h" namespace flutter { class...
engine/shell/platform/embedder/platform_view_embedder.cc/0
{ "file_path": "engine/shell/platform/embedder/platform_view_embedder.cc", "repo_id": "engine", "token_count": 2787 }
336
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_BACKINGSTORE_PRODUCER_H_ #define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_BACKINGSTO...
engine/shell/platform/embedder/tests/embedder_test_backingstore_producer.h/0
{ "file_path": "engine/shell/platform/embedder/tests/embedder_test_backingstore_producer.h", "repo_id": "engine", "token_count": 1151 }
337
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_METAL_H_ #define FLUTTER_SHELL_PLATFORM_EMBEDDER_TESTS_EMBEDDER_TEST_CONTEXT_METAL_H_ ...
engine/shell/platform/embedder/tests/embedder_test_context_metal.h/0
{ "file_path": "engine/shell/platform/embedder/tests/embedder_test_context_metal.h", "repo_id": "engine", "token_count": 997 }
338
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. library fuchsia; import 'dart:io'; import 'dart:isolate'; import 'dart:zircon'; // ignore_for_file: native_function_body_in_non_sdk_code // ignore_for_fi...
engine/shell/platform/fuchsia/dart-pkg/fuchsia/lib/fuchsia.dart/0
{ "file_path": "engine/shell/platform/fuchsia/dart-pkg/fuchsia/lib/fuchsia.dart", "repo_id": "engine", "token_count": 902 }
339
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "handle.h" #include <algorithm> #include "third_party/tonic/dart_binding_macros.h" #include "third_party/tonic/dart_class_library.h" using toni...
engine/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle.cc/0
{ "file_path": "engine/shell/platform/fuchsia/dart-pkg/zircon/sdk_ext/handle.cc", "repo_id": "engine", "token_count": 1441 }
340
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_CHANNEL_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_PKG_ZIRCON_FFI_CHANNEL_H_ #include "basi...
engine/shell/platform/fuchsia/dart-pkg/zircon_ffi/channel.h/0
{ "file_path": "engine/shell/platform/fuchsia/dart-pkg/zircon_ffi/channel.h", "repo_id": "engine", "token_count": 358 }
341
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_RUNNER_BUILTIN_LIBRARIES_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_DART_RUNNER_BUILTIN_LIBRARIES_H_ #include <...
engine/shell/platform/fuchsia/dart_runner/builtin_libraries.h/0
{ "file_path": "engine/shell/platform/fuchsia/dart_runner/builtin_libraries.h", "repo_id": "engine", "token_count": 455 }
342
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//build/compiled_action.gni") import("//flutter/common/config.gni") import("//flutter/tools/fuchsia/dart.gni") import("//flutter/tools/fuchsia/gn-sdk/...
engine/shell/platform/fuchsia/dart_runner/kernel/BUILD.gn/0
{ "file_path": "engine/shell/platform/fuchsia/dart_runner/kernel/BUILD.gn", "repo_id": "engine", "token_count": 1045 }
343
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <dart/test/cpp/fidl.h> #include <fuchsia/tracing/provider/cpp/fidl.h> #include <lib/async-loop/testing/cpp/real_loop.h> #include <lib/sys/componen...
engine/shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_aot_runner/dart-aot-runner-integration-test.cc/0
{ "file_path": "engine/shell/platform/fuchsia/dart_runner/tests/startup_integration_test/dart_aot_runner/dart-aot-runner-integration-test.cc", "repo_id": "engine", "token_count": 1726 }
344
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. assert(is_fuchsia) import("//flutter/common/config.gni") import("//flutter/shell/config.gni") import("//flutter/shell/gpu/gpu.gni") import("//flutter/testing...
engine/shell/platform/fuchsia/flutter/BUILD.gn/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/BUILD.gn", "repo_id": "engine", "token_count": 12624 }
345
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_EXTERNAL_VIEW_EMBEDDER_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_EXTERNAL_VIEW_EMBEDDER_H_ #include...
engine/shell/platform/fuchsia/flutter/external_view_embedder.h/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/external_view_embedder.h", "repo_id": "engine", "token_count": 3132 }
346
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//build/compiled_action.gni") import("//flutter/common/config.gni") import("//flutter/tools/fuchsia/dart.gni") import("//flutter/tools/fuchsia/gn-sdk/...
engine/shell/platform/fuchsia/flutter/kernel/BUILD.gn/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/kernel/BUILD.gn", "repo_id": "engine", "token_count": 1049 }
347
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #define RAPIDJSON_HAS_STDSTRING 1 #include "platform_view.h" #include <fuchsia/ui/app/cpp/fidl.h> #include <zircon/status.h> #include <algorithm> #inclu...
engine/shell/platform/fuchsia/flutter/platform_view.cc/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/platform_view.cc", "repo_id": "engine", "token_count": 18951 }
348
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <gtest/gtest.h> #include <cstdlib> #include "runner.h" #include "third_party/icu/source/i18n/unicode/timezone.h" namespace flutter_runner { TE...
engine/shell/platform/fuchsia/flutter/runner_tzdata_unittest.cc/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/runner_tzdata_unittest.cc", "repo_id": "engine", "token_count": 417 }
349
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_MOUSE_SOURCE_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_FLUTTER_TESTS_FAKES_MOUSE_SOURCE_H_ #inc...
engine/shell/platform/fuchsia/flutter/tests/fakes/mouse_source.h/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/fakes/mouse_source.h", "repo_id": "engine", "token_count": 441 }
350
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. assert(is_fuchsia) import("//flutter/tools/fuchsia/fuchsia_archive.gni") import("//flutter/tools/fuchsia/gn-sdk/src/gn_configs.gni") import("//flutter/tools/...
engine/shell/platform/fuchsia/flutter/tests/integration/text-input/BUILD.gn/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/integration/text-input/BUILD.gn", "repo_id": "engine", "token_count": 1019 }
351
// Copyright 2020 The Fuchsia Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:convert'; import 'dart:typed_data'; import 'dart:ui'; import 'dart:zircon'; void main() { print('Launching touch-input-view'); TestApp ap...
engine/shell/platform/fuchsia/flutter/tests/integration/touch-input/touch-input-view/lib/touch-input-view.dart/0
{ "file_path": "engine/shell/platform/fuchsia/flutter/tests/integration/touch-input/touch-input-view/lib/touch-input-view.dart", "repo_id": "engine", "token_count": 1050 }
352
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNTIME_DART_UTILS_ROOT_INSPECT_NODE_H_ #define FLUTTER_SHELL_PLATFORM_FUCHSIA_RUNTIME_DART_UTILS_ROOT_INSPECT_NODE_...
engine/shell/platform/fuchsia/runtime/dart/utils/root_inspect_node.h/0
{ "file_path": "engine/shell/platform/fuchsia/runtime/dart/utils/root_inspect_node.h", "repo_id": "engine", "token_count": 482 }
353
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_GLFW_CLIENT_WRAPPER_INCLUDE_FLUTTER_FLUTTER_ENGINE_H_ #define FLUTTER_SHELL_PLATFORM_GLFW_CLIENT_WRAPPER_INCLUDE_FLUTTER_FLU...
engine/shell/platform/glfw/client_wrapper/include/flutter/flutter_engine.h/0
{ "file_path": "engine/shell/platform/glfw/client_wrapper/include/flutter/flutter_engine.h", "repo_id": "engine", "token_count": 687 }
354
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_GLFW_KEY_EVENT_HANDLER_H_ #define FLUTTER_SHELL_PLATFORM_GLFW_KEY_EVENT_HANDLER_H_ #include <memory> #include "flutter/she...
engine/shell/platform/glfw/key_event_handler.h/0
{ "file_path": "engine/shell/platform/glfw/key_event_handler.h", "repo_id": "engine", "token_count": 535 }
355
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_ACCESSIBLE_TEXT_FIELD_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_FL_ACCESSIBLE_TEXT_FIELD_H_ #include <gtk/gtk.h> #i...
engine/shell/platform/linux/fl_accessible_text_field.h/0
{ "file_path": "engine/shell/platform/linux/fl_accessible_text_field.h", "repo_id": "engine", "token_count": 421 }
356
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Included first as it collides with the X11 headers. #include "gtest/gtest.h" #include "flutter/shell/platform/common/app_lifecycle_state.h" #include "f...
engine/shell/platform/linux/fl_engine_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_engine_test.cc", "repo_id": "engine", "token_count": 7704 }
357
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/linux/fl_key_embedder_responder.h" #include "gtest/gtest.h" #include "flutter/shell/platform/embedder/test_utils/key_cod...
engine/shell/platform/linux/fl_key_embedder_responder_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_key_embedder_responder_test.cc", "repo_id": "engine", "token_count": 31855 }
358
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // Included first as it collides with the X11 headers. #include "gtest/gtest.h" #include "flutter/shell/platform/linux/fl_binary_messenger_private.h" #inc...
engine/shell/platform/linux/fl_method_channel_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_method_channel_test.cc", "repo_id": "engine", "token_count": 13161 }
359
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include <gtk/gtk.h> // Included first as it collides with the X11 headers. #include "gtest/gtest.h" #include "flutter/shell/platform/linux/fl_binary_mes...
engine/shell/platform/linux/fl_plugin_registrar_test.cc/0
{ "file_path": "engine/shell/platform/linux/fl_plugin_registrar_test.cc", "repo_id": "engine", "token_count": 471 }
360
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_SETTINGS_PLUGIN_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_FL_SETTINGS_PLUGIN_H_ #include "flutter/shell/platform/lin...
engine/shell/platform/linux/fl_settings_plugin.h/0
{ "file_path": "engine/shell/platform/linux/fl_settings_plugin.h", "repo_id": "engine", "token_count": 489 }
361
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/linux/fl_text_input_view_delegate.h" G_DEFINE_INTERFACE(FlTextInputViewDelegate, fl_text_input_view_de...
engine/shell/platform/linux/fl_text_input_view_delegate.cc/0
{ "file_path": "engine/shell/platform/linux/fl_text_input_view_delegate.cc", "repo_id": "engine", "token_count": 336 }
362
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_FL_VIEW_PRIVATE_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_FL_VIEW_PRIVATE_H_ #include "flutter/shell/platform/linux/pub...
engine/shell/platform/linux/fl_view_private.h/0
{ "file_path": "engine/shell/platform/linux/fl_view_private.h", "repo_id": "engine", "token_count": 287 }
363
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_METHOD_CODEC_H_ #define FLUTTER_SHELL_PLATFORM_LINUX_PUBLIC_FLUTTER_LINUX_FL_METHOD_CODEC_H_ ...
engine/shell/platform/linux/public/flutter_linux/fl_method_codec.h/0
{ "file_path": "engine/shell/platform/linux/public/flutter_linux/fl_method_codec.h", "repo_id": "engine", "token_count": 1960 }
364
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "fl_test_gtk_logs.h" #include "gtest/gtest.h" namespace flutter { namespace testing { namespace { bool gtk_initialized = false; GLogWriterFunc ...
engine/shell/platform/linux/testing/fl_test_gtk_logs.cc/0
{ "file_path": "engine/shell/platform/linux/testing/fl_test_gtk_logs.cc", "repo_id": "engine", "token_count": 620 }
365
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/linux/testing/mock_settings.h" using namespace flutter::testing; G_DECLARE_FINAL_TYPE(FlMockSettings, ...
engine/shell/platform/linux/testing/mock_settings.cc/0
{ "file_path": "engine/shell/platform/linux/testing/mock_settings.cc", "repo_id": "engine", "token_count": 1174 }
366
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_ACCESSIBILITY_PLUGIN_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_ACCESSIBILITY_PLUGIN_H_ #include <string_view> #inc...
engine/shell/platform/windows/accessibility_plugin.h/0
{ "file_path": "engine/shell/platform/windows/accessibility_plugin.h", "repo_id": "engine", "token_count": 405 }
367
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_COMPOSITOR_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_COMPOSITOR_H_ #include "flutter/shell/platform/embedder/embedd...
engine/shell/platform/windows/compositor.h/0
{ "file_path": "engine/shell/platform/windows/compositor.h", "repo_id": "engine", "token_count": 471 }
368
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/windows/egl/context.h" #include "flutter/shell/platform/windows/egl/egl.h" namespace flutter { namespace egl { Context:...
engine/shell/platform/windows/egl/context.cc/0
{ "file_path": "engine/shell/platform/windows/egl/context.cc", "repo_id": "engine", "token_count": 510 }
369
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_EXTERNAL_TEXTURE_D3D_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_EXTERNAL_TEXTURE_D3D_H_ #include <memory> #include ...
engine/shell/platform/windows/external_texture_d3d.h/0
{ "file_path": "engine/shell/platform/windows/external_texture_d3d.h", "repo_id": "engine", "token_count": 686 }
370
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_WINDOWS_ENGINE_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_FLUTTER_WINDOWS_ENGINE_H_ #include <chrono> #inclu...
engine/shell/platform/windows/flutter_windows_engine.h/0
{ "file_path": "engine/shell/platform/windows/flutter_windows_engine.h", "repo_id": "engine", "token_count": 5328 }
371
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_KEY_EMBEDDER_HANDLER_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_KEYBOARD_KEY_EMBEDDER_HANDLER_H_ #include <...
engine/shell/platform/windows/keyboard_key_embedder_handler.h/0
{ "file_path": "engine/shell/platform/windows/keyboard_key_embedder_handler.h", "repo_id": "engine", "token_count": 3223 }
372
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/shell/platform/windows/platform_view_plugin.h" namespace flutter { PlatformViewPlugin::PlatformViewPlugin(BinaryMessenger* messenger, ...
engine/shell/platform/windows/platform_view_plugin.cc/0
{ "file_path": "engine/shell/platform/windows/platform_view_plugin.cc", "repo_id": "engine", "token_count": 644 }
373
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_TASK_RUNNER_WINDOW_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_TASK_RUNNER_WINDOW_H_ #include <windows.h> #include <...
engine/shell/platform/windows/task_runner_window.h/0
{ "file_path": "engine/shell/platform/windows/task_runner_window.h", "repo_id": "engine", "token_count": 695 }
374
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WINDOW_BINDING_HANDLER_DELEGATE_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_TESTING_MOCK_WINDOW_BINDING_H...
engine/shell/platform/windows/testing/mock_window_binding_handler_delegate.h/0
{ "file_path": "engine/shell/platform/windows/testing/mock_window_binding_handler_delegate.h", "repo_id": "engine", "token_count": 1423 }
375
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_TEXT_INPUT_MANAGER_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_TEXT_INPUT_MANAGER_H_ #include <Windows.h> #include <W...
engine/shell/platform/windows/text_input_manager.h/0
{ "file_path": "engine/shell/platform/windows/text_input_manager.h", "repo_id": "engine", "token_count": 1067 }
376
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOWSX_SHIM_H_ #define FLUTTER_SHELL_PLATFORM_WINDOWS_WINDOWSX_SHIM_H_ // The Win32 platform header <windowsx.h> ...
engine/shell/platform/windows/windowsx_shim.h/0
{ "file_path": "engine/shell/platform/windows/windowsx_shim.h", "repo_id": "engine", "token_count": 437 }
377
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // This is used to build an empty snapshot that can be used to start the VM service isolate. void main(List<String> args) {}
engine/shell/vmservice/empty.dart/0
{ "file_path": "engine/shell/vmservice/empty.dart", "repo_id": "engine", "token_count": 74 }
378
Flutter Engine ============== This package describes the dart:ui library, which is the interface between Dart and the Flutter Engine. This package also contains a number of Flutter shell binaries that let you run code that uses the dart:ui library on various platforms.
engine/sky/packages/sky_engine/README.md/0
{ "file_path": "engine/sky/packages/sky_engine/README.md", "repo_id": "engine", "token_count": 62 }
379
# Engine Testing This directory contains the infrastructure for running tests on the engine, which are most often run by Flutter's continuous integration (CI) systems. The tests themselves are located in other directories, closer to the source for each platform, language, and variant. For instance, macOS engine unit ...
engine/testing/README.md/0
{ "file_path": "engine/testing/README.md", "repo_id": "engine", "token_count": 202 }
380
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_TESTING_AUTORELEASEPOOL_TEST_H_ #define FLUTTER_TESTING_AUTORELEASEPOOL_TEST_H_ #include "flutter/fml/platform/darwin/scoped_nsautorelease...
engine/testing/autoreleasepool_test.h/0
{ "file_path": "engine/testing/autoreleasepool_test.h", "repo_id": "engine", "token_count": 459 }
381
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // KEEP THIS SYNCHRONIZED WITH ../../lib/web_ui/test/channel_buffers_test.dart import 'dart:async'; import 'dart:convert'; import 'dart:typed_data'; impor...
engine/testing/dart/channel_buffers_test.dart/0
{ "file_path": "engine/testing/dart/channel_buffers_test.dart", "repo_id": "engine", "token_count": 5415 }
382
// Copyright 2019 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:io'; import 'dart:typed_data'; import 'dart:ui'; import 'package:litetest/litetest.dart'; import 'package:path/path.dart' as path; void main...
engine/testing/dart/image_dispose_test.dart/0
{ "file_path": "engine/testing/dart/image_dispose_test.dart", "repo_id": "engine", "token_count": 1748 }
383
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:async'; import 'dart:convert' show base64Decode; import 'dart:developer' as developer; import 'dart:ui'; import 'package:litetest/litetest.da...
engine/testing/dart/observatory/tracing_test.dart/0
{ "file_path": "engine/testing/dart/observatory/tracing_test.dart", "repo_id": "engine", "token_count": 1552 }
384
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/testing/fixture_test.h" #include <utility> #include "flutter/testing/dart_fixture.h" namespace flutter { namespace testing { FixtureT...
engine/testing/fixture_test.cc/0
{ "file_path": "engine/testing/fixture_test.cc", "repo_id": "engine", "token_count": 281 }
385
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. extern "C" { int RunBenchmarks(int argc, char** argv); } int main(int argc, char* argv[]) { return RunBenchmarks(argc, argv); }
engine/testing/ios/IosBenchmarks/IosBenchmarks/main.mm/0
{ "file_path": "engine/testing/ios/IosBenchmarks/IosBenchmarks/main.mm", "repo_id": "engine", "token_count": 96 }
386
FLUTTER_ENGINE[arch=x86_64]=ios_debug_sim_unopt FLUTTER_ENGINE[arch=arm64]=ios_debug_sim_unopt_arm64 FLUTTER_ENGINE=ios_debug_sim_unopt_arm64
engine/testing/ios/IosUnitTests/Tests/FlutterEngineConfig.xcconfig/0
{ "file_path": "engine/testing/ios/IosUnitTests/Tests/FlutterEngineConfig.xcconfig", "repo_id": "engine", "token_count": 66 }
387
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_TESTING_POST_TASK_SYNC_H_ #define FLUTTER_TESTING_POST_TASK_SYNC_H_ #include "flutter/fml/task_runner.h" namespace flutter { namespace te...
engine/testing/post_task_sync.h/0
{ "file_path": "engine/testing/post_task_sync.h", "repo_id": "engine", "token_count": 208 }
388
#!/usr/bin/env python3 # # Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. """ A top level harness to run all unit-tests in a specific engine build. """ from pathlib import Path import argparse import errno...
engine/testing/run_tests.py/0
{ "file_path": "engine/testing/run_tests.py", "repo_id": "engine", "token_count": 18601 }
389
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package dev.flutter.scenariosui; import static io.flutter.Build.API_LEVELS; import android.content.Intent; import android.graphics.Rect; import androidx....
engine/testing/scenario_app/android/app/src/androidTest/java/dev/flutter/scenariosui/ExternalTextureTests.java/0
{ "file_path": "engine/testing/scenario_app/android/app/src/androidTest/java/dev/flutter/scenariosui/ExternalTextureTests.java", "repo_id": "engine", "token_count": 1483 }
390
// // Generated file. Do not edit. // // clang-format off #ifndef FLUTTER_TESTING_SCENARIO_APP_IOS_RUNNER_GENERATEDPLUGINREGISTRANT_H_ #define FLUTTER_TESTING_SCENARIO_APP_IOS_RUNNER_GENERATEDPLUGINREGISTRANT_H_ #import <Flutter/Flutter.h> NS_ASSUME_NONNULL_BEGIN @interface GeneratedPluginRegistrant : NSObject + ...
engine/testing/scenario_app/ios/Runner/GeneratedPluginRegistrant.h/0
{ "file_path": "engine/testing/scenario_app/ios/Runner/GeneratedPluginRegistrant.h", "repo_id": "engine", "token_count": 219 }
391
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "ContinuousTexture.h" @implementation ContinuousTexture + (void)registerWithRegistrar:(nonnull NSObject<FlutterPluginRegistrar>*)registrar { N...
engine/testing/scenario_app/ios/Scenarios/Scenarios/ContinuousTexture.m/0
{ "file_path": "engine/testing/scenario_app/ios/Scenarios/Scenarios/ContinuousTexture.m", "repo_id": "engine", "token_count": 595 }
392
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import <Flutter/Flutter.h> #import <XCTest/XCTest.h> #import "AppDelegate.h" FLUTTER_ASSERT_ARC @interface FlutterViewControllerInitialRouteTest : XCTe...
engine/testing/scenario_app/ios/Scenarios/ScenariosTests/FlutterViewControllerInitialRouteTest.m/0
{ "file_path": "engine/testing/scenario_app/ios/Scenarios/ScenariosTests/FlutterViewControllerInitialRouteTest.m", "repo_id": "engine", "token_count": 1828 }
393
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #import "GoldenPlatformViewTests.h" static const NSInteger kSecondsToWaitForPlatformView = 30; @interface PlatformViewUITests : GoldenPlatformViewTests ...
engine/testing/scenario_app/ios/Scenarios/ScenariosUITests/PlatformViewUITests.m/0
{ "file_path": "engine/testing/scenario_app/ios/Scenarios/ScenariosUITests/PlatformViewUITests.m", "repo_id": "engine", "token_count": 4679 }
394
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import 'dart:ui'; import 'animated_color_square.dart'; import 'bogus_font_text.dart'; import 'darwin_app_extension_scenario.dart'; import 'darwin_system_f...
engine/testing/scenario_app/lib/src/scenarios.dart/0
{ "file_path": "engine/testing/scenario_app/lib/src/scenarios.dart", "repo_id": "engine", "token_count": 2368 }
395
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef FLUTTER_TESTING_TEST_DART_NATIVE_RESOLVER_H_ #define FLUTTER_TESTING_TEST_DART_NATIVE_RESOLVER_H_ #include <functional> #include <map> #include <m...
engine/testing/test_dart_native_resolver.h/0
{ "file_path": "engine/testing/test_dart_native_resolver.h", "repo_id": "engine", "token_count": 985 }
396
// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "flutter/testing/test_vulkan_surface.h" #include <memory> #include "flutter/fml/logging.h" #include "flutter/testing/test_vulkan_context.h" #incl...
engine/testing/test_vulkan_surface.cc/0
{ "file_path": "engine/testing/test_vulkan_surface.cc", "repo_id": "engine", "token_count": 1587 }
397
# Copyright 2013 The Flutter Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. import("//flutter/common/config.gni") source_set("ax") { visibility = [ "//flutter/third_party/accessibility/*" ] public_configs = [ "//flutter/thi...
engine/third_party/accessibility/ax/BUILD.gn/0
{ "file_path": "engine/third_party/accessibility/ax/BUILD.gn", "repo_id": "engine", "token_count": 1576 }
398
// Copyright 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_ACCESSIBILITY_AX_ENUMS_H_ #define UI_ACCESSIBILITY_AX_ENUMS_H_ // For new entries to the following four enums, also add to // extensions/commo...
engine/third_party/accessibility/ax/ax_enums.h/0
{ "file_path": "engine/third_party/accessibility/ax/ax_enums.h", "repo_id": "engine", "token_count": 9901 }
399
// Copyright 2016 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_ACCESSIBILITY_AX_NODE_POSITION_H_ #define UI_ACCESSIBILITY_AX_NODE_POSITION_H_ #include <cstdint> #include <vector> #include "ax_enums.h" #in...
engine/third_party/accessibility/ax/ax_node_position.h/0
{ "file_path": "engine/third_party/accessibility/ax/ax_node_position.h", "repo_id": "engine", "token_count": 1044 }
400
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ax_tree.h" #include <algorithm> #include <cstddef> #include <numeric> #include <utility> #include "ax_enums.h" #include "ax_node.h" #include "...
engine/third_party/accessibility/ax/ax_tree.cc/0
{ "file_path": "engine/third_party/accessibility/ax/ax_tree.cc", "repo_id": "engine", "token_count": 39296 }
401
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ax_fragment_root_win.h" #include <unordered_map> #include "ax_fragment_root_delegate_win.h" #include "ax_platform_node_win.h" #include "base/w...
engine/third_party/accessibility/ax/platform/ax_fragment_root_win.cc/0
{ "file_path": "engine/third_party/accessibility/ax/platform/ax_fragment_root_win.cc", "repo_id": "engine", "token_count": 5503 }
402
// Copyright 2015 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ax_platform_node_mac_unittest.h" #include "ax_platform_node_mac.h" #include "gtest/gtest.h" #include "test_ax_node_wrapper.h" #include "third_p...
engine/third_party/accessibility/ax/platform/ax_platform_node_mac_unittest.mm/0
{ "file_path": "engine/third_party/accessibility/ax/platform/ax_platform_node_mac_unittest.mm", "repo_id": "engine", "token_count": 775 }
403
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "ax_unique_id.h" #include <memory> #include <unordered_set> #include "base/container_utils.h" #include "base/logging.h" namespace ui { namesp...
engine/third_party/accessibility/ax/platform/ax_unique_id.cc/0
{ "file_path": "engine/third_party/accessibility/ax/platform/ax_unique_id.cc", "repo_id": "engine", "token_count": 631 }
404
// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef ACCESSIBILITY_BASE_AUTO_RESET_H_ #define ACCESSIBILITY_BASE_AUTO_RESET_H_ #include <utility> // base::AutoReset<> is useful for setting a va...
engine/third_party/accessibility/base/auto_reset.h/0
{ "file_path": "engine/third_party/accessibility/base/auto_reset.h", "repo_id": "engine", "token_count": 579 }
405
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef BASE_NUMERICS_MATH_CONSTANTS_H_ #define BASE_NUMERICS_MATH_CONSTANTS_H_ namespace base { constexpr double kPiDouble = 3.14159265358979323846; co...
engine/third_party/accessibility/base/numerics/math_constants.h/0
{ "file_path": "engine/third_party/accessibility/base/numerics/math_constants.h", "repo_id": "engine", "token_count": 208 }
406
// Copyright 2014 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef BASE_TEST_GTEST_UTIL_H_ #define BASE_TEST_GTEST_UTIL_H_ #include <string> #include <utility> #include <vector> #include "base/compiler_specific....
engine/third_party/accessibility/base/test/gtest_util.h/0
{ "file_path": "engine/third_party/accessibility/base/test/gtest_util.h", "repo_id": "engine", "token_count": 992 }
407
// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "base/win/scoped_variant.h" #include <propvarutil.h> #include <wrl/client.h> #include <algorithm> #include <functional> #include "base/log...
engine/third_party/accessibility/base/win/scoped_variant.cc/0
{ "file_path": "engine/third_party/accessibility/base/win/scoped_variant.cc", "repo_id": "engine", "token_count": 3964 }
408
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "point_conversions.h" #include "base/numerics/safe_conversions.h" namespace gfx { Point ToFlooredPoint(const PointF& point) { return Poi...
engine/third_party/accessibility/gfx/geometry/point_conversions.cc/0
{ "file_path": "engine/third_party/accessibility/gfx/geometry/point_conversions.cc", "repo_id": "engine", "token_count": 228 }
409
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "size_f.h" #include "base/string_utils.h" namespace gfx { float SizeF::GetArea() const { return width() * height(); } void SizeF::Enlar...
engine/third_party/accessibility/gfx/geometry/size_f.cc/0
{ "file_path": "engine/third_party/accessibility/gfx/geometry/size_f.cc", "repo_id": "engine", "token_count": 354 }
410
// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_GFX_RANGE_RANGE_H_ #define UI_GFX_RANGE_RANGE_H_ #include <algorithm> #include <cstddef> #include <cstdint> #include <limits> #include <os...
engine/third_party/accessibility/gfx/range/range.h/0
{ "file_path": "engine/third_party/accessibility/gfx/range/range.h", "repo_id": "engine", "token_count": 1567 }
411