Home
last modified time | relevance | path

Searched refs:task_factory_ (Results 1 – 20 of 20) sorted by relevance

/external/chromium/chrome/browser/speech/
Dspeech_input_bubble.cc120 : ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)), in SpeechInputBubbleBase()
143 task_factory_.RevokeAll(); in SetWarmUpMode()
154 task_factory_.NewRunnableMethod( in DoWarmingUpAnimationStep()
163 task_factory_.RevokeAll(); in SetRecordingMode()
182 task_factory_.NewRunnableMethod( in DoRecognizingAnimationStep()
188 task_factory_.RevokeAll(); in SetMessage()
Dspeech_input_bubble.h170 ScopedRunnableMethodFactory<SpeechInputBubbleBase> task_factory_; variable
/external/chromium/chrome/browser/remoting/
Dsetup_flow_get_status_step.cc16 : ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)), in SetupFlowGetStatusStep()
57 Task* done_task = task_factory_.NewRunnableMethod( in LaunchServiceProcess()
Dsetup_flow_start_host_step.h38 ScopedRunnableMethodFactory<SetupFlowStartHostStep> task_factory_; variable
Dsetup_flow_get_status_step.h39 ScopedRunnableMethodFactory<SetupFlowGetStatusStep> task_factory_; variable
Dsetup_flow_start_host_step.cc16 : ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)), in SetupFlowStartHostStep()
/external/chromium/chrome/browser/chromeos/
Dnetwork_state_notifier.cc34 : ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)), in NetworkStateNotifier()
55 task_factory_.NewRunnableMethod( in OnNetworkManagerChanged()
Dnetwork_state_notifier.h79 ScopedRunnableMethodFactory<NetworkStateNotifier> task_factory_;
/external/chromium/net/proxy/
Dproxy_script_fetcher_impl.cc75 : ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)), in ProxyScriptFetcherImpl()
159 task_factory_.NewRunnableMethod(&ProxyScriptFetcherImpl::OnTimeout, in Fetch()
Dproxy_script_fetcher_impl.h82 ScopedRunnableMethodFactory<ProxyScriptFetcherImpl> task_factory_; variable
/external/chromium/net/http/
Dhttp_transaction_unittest.cc216 ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)), data_cursor_(0) { in MockNetworkTransaction()
314 MessageLoop::current()->PostTask(FROM_HERE, task_factory_.NewRunnableMethod( in CallbackLater()
Dhttp_cache.cc342 ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)) { in HttpCache()
356 ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)) { in HttpCache()
367 ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)) { in HttpCache()
992 task_factory_.NewRunnableMethod(&HttpCache::OnProcessPendingQueue, in ProcessPendingQueue()
1138 task_factory_.NewRunnableMethod(&HttpCache::OnBackendCreated, in OnBackendCreated()
Dhttp_transaction_unittest.h189 ScopedRunnableMethodFactory<MockNetworkTransaction> task_factory_; variable
Dhttp_cache.h377 ScopedRunnableMethodFactory<HttpCache> task_factory_; variable
/external/chromium/chrome/browser/chromeos/notifications/
Dnotification_panel.h179 ScopedRunnableMethodFactory<NotificationPanel> task_factory_; variable
Dnotification_panel.cc401 task_factory_(this), in NotificationPanel()
774 task_factory_.NewRunnableMethod( in StartStaleTimer()
/external/chromium/chrome/browser/ui/cocoa/
Dpage_info_bubble_controller.mm100 ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)) {
106 if (!task_factory_.empty())
119 task_factory_.NewRunnableMethod(
137 ScopedRunnableMethodFactory<PageInfoModelBubbleBridge> task_factory_;
/external/chromium/chrome/browser/chromeos/login/
Dscreen_locker.cc289 ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)), in GrabWidget()
388 ScopedRunnableMethodFactory<GrabWidget> task_factory_; member in __anonc200e6140111::GrabWidget
431 task_factory_.NewRunnableMethod(&GrabWidget::TryGrabAllInputs), in TryGrabAllInputs()
/external/chromium/chrome/browser/ui/views/
Dbrowser_actions_container.h517 ScopedRunnableMethodFactory<BrowserActionsContainer> task_factory_; variable
Dbrowser_actions_container.cc362 ALLOW_THIS_IN_INITIALIZER_LIST(task_factory_(this)), in BrowserActionsContainer()