Searched defs:factory (Results 126 - 150 of 748) sorted by path

1234567891011>>

/external/chromium_org/content/browser/gpu/
H A Dgpu_ipc_browsertests.cc35 content::BrowserGpuChannelHostFactory* factory = variable
37 CHECK(factory); variable
40 factory->EstablishGpuChannelSync(kInitCause));
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_active_blob_registry_unittest.cc61 MockIDBBackingStore(IndexedDBFactory* factory, argument
63 : IndexedDBFakeBackingStore(factory, task_runner),
109 RegistryTestMockFactory* factory() const { return factory_.get(); } function in class:content::__anon7192::IndexedDBActiveBlobRegistryTest
123 EXPECT_TRUE(factory()->CheckNoOriginsInUse());
129 EXPECT_TRUE(factory()->CheckNoOriginsInUse());
134 EXPECT_TRUE(factory()->CheckNoOriginsInUse());
144 EXPECT_TRUE(factory()->CheckSingleOriginInUse(backing_store()->origin_url()));
150 EXPECT_TRUE(factory()->CheckNoOriginsInUse());
155 EXPECT_TRUE(factory()->CheckNoOriginsInUse());
166 EXPECT_TRUE(factory()
[all...]
H A Dindexed_db_backing_store.h300 IndexedDBFactory* factory() const { return indexed_db_factory_; } function in class:content::IndexedDBBackingStore
H A Dindexed_db_browsertest.cc419 IndexedDBFactory* factory = context->GetIDBFactory(); local
423 factory->GetOpenDatabasesForOrigin(origin_url);
H A Dindexed_db_cleanup_on_io_error_unittest.cc86 content::IndexedDBFactory* factory = NULL; local
109 IndexedDBBackingStore::Open(factory,
123 content::IndexedDBFactory* factory = NULL; local
150 IndexedDBBackingStore::Open(factory,
168 IndexedDBBackingStore::Open(factory,
184 IndexedDBBackingStore::Open(factory,
202 IndexedDBBackingStore::Open(factory,
H A Dindexed_db_database.cc98 IndexedDBFactory* factory,
102 new IndexedDBDatabase(name, backing_store, factory, unique_identifier);
116 IndexedDBFactory* factory,
125 factory_(factory) {
126 DCHECK(factory != NULL);
464 scoped_refptr<IndexedDBFactory> factory = factory_; local
469 factory->HandleBackingStoreCorruption(identifier_.first, error);
95 Create( const base::string16& name, IndexedDBBackingStore* backing_store, IndexedDBFactory* factory, const Identifier& unique_identifier, leveldb::Status* s) argument
114 IndexedDBDatabase(const base::string16& name, IndexedDBBackingStore* backing_store, IndexedDBFactory* factory, const Identifier& unique_identifier) argument
H A Dindexed_db_database_unittest.cc40 scoped_refptr<MockIndexedDBFactory> factory = new MockIndexedDBFactory(); local
45 factory.get(),
59 scoped_refptr<MockIndexedDBFactory> factory = new MockIndexedDBFactory(); local
64 factory.get(),
117 scoped_refptr<MockIndexedDBFactory> factory = new MockIndexedDBFactory(); local
122 factory.get(),
183 scoped_refptr<MockIndexedDBFactory> factory = new MockIndexedDBFactory(); local
188 factory.get(),
H A Dindexed_db_factory_unittest.cc84 MockIDBFactory* factory() const { return idb_factory_.get(); } function in class:content::IndexedDBFactoryTest
103 factory()->TestOpenBackingStore(origin1, temp_directory.path());
106 factory()->TestOpenBackingStore(origin1, temp_directory.path());
110 factory()->TestOpenBackingStore(origin2, temp_directory.path());
112 factory()->TestCloseBackingStore(disk_store1.get());
113 factory()->TestCloseBackingStore(disk_store3.get());
129 factory()->TestOpenBackingStore(origin, temp_directory.path());
131 // Give up the local refptr so that the factory has the only
136 factory()->TestReleaseBackingStore(store_ptr, false);
139 factory()
246 scoped_refptr<DiskFullFactory> factory = new DiskFullFactory(context()); local
[all...]
H A Dindexed_db_fake_backing_store.cc22 IndexedDBFactory* factory,
24 : IndexedDBBackingStore(factory,
21 IndexedDBFakeBackingStore( IndexedDBFactory* factory, base::SequencedTaskRunner* task_runner) argument
H A Dindexed_db_unittest.cc182 IndexedDBFactory* factory = idb_context->GetIDBFactory(); local
192 factory->Open(base::ASCIIToUTF16("opendb"),
202 factory->Open(base::ASCIIToUTF16("closeddb"),
260 scoped_refptr<IndexedDBFactoryImpl> factory = local
273 factory->Open(base::ASCIIToUTF16("db"),
284 EXPECT_TRUE(factory->IsBackingStoreOpen(kTestOrigin));
291 EXPECT_FALSE(factory->IsBackingStoreOpen(kTestOrigin));
/external/chromium_org/content/browser/media/android/
H A Dbrowser_media_player_manager.cc47 void BrowserMediaPlayerManager::RegisterFactory(Factory factory) { argument
48 g_factory = factory;
H A Dmedia_resource_getter_impl.cc193 net::HttpTransactionFactory* factory = local
195 if (!factory)
199 factory->GetSession()->http_auth_cache();
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc299 BrowserGpuChannelHostFactory* factory = local
301 if (!factory->GetGpuChannel() || factory->GetGpuChannel()->IsLost()) {
304 factory->EstablishGpuChannel(cause,
547 BrowserGpuChannelHostFactory* factory = local
549 if (!factory->GetGpuChannel() || factory->GetGpuChannel()->IsLost()) {
552 factory->EstablishGpuChannel(
573 BrowserGpuChannelHostFactory* factory = local
575 scoped_refptr<GpuChannelHost> gpu_channel_host = factory
[all...]
H A Dgpu_message_filter.cc46 factory(subscriber.get()) {
52 base::WeakPtrFactory<RenderWidgetHostViewFrameSubscriber> factory; member in struct:content::GpuMessageFilter::FrameSubscription
249 subscription->factory.GetWeakPtr());
H A Dimage_transport_factory_android.cc54 BrowserGpuChannelHostFactory* factory = local
56 scoped_refptr<GpuChannelHost> gpu_channel_host(factory->EstablishGpuChannelSync(
H A Drender_view_host_factory.cc34 void RenderViewHostFactory::RegisterFactory(RenderViewHostFactory* factory) { argument
36 factory_ = factory;
41 DCHECK(factory_) << "No factory to unregister.";
H A Drender_widget_host_view_android.cc1736 ImageTransportFactoryAndroid* factory =
1738 GLHelper* gl_helper = factory->GetGLHelper();
1775 ImageTransportFactoryAndroid* factory = local
1777 GLHelper* gl_helper = factory->GetGLHelper();
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_manager.cc119 scoped_ptr<media::VideoCaptureDeviceFactory> factory)
122 video_capture_device_factory_(factory.Pass()) {
118 VideoCaptureManager( scoped_ptr<media::VideoCaptureDeviceFactory> factory) argument
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_tcp_server_socket_message_filter.cc41 ContentBrowserPepperHostFactory* factory,
46 factory_(factory),
40 PepperTCPServerSocketMessageFilter( ContentBrowserPepperHostFactory* factory, BrowserPpapiHostImpl* host, PP_Instance instance, bool private_api) argument
H A Dpepper_tcp_socket.cc146 net::ClientSocketFactory* factory = local
152 socket_ = factory->CreateSSLClientSocket(
H A Dpepper_tcp_socket_message_filter.cc52 ContentBrowserPepperHostFactory* factory,
61 factory_(factory),
286 net::ClientSocketFactory* factory = local
294 factory->CreateSSLClientSocket(handle.Pass(),
51 PepperTCPSocketMessageFilter( ContentBrowserPepperHostFactory* factory, BrowserPpapiHostImpl* host, PP_Instance instance, TCPSocketVersion version) argument
/external/chromium_org/content/browser/webui/
H A Dweb_ui_controller_factory_registry.cc17 void WebUIControllerFactory::RegisterFactory(WebUIControllerFactory* factory) { argument
18 g_factories.Pointer()->push_back(factory);
22 WebUIControllerFactory* factory) {
25 if ((*factories)[i] == factory) {
30 NOTREACHED() << "Tried to unregister a factory but it wasn't found";
21 UnregisterFactoryForTesting( WebUIControllerFactory* factory) argument
H A Dweb_ui_mojo_browsertest.cc190 TestWebUIControllerFactory* factory() { return &factory_; } function in class:content::__anon7474::WebUIMojoTest
222 factory()->set_run_loop(&run_loop);
234 factory()->set_run_loop(&other_run_loop);
/external/chromium_org/content/child/npapi/
H A Dnp_channel_base.cc66 ChannelFactory factory, base::MessageLoopProxy* ipc_message_loop,
80 channel = factory();
64 GetChannel( const IPC::ChannelHandle& channel_handle, IPC::Channel::Mode mode, ChannelFactory factory, base::MessageLoopProxy* ipc_message_loop, bool create_pipe_now, base::WaitableEvent* shutdown_event) argument
/external/chromium_org/content/common/gpu/client/
H A Dgpu_channel_host.cc35 GpuChannelHostFactory* factory,
39 DCHECK(factory->IsMainThread());
40 scoped_refptr<GpuChannelHost> host = new GpuChannelHost(factory, gpu_info);
65 GpuChannelHost::GpuChannelHost(GpuChannelHostFactory* factory, argument
67 : factory_(factory),
34 Create( GpuChannelHostFactory* factory, const gpu::GPUInfo& gpu_info, const IPC::ChannelHandle& channel_handle, base::WaitableEvent* shutdown_event) argument

Completed in 969 milliseconds

1234567891011>>