/external/chromium_org/chrome/browser/safe_browsing/ |
malware_details.cc | 35 MalwareDetailsFactory* MalwareDetails::factory_ = NULL; member in class:MalwareDetails 69 if (!factory_) 70 factory_ = g_malware_details_factory_impl.Pointer(); 71 return factory_->CreateMalwareDetails(ui_manager, web_contents, resource);
|
malware_details.h | 58 factory_ = factory; 138 static MalwareDetailsFactory* factory_; member in class:MalwareDetails
|
safe_browsing_service.h | 62 factory_ = factory; 171 static SafeBrowsingServiceFactory* factory_; member in class:SafeBrowsingService
|
/external/chromium_org/chrome/browser/signin/ |
ubertoken_fetcher_unittest.cc | 74 net::TestURLFetcherFactory factory_; member in class:UbertokenFetcherTest
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_tcp_server_socket_message_filter.h | 95 ContentBrowserPepperHostFactory* factory_; member in class:content::PepperTCPServerSocketMessageFilter
|
/external/chromium_org/net/http/ |
http_pipelined_host_impl.h | 109 scoped_ptr<HttpPipelinedConnection::Factory> factory_; member in class:net::HttpPipelinedHostImpl
|
http_pipelined_host_pool.h | 92 scoped_ptr<HttpPipelinedHost::Factory> factory_; member in class:net::HttpPipelinedHostPool
|
/external/chromium_org/remoting/host/it2me/ |
it2me_native_messaging_host.h | 62 scoped_ptr<It2MeHostFactory> factory_; member in class:remoting::It2MeNativeMessagingHost
|
/external/chromium_org/third_party/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.h | 68 FontFactoryPtr factory_; member in class:sfntly::SubsetterImpl
|
/external/sfntly/cpp/src/sample/chromium/ |
subsetter_impl.h | 68 FontFactoryPtr factory_; member in class:sfntly::SubsetterImpl
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page.h | 64 factory_ = factory; 159 static SafeBrowsingBlockingPageFactory* factory_; member in class:SafeBrowsingBlockingPage
|
/external/chromium/chrome/browser/speech/ |
speech_input_bubble.h | 77 static void set_factory(FactoryMethod factory) { factory_ = factory; } 116 static FactoryMethod factory_; member in class:SpeechInputBubble
|
/external/chromium_org/chrome/browser/speech/ |
speech_recognition_bubble.h | 87 static void set_factory(FactoryMethod factory) { factory_ = factory; } 126 static FactoryMethod factory_; member in class:SpeechRecognitionBubble
|
speech_recognition_bubble.cc | 122 SpeechRecognitionBubble::FactoryMethod SpeechRecognitionBubble::factory_ = NULL; 131 if (factory_) 132 return (*factory_)(web_contents, delegate, element_rect);
|
/external/chromium_org/chrome_frame/test/ |
automation_client_mock.h | 135 MockProxyFactory factory_; member in class:CFACMockTest 182 client_->set_proxy_factory(&factory_);
|
/external/chromium_org/google_apis/gaia/ |
oauth2_access_token_fetcher_unittest.cc | 111 EXPECT_CALL(factory_, CreateURLFetcher(_, url, _, _)) 118 MockUrlFetcherFactory factory_; member in class:OAuth2AccessTokenFetcherTest
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
peerconnection.h | 161 return factory_->signaling_thread(); 177 talk_base::scoped_refptr<PeerConnectionFactory> factory_; member in class:webrtc::PeerConnection
|
peerconnection.cc | 318 : factory_(factory), 371 factory_->signaling_thread(), this, factory_->channel_manager())); 373 session_.reset(new WebRtcSession(factory_->channel_manager(), 374 factory_->signaling_thread(), 375 factory_->worker_thread(), 383 if (!session_->Initialize(factory_->options(), constraints,
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_session_unittest.cc | 109 &factory_, profile(), "test user", false, task)); 119 EXPECT_CALL(factory_, CreateSessionSyncComponents(_, _)). 122 EXPECT_CALL(factory_, CreateDataTypeManager(_, _)). 125 new SessionDataTypeController(&factory_, 141 ProfileSyncFactoryMock factory_; member in class:browser_sync::ProfileSyncServiceSessionTest
|
profile_sync_service_typed_url_unittest.cc | 164 new TestProfileSyncService(&factory_, &profile_, "test", false, 167 new TypedUrlDataTypeController(&factory_, 171 EXPECT_CALL(factory_, CreateTypedUrlSyncComponents(_, _, _)). 175 EXPECT_CALL(factory_, CreateDataTypeManager(_, _)). 285 ProfileSyncFactoryMock factory_; member in class:ProfileSyncServiceTypedUrlTest
|
/external/chromium/net/disk_cache/ |
eviction.cc | 66 ALLOW_THIS_IN_INITIALIZER_LIST(factory_(this)) { 99 factory_.RevokeAll(); 139 factory_.NewRunnableMethod(&Eviction::TrimCache, false)); 207 factory_.NewRunnableMethod(&Eviction::DelayedTrim), 1000); 342 factory_.NewRunnableMethod(&Eviction::TrimCache, false)); 356 factory_.NewRunnableMethod(&Eviction::TrimDeleted, empty)); 492 factory_.NewRunnableMethod(&Eviction::TrimDeleted, false));
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_file_system_service.cc | 157 factory_(this) {} 162 factory_.GetWeakPtr(), callback)); 188 base::WeakPtrFactory<LocalSyncRunner> factory_; member in class:sync_file_system::LocalSyncRunner 202 factory_(this) {} 207 factory_.GetWeakPtr(), callback)); 246 factory_.GetWeakPtr())); 253 base::WeakPtrFactory<RemoteSyncRunner> factory_; member in class:sync_file_system::RemoteSyncRunner
|
/external/chromium/net/socket/ |
socket_test_util.cc | 253 ALLOW_THIS_IN_INITIALIZER_LIST(factory_(this)) { 262 ALLOW_THIS_IN_INITIALIZER_LIST(factory_(this)) { 286 factory_.NewRunnableMethod(&DelayedSocketData::CompleteRead), 100); 292 factory_.RevokeAll(); 305 blocked_(false), ALLOW_THIS_IN_INITIALIZER_LIST(factory_(this)) { 314 blocked_(false), ALLOW_THIS_IN_INITIALIZER_LIST(factory_(this)) { 342 factory_.RevokeAll(); 375 factory_.NewRunnableMethod(&OrderedSocketData::CompleteRead), 100); 386 factory_.RevokeAll(); [all...] |
/external/chromium_org/ppapi/utility/ |
completion_callback_factory.h | 61 /// MyClass() : factory_(this) { 65 /// pp::CompletionCallback cc = factory_.NewCallback(&MyClass::DidOpen); 80 /// pp::CompletionCallbackFactory<MyClass> factory_; 99 /// pp::CompletionCallback cc = factory_.NewCallback(&MyClass::DidOpen, 645 : factory_(factory) { 658 factory_ = NULL; 662 return factory_ ? factory_->GetObject() : NULL; 667 FactoryType* factory_; member in class:pp::CompletionCallbackFactory::BackPointer [all...] |
/external/chromium_org/chrome/browser/download/ |
download_request_limiter.h | 137 bool is_showing_prompt() const { return factory_.HasWeakPtrs(); } 175 base::WeakPtrFactory<DownloadRequestLimiter::TabDownloadState> factory_; member in class:DownloadRequestLimiter::TabDownloadState 261 base::WeakPtrFactory<DownloadRequestLimiter> factory_; member in class:DownloadRequestLimiter
|