Searched refs:task (Results 376 - 400 of 688) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebEmbeddedWorkerImpl.cpp122 virtual void postTaskToLoader(PassOwnPtr<ExecutionContextTask> task) OVERRIDE
124 toWebLocalFrameImpl(m_embeddedWorker.m_mainFrame)->frame()->document()->postTask(task); variable
127 virtual bool postTaskToWorkerGlobalScope(PassOwnPtr<ExecutionContextTask> task) OVERRIDE
131 m_embeddedWorker.m_workerThread->postTask(task);
H A DWebSharedWorkerImpl.cpp311 void WebSharedWorkerImpl::postTaskToLoader(PassOwnPtr<ExecutionContextTask> task) argument
313 toWebLocalFrameImpl(m_mainFrame)->frame()->document()->postTask(task);
316 bool WebSharedWorkerImpl::postTaskToWorkerGlobalScope(PassOwnPtr<ExecutionContextTask> task) argument
318 m_workerThread->postTask(task);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.cc424 void XmppClient::AddXmppTask(XmppTask* task, XmppEngine::HandlerLevel level) { argument
425 d_->engine_->AddStanzaHandler(task, level);
428 void XmppClient::RemoveXmppTask(XmppTask* task) { argument
429 d_->engine_->RemoveStanzaHandler(task);
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/
H A DSelectFileDialog.java238 GetDisplayNameTask task = new GetDisplayNameTask(contentResolver, true);
239 task.execute(filePathArray);
250 GetDisplayNameTask task = new GetDisplayNameTask(contentResolver, false);
251 task.execute(results.getData());
/external/chromium_org/ui/views_content_client/
H A Dviews_content_client_main_parts_chromeos.cc77 views_content_client()->task().Run(browser_context(), root_window);
/external/chromium_org/win8/metro_driver/
H A Dprint_handler.h48 HRESULT OnCompleted(wingfx::Printing::IPrintTask* task,
/external/libunwind/src/ia64/
H A DGinit_local.c43 c->task = current;
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dtask-exit.c76 evsel->attr.task = 1;
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DHandshakeProtocolTest.java205 DelegatedTask task = new DelegatedTask(null, null, null);
206 protocol.delegatedTasks.add(task);
207 assertSame(protocol.getTask(), task);
/external/bluetooth/bluedroid/gki/common/
H A Dgki_debug.c109 UINT16 gki_calc_stack (UINT8 task) argument
115 stacksize = (int) gki_cb.com.OSStackSize[task];
116 p = (UINT32 *)gki_cb.com.OSStack[task]; /* assume stack is aligned, */
131 ** Description Print task stack usage.
253 ** Description This function prints the task states.
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/printing/
H A DPrintingControllerTest.java148 final FutureTask<PrintingControllerImpl> task =
158 runTestOnUiThread(task);
159 PrintingControllerImpl result = task.get(TEST_TIMEOUT, TimeUnit.MILLISECONDS);
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_policy_observer.cc59 const base::Closure& task = value ? on_true : on_false; local
60 if (!task.is_null())
61 task.Run();
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.h157 // This method records when ping message was sent and it will Post a task
159 // OnPongMessage(). It also posts a task (OnCheckResponsiveness()) to check
167 // PostPingMessage() task that would be called after waiting |sleep_time_|. It
381 // This method posts a task on WatchDogThread to start watching all browser
386 // This method posts a task on WatchDogThread to RevokeAll tasks and to
565 // They return true iff the watchdog thread existed and the task was posted.
566 // Note that even if the task is posted, there's no guarantee that it will
569 const base::Closure& task);
571 const base::Closure& task,
581 const base::Closure& task,
[all...]
/external/chromium_org/chrome/browser/service_process/
H A Dservice_process_control_browsertest.cc206 // Make sure using the same task for success and failure tasks works.
212 base::Closure task = base::Bind(&DecrementUntilZero, &launch_count); local
213 process->Launch(task, task);
/external/chromium_org/chrome/browser/sessions/
H A Dbase_session_service.cc299 const base::Closure& task) {
303 pool->PostSequencedWorkerTask(sequence_token_, from_here, task);
308 task.Run();
297 RunTaskOnBackendThread( const tracked_objects::Location& from_here, const base::Closure& task) argument
/external/chromium_org/chromeos/attestation/
H A Dattestation_flow.cc36 const base::Closure& task = value ? on_true : on_false; local
37 if (!task.is_null())
38 task.Run();
/external/chromium_org/components/dom_distiller/core/
H A Ddom_distiller_service.cc81 // Entry is in the store but there is no task tracker. This could
226 void DomDistillerService::CancelTask(TaskTracker* task) { argument
227 TaskList::iterator it = std::find(tasks_.begin(), tasks_.end(), task);
230 base::MessageLoop::current()->DeleteSoon(FROM_HERE, task);
/external/chromium_org/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/
H A DGCMDriver.java242 private static void launchNativeThen(Context context, Runnable task) { argument
244 task.run();
254 task.run();
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_web_speech_recognizer.cc240 Task* task = object_->task_queue_.front(); local
242 task->run();
243 delete task;
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_debug.c108 UINT16 gki_calc_stack (UINT8 task) argument
114 stacksize = (int) gki_cb.com.OSStackSize[task];
115 p = (UINT32 *)gki_cb.com.OSStack[task]; /* assume stack is aligned, */
130 ** Description Print task stack usage.
252 ** Description This function prints the task states.
/external/libnfc-nci/src/gki/common/
H A Dgki_debug.c108 UINT16 gki_calc_stack (UINT8 task) argument
114 stacksize = (int) gki_cb.com.OSStackSize[task];
115 p = (UINT32 *)gki_cb.com.OSStack[task]; /* assume stack is aligned, */
130 ** Description Print task stack usage.
252 ** Description This function prints the task states.
/external/chromium_org/chrome/browser/local_discovery/
H A Dservice_discovery_client_mdns.cc60 void PostToMdnsThread(const base::Closure& task) { argument
62 // The first task on IO thread for each |mdns_| instance must be |InitMdns|.
65 // task for |mdns_| that is not initialized yet.
67 client_->mdns_runner_->PostTask(FROM_HERE, task);
70 delayed_tasks_.push_back(task);
73 static bool PostToUIThread(const base::Closure& task) { argument
74 return BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, task);
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dautofill_helper.cc62 void RunOnDBThreadAndSignal(base::Closure task, argument
64 if (!task.is_null()) {
65 task.Run();
70 void RunOnDBThreadAndBlock(base::Closure task) { argument
74 Bind(&RunOnDBThreadAndSignal, task, &done_event));
120 // scheduling additional empty task on DB Thread. Call after AddKeys/RemoveKey.
123 // posted after the notification for observer_helper. Post new task to db
/external/chromium_org/net/ssl/
H A Ddefault_channel_id_store.cc20 // Runs the task and invokes the client callback on the thread that
21 // originally constructed the task.
420 void DefaultChannelIDStore::EnqueueTask(scoped_ptr<Task> task) { argument
425 waiting_tasks_.push_back(task.release());
428 void DefaultChannelIDStore::RunOrEnqueueTask(scoped_ptr<Task> task) { argument
433 EnqueueTask(task.Pass());
437 task->Run(this);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DAsyncCallStackTracker.cpp312 void AsyncCallStackTracker::didPostExecutionContextTask(ExecutionContext* context, ExecutionContextTask* task, const ScriptValue& callFrames) argument
319 data->m_executionContextTaskCallChains.set(task, createAsyncCallChain(task->taskNameForInstrumentation(), callFrames));
330 void AsyncCallStackTracker::willPerformExecutionContextTask(ExecutionContext* context, ExecutionContextTask* task) argument
335 setCurrentAsyncCallChain(context, data->m_executionContextTaskCallChains.take(task));

Completed in 985 milliseconds

<<11121314151617181920>>