/third_party/cef/tests/ceftests/ |
D | client_app_delegates.cc | 11 void CreateBrowserDelegates(ClientAppBrowser::DelegateSet& delegates) { in CreateBrowserDelegates() argument 13 extern void CreateAudioOutputTests(ClientAppBrowser::DelegateSet & delegates); in CreateBrowserDelegates() 14 CreateAudioOutputTests(delegates); in CreateBrowserDelegates() 17 extern void CreateCorsBrowserTests(ClientAppBrowser::DelegateSet & delegates); in CreateBrowserDelegates() 18 CreateCorsBrowserTests(delegates); in CreateBrowserDelegates() 22 delegates); in CreateBrowserDelegates() 23 CreatePdfViewerBrowserTests(delegates); in CreateBrowserDelegates() 27 delegates); in CreateBrowserDelegates() 28 CreatePreferenceBrowserTests(delegates); in CreateBrowserDelegates() 32 delegates); in CreateBrowserDelegates() [all …]
|
D | routing_test_handler.cc | 106 ClientAppRenderer::DelegateSet& delegates) { in CreateRoutingTestHandlerDelegate() argument 107 delegates.insert(new RoutingRenderDelegate); in CreateRoutingTestHandlerDelegate()
|
D | pdf_viewer_unittest.cc | 250 client::ClientAppBrowser::DelegateSet& delegates) { in RUN_TEST() 251 delegates.insert(new PdfViewerBrowserTest); in RUN_TEST()
|
D | process_message_unittest.cc | 198 ClientAppRenderer::DelegateSet& delegates) { in CreateProcessMessageRendererTests() argument 200 delegates.insert(new SendRecvRendererTest); in CreateProcessMessageRendererTests()
|
D | audio_output_unittest.cc | 1093 void CreateAudioOutputTests(ClientAppBrowser::DelegateSet& delegates) { in CreateAudioOutputTests() argument 1094 delegates.insert(new AudioOutputTest); in CreateAudioOutputTests()
|
D | thread_unittest.cc | 438 void CreateThreadRendererTests(ClientAppRenderer::DelegateSet& delegates) { in CreateThreadRendererTests() argument 439 delegates.insert(new RenderThreadRendererTest); in CreateThreadRendererTests()
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | localizations.dart | 48 final List<LocalizationsDelegate<dynamic>> delegates = <LocalizationsDelegate<dynamic>>[]; 52 delegates.add(delegate); 56 for (LocalizationsDelegate<dynamic> delegate in delegates) { 94 /// parameter (a list of delegates). The delegate's [type] is used to identify 195 /// * [WidgetsApp.delegates], which automatically includes 250 /// `delegates`. Each delegate is essentially a factory for a collection 251 /// of localized resources. There are multiple delegates because there are 273 /// will not need to create one. The widget app's `Localizations` delegates can 294 /// a new `locale` or a different list of delegates or any of its 295 /// delegates' [LocalizationsDelegate.shouldReload()] methods returns true, [all …]
|
/third_party/cef/tests/cefclient/renderer/ |
D | client_app_delegates_renderer.cc | 12 void ClientAppRenderer::CreateDelegates(DelegateSet& delegates) { in CreateDelegates() argument 13 renderer::CreateDelegates(delegates); in CreateDelegates() 14 performance_test::CreateDelegates(delegates); in CreateDelegates()
|
D | client_renderer.cc | 94 void CreateDelegates(ClientAppRenderer::DelegateSet& delegates) { in CreateDelegates() argument 95 delegates.insert(new ClientRenderDelegate); in CreateDelegates()
|
D | performance_test.cc | 159 void CreateDelegates(ClientAppRenderer::DelegateSet& delegates) { in CreateDelegates() argument 160 delegates.insert(new RenderDelegate); in CreateDelegates()
|
D | client_renderer.h | 16 void CreateDelegates(ClientAppRenderer::DelegateSet& delegates);
|
D | performance_test.h | 15 void CreateDelegates(ClientAppRenderer::DelegateSet& delegates);
|
/third_party/cef/tests/cefclient/browser/ |
D | client_app_delegates_browser.cc | 16 void ClientAppBrowser::CreateDelegates(DelegateSet& delegates) { in CreateDelegates() argument 17 browser::CreateDelegates(delegates); in CreateDelegates()
|
D | client_browser.cc | 58 void CreateDelegates(ClientAppBrowser::DelegateSet& delegates) { in CreateDelegates() argument 59 delegates.insert(new ClientBrowserDelegate); in CreateDelegates()
|
D | client_browser.h | 16 void CreateDelegates(ClientAppBrowser::DelegateSet& delegates);
|
/third_party/node/deps/npm/node_modules/delegates/ |
D | Readme.md | 2 # delegates chapter 9 $ npm install delegates 15 var delegate = require('delegates');
|
/third_party/flutter/flutter/packages/flutter_localizations/test/material/ |
D | date_picker_test.dart | 105 localizationsDelegates: GlobalMaterialLocalizations.delegates, 188 localizationsDelegates: GlobalMaterialLocalizations.delegates, 244 delegates: GlobalMaterialLocalizations.delegates, 299 delegates: GlobalMaterialLocalizations.delegates,
|
/third_party/flutter/flutter/packages/flutter_localizations/test/ |
D | widgets_test.dart | 143 Iterable<LocalizationsDelegate<dynamic>> delegates, 154 localizationsDelegates: delegates, 230 final List<LocalizationsDelegate<dynamic>> delegates = <LocalizationsDelegate<dynamic>>[ 238 delegates: delegates, 258 delegates: <LocalizationsDelegate<dynamic>>[ 288 testWidgets('Localizations with multiple sync delegates', (WidgetTester tester) async { 291 delegates: <LocalizationsDelegate<dynamic>>[ 312 testWidgets('Localizations with multiple delegates', (WidgetTester tester) async { 315 delegates: <LocalizationsDelegate<dynamic>>[ 345 delegates: <LocalizationsDelegate<dynamic>>[ [all …]
|
D | override_test.dart | 54 Iterable<LocalizationsDelegate<dynamic>> delegates = GlobalMaterialLocalizations.delegates, 66 localizationsDelegates: delegates, 175 delegates: <FooMaterialLocalizationsDelegate>[ 211 delegates: <FooMaterialLocalizationsDelegate>[ 240 delegates: <FooMaterialLocalizationsDelegate>[
|
D | basics_test.dart | 17 delegates: GlobalMaterialLocalizations.delegates,
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | sliver_semantics_test.dart | 42 delegates: const <LocalizationsDelegate<dynamic>>[ 308 delegates: const <LocalizationsDelegate<dynamic>>[ 395 delegates: const <LocalizationsDelegate<dynamic>>[ 473 delegates: const <LocalizationsDelegate<dynamic>>[ 586 delegates: const <LocalizationsDelegate<dynamic>>[ 695 delegates: const <LocalizationsDelegate<dynamic>>[ 811 delegates: const <LocalizationsDelegate<dynamic>>[ 932 delegates: const <LocalizationsDelegate<dynamic>>[
|
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/ |
D | cupertino_localizations.dart | 33 /// add [GlobalCupertinoLocalizations.delegates] to 39 /// localizationsDelegates: GlobalCupertinoLocalizations.delegates, 353 /// Most internationalized apps will use [GlobalCupertinoLocalizations.delegates] 365 /// use [GlobalCupertinoLocalizations.delegates] as the value of 371 /// localizationsDelegates: GlobalCupertinoLocalizations.delegates, 379 static const List<LocalizationsDelegate<dynamic>> delegates = <LocalizationsDelegate<dynamic>>[
|
D | material_localizations.dart | 31 /// add [GlobalMaterialLocalizations.delegates] to 37 /// localizationsDelegates: GlobalMaterialLocalizations.delegates, 507 /// Most internationalized apps will use [GlobalMaterialLocalizations.delegates] 519 /// use [GlobalMaterialLocalizations.delegates] as the value of 525 /// localizationsDelegates: GlobalMaterialLocalizations.delegates, 533 static const List<LocalizationsDelegate<dynamic>> delegates = <LocalizationsDelegate<dynamic>>[
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | key.dart | 60 /// Creates a key that delegates its [operator==] to the given value. 63 /// The value to which this key delegates its [operator==]
|
/third_party/cef/tests/shared/browser/ |
D | client_app_browser.h | 51 static void CreateDelegates(DelegateSet& delegates);
|