Searched defs:factory (Results 176 - 200 of 748) sorted by path

1234567891011>>

/external/chromium_org/crypto/
H A Dec_signature_creator.cc27 ECSignatureCreatorFactory* factory) {
28 // We should always clear the factory after each test to avoid
30 DCHECK(!g_factory_ || !factory);
31 g_factory_ = factory;
26 SetFactoryForTesting( ECSignatureCreatorFactory* factory) argument
/external/chromium_org/device/serial/
H A Dserial_connection_factory.cc35 ConnectTask(scoped_refptr<SerialConnectionFactory> factory,
86 scoped_refptr<SerialConnectionFactory> factory,
92 : factory_(factory),
85 ConnectTask( scoped_refptr<SerialConnectionFactory> factory, const std::string& path, serial::ConnectionOptionsPtr options, mojo::InterfaceRequest<serial::Connection> connection_request, mojo::InterfaceRequest<serial::DataSink> sink, mojo::InterfaceRequest<serial::DataSource> source) argument
/external/chromium_org/extensions/browser/api/declarative/
H A Ddeclarative_rule_unittest.cc43 URLMatcherConditionFactory* factory; member in struct:extensions::RecordingCondition
63 result->factory = url_matcher_condition_factory;
97 EXPECT_EQ(matcher.condition_factory(), result->conditions()[0]->factory);
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_action.cc387 DedupingFactory<WebRequestAction> factory; member in struct:extensions::__anon8087::WebRequestActionFactory
389 WebRequestActionFactory() : factory(5) {
390 factory.RegisterFactoryMethod(
394 factory.RegisterFactoryMethod(
398 factory.RegisterFactoryMethod(
402 factory.RegisterFactoryMethod(
406 factory.RegisterFactoryMethod(
410 factory.RegisterFactoryMethod(
414 factory.RegisterFactoryMethod(
418 factory
531 WebRequestActionFactory& factory = g_web_request_action_factory.Get(); local
[all...]
H A Dwebrequest_condition_attribute.cc45 DedupingFactory<WebRequestConditionAttribute> factory; member in struct:extensions::__anon8089::WebRequestConditionAttributeFactory
47 WebRequestConditionAttributeFactory() : factory(5) {
48 factory.RegisterFactoryMethod(
53 factory.RegisterFactoryMethod(
57 factory.RegisterFactoryMethod(
62 factory.RegisterFactoryMethod(
66 factory.RegisterFactoryMethod(
71 factory.RegisterFactoryMethod(
75 factory.RegisterFactoryMethod(
80 factory
[all...]
/external/chromium_org/extensions/browser/api/
H A Dextensions_api_client.cc27 const scoped_refptr<SettingsStorageFactory>& factory,
25 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/extensions/browser/api/hid/
H A Dhid_device_manager.cc35 factory = LAZY_INSTANCE_INITIALIZER; local
36 return &factory.Get();
/external/chromium_org/extensions/browser/api/storage/
H A Dlocal_value_store_cache.cc44 const scoped_refptr<SettingsStorageFactory>& factory,
46 : storage_factory_(factory),
43 LocalValueStoreCache( const scoped_refptr<SettingsStorageFactory>& factory, const base::FilePath& profile_path) argument
H A Dstorage_frontend.cc79 const scoped_refptr<SettingsStorageFactory>& factory,
82 Init(factory);
86 const scoped_refptr<SettingsStorageFactory>& factory) {
95 new LocalValueStoreCache(factory, browser_context_->GetPath());
100 browser_context_, factory, observers_, &caches_);
78 StorageFrontend( const scoped_refptr<SettingsStorageFactory>& factory, BrowserContext* context) argument
85 Init( const scoped_refptr<SettingsStorageFactory>& factory) argument
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window_geometry_cache_unittest.cc85 base::PrefServiceFactory factory; local
86 factory.set_user_prefs(new TestingPrefStore);
87 factory.set_extension_prefs(new TestingPrefStore);
92 pref_service_ = factory.Create(pref_registry).Pass();
/external/chromium_org/extensions/browser/
H A Dextension_function_dispatcher.cc219 const std::string& name, ExtensionFunctionFactory factory) {
221 factory);
218 OverrideFunction( const std::string& name, ExtensionFunctionFactory factory) argument
H A Dextension_function_registry.cc35 ExtensionFunctionFactory factory) {
40 iter->second.factory_ = factory;
61 ExtensionFunctionFactory factory,
63 : factory_(factory), histogram_value_(histogram_value) {}
33 OverrideFunction( const std::string& name, ExtensionFunctionFactory factory) argument
60 FactoryEntry( ExtensionFunctionFactory factory, extensions::functions::HistogramValue histogram_value) argument
H A Dextension_function_registry.h16 // A factory function for creating new ExtensionFunction instances.
39 ExtensionFunctionFactory factory);
46 ExtensionFunctionFactory factory = &NewExtensionFunction<T>; local
48 FactoryEntry(factory, T::histogram_value());
55 ExtensionFunctionFactory factory,
H A Dtest_extensions_browser_client.h25 void set_extension_system_factory(ExtensionSystemProvider* factory) { argument
26 extension_system_factory_ = factory;
/external/chromium_org/extensions/browser/guest_view/
H A Dguest_view_manager.h36 // Overrides factory for testing. Default (NULL) value indicates regular
38 static void set_factory_for_testing(GuestViewManagerFactory* factory) { argument
39 GuestViewManager::factory_ = factory;
113 // Static factory instance (always NULL for non-test).
/external/chromium_org/extensions/common/features/
H A Dbase_feature_provider.cc33 FeatureFactory factory)
34 : factory_(factory) {
32 BaseFeatureProvider(const base::DictionaryValue& root, FeatureFactory factory) argument
/external/chromium_org/extensions/shell/browser/
H A Dshell_extensions_browser_client.cc42 base::PrefServiceFactory factory; local
43 factory.set_user_prefs(new TestingPrefStore);
44 factory.set_extension_prefs(new TestingPrefStore);
52 prefs_ = factory.Create(pref_registry).Pass();
/external/chromium_org/gin/modules/
H A Dmodule_registry.cc40 Persistent<Value> factory; member in struct:gin::PendingModule
47 factory.Reset();
67 v8::Handle<Value> factory; local
73 if (!args.GetNext(&factory))
79 pending->factory.Reset(args.isolate(), factory);
224 v8::Handle<Value> module = Local<Value>::New(isolate, pending->factory);
226 v8::Handle<Function> factory; local
227 if (ConvertFromV8(isolate, module, &factory)) {
230 module = runner->Call(factory, runne
[all...]
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher_unittest.cc435 MockURLFetcherFactory<MockFetcher> factory; local
451 MockURLFetcherFactory<MockFetcher> factory; local
452 factory.set_success(false);
468 net::TestURLFetcherFactory factory; local
493 net::TestURLFetcherFactory factory; local
512 net::TestURLFetcherFactory factory; local
535 net::TestURLFetcherFactory factory; local
538 net::TestURLFetcher* fetcher = factory.GetFetcherByID(0);
567 net::TestURLFetcherFactory factory; local
570 net::TestURLFetcher* fetcher = factory
578 net::TestURLFetcherFactory factory; local
599 net::TestURLFetcherFactory factory; local
622 net::TestURLFetcherFactory factory; local
656 net::TestURLFetcherFactory factory; local
676 net::TestURLFetcherFactory factory; local
705 net::TestURLFetcherFactory factory; local
[all...]
H A Dgaia_oauth_client_unittest.cc242 MockOAuthFetcherFactory factory; local
243 factory.set_response_code(response_code);
244 factory.set_max_failure_count(4);
257 MockOAuthFetcherFactory factory; local
258 factory.set_response_code(response_code);
259 factory.set_max_failure_count(4);
260 factory.set_results(kDummyGetTokensResult);
272 MockOAuthFetcherFactory factory; local
273 factory.set_response_code(response_code);
274 factory
287 MockOAuthFetcherFactory factory; local
299 MockOAuthFetcherFactory factory; local
316 MockOAuthFetcherFactory factory; local
333 MockOAuthFetcherFactory factory; local
344 MockOAuthFetcherFactory factory; local
358 MockOAuthFetcherFactory factory; local
381 MockOAuthFetcherFactory factory; local
[all...]
H A Dmerge_session_helper_unittest.cc125 net::TestURLFetcherFactory* factory() { return &factory_; } function in class:__anon8351::MergeSessionHelperTest
337 net::TestURLFetcher* fetcher = factory()->GetFetcherByID(0);
365 net::TestURLFetcher* fetcher = factory()->GetFetcherByID(0);
396 net::TestURLFetcher* fetcher = factory()->GetFetcherByID(0);
/external/chromium_org/google_apis/gcm/engine/
H A Dconnection_factory_impl_unittest.cc105 // A connection factory that stubs out network requests and overrides the
267 TestConnectionFactoryImpl* factory() { return &factory_; } function in class:gcm::ConnectionFactoryImplTest
291 factory()->SetConnectionListener(this);
292 factory()->Initialize(
322 ConnectionHandler* handler = factory()->GetConnectionHandler();
324 EXPECT_FALSE(factory()->IsEndpointReachable());
330 factory()->SetConnectResult(net::OK);
331 factory()->Connect();
332 EXPECT_TRUE(factory()->NextRetryAttempt().is_null());
333 EXPECT_EQ(factory()
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Din_process_command_buffer.cc863 InProcessGpuMemoryBufferFactory* factory) {
864 g_gpu_memory_buffer_factory = factory;
862 SetGpuMemoryBufferFactory( InProcessGpuMemoryBufferFactory* factory) argument
/external/chromium_org/ipc/
H A Dipc_channel_proxy.cc53 void ChannelProxy::Context::CreateChannel(scoped_ptr<ChannelFactory> factory) { argument
55 channel_id_ = factory->GetName();
56 channel_ = factory->BuildChannel(this);
321 scoped_ptr<ChannelFactory> factory,
325 channel->Init(factory.Pass(), true);
362 void ChannelProxy::Init(scoped_ptr<ChannelFactory> factory, argument
372 context_->CreateChannel(factory.Pass());
376 context_.get(), Passed(factory.Pass())));
320 Create( scoped_ptr<ChannelFactory> factory, Listener* listener, const scoped_refptr<base::SingleThreadTaskRunner>& ipc_task_runner) argument
H A Dipc_sync_channel.cc424 scoped_ptr<ChannelFactory> factory,
431 channel->Init(factory.Pass(), create_pipe_now);
423 Create( scoped_ptr<ChannelFactory> factory, Listener* listener, const scoped_refptr<base::SingleThreadTaskRunner>& ipc_task_runner, bool create_pipe_now, base::WaitableEvent* shutdown_event) argument

Completed in 8526 milliseconds

1234567891011>>