Searched defs:factory (Results 26 - 50 of 748) sorted by path

1234567891011>>

/external/chromium_org/cc/layers/
H A Dlayer_unittest.cc983 LayerTreeHostFactory factory; local
984 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create();
1000 LayerTreeHostFactory factory; local
1001 scoped_ptr<LayerTreeHost> layer_tree_host = factory.Create();
1040 LayerTreeHostFactory factory; local
1041 scoped_ptr<LayerTreeHost> first_layer_tree_host = factory.Create();
1049 scoped_ptr<LayerTreeHost> second_layer_tree_host = factory.Create();
1070 LayerTreeHostFactory factory; local
1071 scoped_ptr<LayerTreeHost> first_layer_tree_host = factory.Create();
1079 scoped_ptr<LayerTreeHost> second_layer_tree_host = factory
1108 LayerTreeHostFactory factory; local
1132 LayerTreeHostFactory factory; local
1170 LayerTreeHostFactory factory; local
1181 LayerTreeHostFactory factory; local
[all...]
/external/chromium_org/cc/surfaces/
H A Dsurface.cc17 Surface::Surface(SurfaceId id, const gfx::Size& size, SurfaceFactory* factory) argument
20 factory_(factory),
H A Dsurface.h33 Surface(SurfaceId id, const gfx::Size& size, SurfaceFactory* factory);
53 SurfaceFactory* factory() { return factory_; } function in class:cc::Surface
H A Dsurface_aggregator_unittest.cc1082 SurfaceFactory* factory,
1122 factory->SubmitFrame(surface_id, frame.Pass(), base::Closure());
1127 SurfaceFactory factory(&manager_, &client);
1129 factory.Create(surface_id, SurfaceSize());
1132 SubmitFrameWithResources(ids, arraysize(ids), &factory, surface_id);
1139 SubmitFrameWithResources(NULL, 0u, &factory, surface_id);
1150 factory.Destroy(surface_id);
1080 SubmitFrameWithResources(ResourceProvider::ResourceId* resource_ids, size_t num_resource_ids, SurfaceFactory* factory, SurfaceId surface_id) argument
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
H A DAutofillDialogControllerAndroid.java50 * Note that all information necessary to construct the dialog is passed to the factory.
61 * An interface to the factory that creates Autofill dialogs.
100 * Sets the factory to be used.
101 * @param factory An instance of the AutofillDialogFactory that will handle requests.
103 public static void setDialogFactory(AutofillDialogFactory factory) { argument
104 sDialogFactory = factory;
/external/chromium_org/chrome/android/shell/java/src/org/chromium/chrome/shell/
H A DChromeShellActivity.java404 public static void setActivityWindowAndroidFactory(ActivityWindowAndroidFactory factory) { argument
405 sWindowAndroidFactory = factory;
409 public static void setAppMenuHandlerFactory(AppMenuHandlerFactory factory) { argument
410 sAppMenuHandlerFactory = factory;
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document_unittest.cc301 PrefServiceMockFactory factory; local
305 factory.CreateSyncable(registry.get()));
H A Dcustomization_wallpaper_downloader_browsertest.cc145 void Initialize(net::FakeURLFetcherFactory* factory) { argument
146 factory_ = factory;
211 // Use a test factory as a fallback so we don't have to deal with other
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Ddevice_local_account_external_policy_loader_unittest.cc233 net::TestURLFetcherFactory factory; local
240 net::TestURLFetcher* fetcher = factory.GetFetcherByID(
259 fetcher = factory.GetFetcherByID(
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dsimple_geolocation_unittest.cc82 void Initialize(net::FakeURLFetcherFactory* factory) { argument
83 factory_ = factory;
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Donline_attempt_unittest.cc117 // This is how we inject fake URLFetcher objects, with a factory.
118 // This factory creates fake URLFetchers that Start() a fake fetch attempt
120 MockURLFetcherFactory<GotCanceledFetcher> factory; local
139 // This is how we inject fake URLFetcher objects, with a factory.
140 // This factory creates fake URLFetchers that Start() a fake fetch attempt
142 MockURLFetcherFactory<ExpectCanceledFetcher> factory; local
164 // This is how we inject fake URLFetcher objects, with a factory.
165 MockURLFetcherFactory<HostedFetcher> factory; local
186 // This is how we inject fake URLFetcher objects, with a factory.
187 MockURLFetcherFactory<SuccessFetcher> factory; local
[all...]
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller_browsertest.cc493 // Use a test factory as a fallback so we don't have to deal with other
792 base::PrefServiceFactory factory; variable
793 factory.set_user_prefs(make_scoped_refptr(new PrefStoreStub()));
794 local_state_ = factory.Create(new PrefRegistrySimple()).Pass();
/external/chromium_org/chrome/browser/chromeos/timezone/
H A Dtimezone_unittest.cc120 void Initialize(net::FakeURLFetcherFactory* factory) { argument
121 factory_ = factory;
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_pref_provider_unittest.cc138 PrefServiceMockFactory factory; local
139 factory.set_user_prefs(make_scoped_refptr(user_prefs));
143 factory.CreateSyncable(registry.get()).release();
/external/chromium_org/chrome/browser/devtools/device/adb/
H A Dmock_adb_server.cc171 SimpleHttpServer(const ParserFactory& factory, net::IPEndPoint endpoint);
177 Connection(net::StreamSocket* socket, const ParserFactory& factory);
209 SimpleHttpServer::SimpleHttpServer(const ParserFactory& factory, argument
211 : factory_(factory),
222 const ParserFactory& factory)
224 parser_(factory.Run(base::Bind(&Connection::Send,
221 Connection(net::StreamSocket* socket, const ParserFactory& factory) argument
/external/chromium_org/chrome/browser/extensions/api/
H A Dchrome_extensions_api_client.cc34 const scoped_refptr<SettingsStorageFactory>& factory,
39 new SyncValueStoreCache(factory, observers, context->GetPath());
44 new ManagedValueStoreCache(context, factory, observers);
32 AddAdditionalValueStoreCaches( content::BrowserContext* context, const scoped_refptr<SettingsStorageFactory>& factory, const scoped_refptr<ObserverListThreadSafe<SettingsObserver> >& observers, std::map<settings_namespace::Namespace, ValueStoreCache*>* caches) argument
/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_service.cc30 BrowserContextKeyedAPIFactory<ContentSettingsService> > factory = local
32 return factory.Pointer();
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/
H A Ddesktop_capture_api.cc52 PickerFactory* factory) {
53 g_picker_factory = factory;
51 SetPickerFactoryForTests( PickerFactory* factory) argument
/external/chromium_org/chrome/browser/extensions/api/gcd_private/
H A Dgcd_private_api.cc611 GCDApiFlowFactoryForTests* factory) {
612 g_gcd_api_flow_factory = factory;
610 SetGCDApiFlowFactoryForTests( GCDApiFlowFactoryForTests* factory) argument
H A Dgcd_private_apitest.cc191 explicit FakeGCDApiFlow(FakeGCDApiFlowFactory* factory) argument
192 : factory_(factory) {}
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsessions_apitest.cc124 ProfileSyncComponentsFactoryMock* factory = local
127 factory->SetLocalDeviceInfoProvider(
138 scoped_ptr<ProfileSyncComponentsFactory>(factory),
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dmanaged_value_store_cache.cc238 const scoped_refptr<SettingsStorageFactory>& factory,
243 storage_factory_(factory),
236 ManagedValueStoreCache( BrowserContext* context, const scoped_refptr<SettingsStorageFactory>& factory, const scoped_refptr<SettingsObserverList>& observers) argument
H A Dsync_value_store_cache.cc40 const scoped_refptr<SettingsStorageFactory>& factory,
53 factory, observers, profile_path));
93 const scoped_refptr<SettingsStorageFactory>& factory,
99 factory,
106 factory,
39 SyncValueStoreCache( const scoped_refptr<SettingsStorageFactory>& factory, const scoped_refptr<SettingsObserverList>& observers, const base::FilePath& profile_path) argument
92 InitOnFileThread( const scoped_refptr<SettingsStorageFactory>& factory, const scoped_refptr<SettingsObserverList>& observers, const base::FilePath& profile_path) argument
/external/chromium_org/chrome/browser/extensions/api/sync_file_system/
H A Dsync_file_system_browsertest.cc87 SyncFileSystemServiceFactory* factory = variable
114 factory->set_mock_remote_file_service(
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_test_base.cc41 PrefServiceMockFactory factory; local
45 factory.SetUserPrefsFile(params.pref_file,
50 factory.CreateSyncable(registry.get()));

Completed in 1724 milliseconds

1234567891011>>