Home
last modified time | relevance | path

Searched refs:delegates (Results 1 – 25 of 114) sorted by relevance

12345

/third_party/cef/tests/ceftests/
Dclient_app_delegates.cc11 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 …]
Drouting_test_handler.cc106 ClientAppRenderer::DelegateSet& delegates) { in CreateRoutingTestHandlerDelegate() argument
107 delegates.insert(new RoutingRenderDelegate); in CreateRoutingTestHandlerDelegate()
Dpdf_viewer_unittest.cc250 client::ClientAppBrowser::DelegateSet& delegates) { in RUN_TEST()
251 delegates.insert(new PdfViewerBrowserTest); in RUN_TEST()
Dprocess_message_unittest.cc198 ClientAppRenderer::DelegateSet& delegates) { in CreateProcessMessageRendererTests() argument
200 delegates.insert(new SendRecvRendererTest); in CreateProcessMessageRendererTests()
Daudio_output_unittest.cc1093 void CreateAudioOutputTests(ClientAppBrowser::DelegateSet& delegates) { in CreateAudioOutputTests() argument
1094 delegates.insert(new AudioOutputTest); in CreateAudioOutputTests()
Dthread_unittest.cc438 void CreateThreadRendererTests(ClientAppRenderer::DelegateSet& delegates) { in CreateThreadRendererTests() argument
439 delegates.insert(new RenderThreadRendererTest); in CreateThreadRendererTests()
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dlocalizations.dart48 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/
Dclient_app_delegates_renderer.cc12 void ClientAppRenderer::CreateDelegates(DelegateSet& delegates) { in CreateDelegates() argument
13 renderer::CreateDelegates(delegates); in CreateDelegates()
14 performance_test::CreateDelegates(delegates); in CreateDelegates()
Dclient_renderer.cc94 void CreateDelegates(ClientAppRenderer::DelegateSet& delegates) { in CreateDelegates() argument
95 delegates.insert(new ClientRenderDelegate); in CreateDelegates()
Dperformance_test.cc159 void CreateDelegates(ClientAppRenderer::DelegateSet& delegates) { in CreateDelegates() argument
160 delegates.insert(new RenderDelegate); in CreateDelegates()
Dclient_renderer.h16 void CreateDelegates(ClientAppRenderer::DelegateSet& delegates);
Dperformance_test.h15 void CreateDelegates(ClientAppRenderer::DelegateSet& delegates);
/third_party/cef/tests/cefclient/browser/
Dclient_app_delegates_browser.cc16 void ClientAppBrowser::CreateDelegates(DelegateSet& delegates) { in CreateDelegates() argument
17 browser::CreateDelegates(delegates); in CreateDelegates()
Dclient_browser.cc58 void CreateDelegates(ClientAppBrowser::DelegateSet& delegates) { in CreateDelegates() argument
59 delegates.insert(new ClientBrowserDelegate); in CreateDelegates()
Dclient_browser.h16 void CreateDelegates(ClientAppBrowser::DelegateSet& delegates);
/third_party/node/deps/npm/node_modules/delegates/
DReadme.md2 # delegates chapter
9 $ npm install delegates
15 var delegate = require('delegates');
/third_party/flutter/flutter/packages/flutter_localizations/test/material/
Ddate_picker_test.dart105 localizationsDelegates: GlobalMaterialLocalizations.delegates,
188 localizationsDelegates: GlobalMaterialLocalizations.delegates,
244 delegates: GlobalMaterialLocalizations.delegates,
299 delegates: GlobalMaterialLocalizations.delegates,
/third_party/flutter/flutter/packages/flutter_localizations/test/
Dwidgets_test.dart143 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 …]
Doverride_test.dart54 Iterable<LocalizationsDelegate<dynamic>> delegates = GlobalMaterialLocalizations.delegates,
66 localizationsDelegates: delegates,
175 delegates: <FooMaterialLocalizationsDelegate>[
211 delegates: <FooMaterialLocalizationsDelegate>[
240 delegates: <FooMaterialLocalizationsDelegate>[
Dbasics_test.dart17 delegates: GlobalMaterialLocalizations.delegates,
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dsliver_semantics_test.dart42 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/
Dcupertino_localizations.dart33 /// 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>>[
Dmaterial_localizations.dart31 /// 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/
Dkey.dart60 /// 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/
Dclient_app_browser.h51 static void CreateDelegates(DelegateSet& delegates);

12345