HomeSort by relevance Sort by last modified time
    Searched refs:Task (Results 126 - 150 of 338) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/base/
message_pump_glib_unittest.cc 57 if (event.task) {
58 event.task->Run();
59 delete event.task;
63 // Adds an event to the queue. When "handled", executes |task|.
65 void AddEvent(int delay_ms, Task* task) {
73 EventInjector::Event event = { future, task };
87 Task* task; member in struct:__anon2712::EventInjector::Event
124 // Does nothing. This function can be called from a task
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tts_api.h 12 #include "base/task.h"
61 // the options passed to tts.speak, and a completion task to call
66 Task* completion_task);
69 // Calls the completion task and then destroys itself.
124 // The error string to pass to the completion task. Will be empty if
129 Task* completion_task_;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
FetchValidator.java 14 import org.apache.tools.ant.Task;
25 public class FetchValidator extends Task {
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.cpp 107 max.Task();
108 usb.Task();
231 max.Task();
232 usb.Task();
  /external/chromium/base/files/
file_path_watcher.h 53 // A custom Task that always cleans up the PlatformDelegate, either when
56 class CancelTask : public Task {
  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.h 39 // A task that will forward an IPC message to the UI shim.
40 class RouteToGpuProcessHostUIShimTask : public Task {
jankometer.cc 122 base::Histogram* const process_times_; // Time spent proc. task.
248 virtual void WillProcessTask(const Task* task) {
252 const base::TimeDelta queueing_time = now - task->tracked_birth_time();
256 virtual void DidProcessTask(const Task* task) {
294 virtual void WillProcessTask(const Task* task) {
298 const base::TimeDelta queueing_time = now - task->tracked_birth_time();
302 virtual void DidProcessTask(const Task* task)
    [all...]
plugin_data_remover.h 13 class Task;
  /external/chromium/chrome/browser/password_manager/
password_store_mac.h 37 virtual void ScheduleTask(Task* task);
  /external/chromium/chrome/browser/remoting/
setup_flow_get_status_step.cc 57 Task* done_task = task_factory_.NewRunnableMethod(
  /external/chromium/chrome/browser/sync/notifier/
invalidation_notifier.h 56 virtual void OnConnect(base::WeakPtr<talk_base::Task> base_task) OVERRIDE;
  /external/chromium/chrome/browser/ui/gtk/
reload_button_gtk.h 22 class Task;
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils_win.cc 21 class OpenConnectionDialogTask : public Task {
  /external/chromium/chrome/common/
worker_thread_ticker.cc 11 #include "base/task.h"
14 class WorkerThreadTicker::TimerTask : public Task {
  /external/chromium/net/base/
test_completion_callback_unittest.cc 9 #include "base/task.h"
69 Task* reply = NewRunnableMethod(this, &ExampleWorker::DoCallback);
  /external/chromium/third_party/libjingle/source/talk/examples/call/
discoitemsquerytask.cc 39 DiscoItemsQueryTask::DiscoItemsQueryTask(Task* parent,
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpptask.h 35 #include "talk/base/task.h"
45 // See Task and XmppClient first.
47 // XmppTask is a task that is designed to go underneath XmppClient and be
55 // and if so, queue it and Wake() the task, or if a stanza does not belong
67 public talk_base::Task,
110 // Returns true if the task is under the specified rate limit and updates the
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/34/1/.cp/ant_tasks/
pde-ant.jar 
  /external/webkit/Source/WebCore/bindings/js/
JSCallbackData.h 76 class DeleteCallbackDataTask : public ScriptExecutionContext::Task {
  /external/webkit/Source/WebCore/dom/
CrossThreadTask.h 61 class CrossThreadTask1 : public ScriptExecutionContext::Task {
90 class CrossThreadTask2 : public ScriptExecutionContext::Task {
122 class CrossThreadTask3 : public ScriptExecutionContext::Task {
157 class CrossThreadTask4 : public ScriptExecutionContext::Task {
195 class CrossThreadTask5 : public ScriptExecutionContext::Task {
236 class CrossThreadTask6 : public ScriptExecutionContext::Task {
280 class CrossThreadTask7 : public ScriptExecutionContext::Task {
327 class CrossThreadTask8 : public ScriptExecutionContext::Task {
377 PassOwnPtr<ScriptExecutionContext::Task> createCallbackTask(
387 PassOwnPtr<ScriptExecutionContext::Task> createCallbackTask
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WorkerFileWriterCallbacksBridge.cpp 182 void WorkerFileWriterCallbacksBridge::runTaskOnMainThread(ScriptExecutionContext* scriptExecutionContext, PassRefPtr<WorkerFileWriterCallbacksBridge> bridge, PassOwnPtr<ScriptExecutionContext::Task> taskToRun)
189 void WorkerFileWriterCallbacksBridge::runTaskOnWorkerThread(ScriptExecutionContext* scriptExecutionContext, PassRefPtr<WorkerFileWriterCallbacksBridge> bridge, PassOwnPtr<ScriptExecutionContext::Task> taskToRun)
196 void WorkerFileWriterCallbacksBridge::dispatchTaskToMainThread(PassOwnPtr<ScriptExecutionContext::Task> task)
199 WebWorkerBase::dispatchTaskToMainThread(createCallbackTask(&runTaskOnMainThread, this, task));
202 void WorkerFileWriterCallbacksBridge::dispatchTaskToWorkerThread(PassOwnPtr<ScriptExecutionContext::Task> task)
205 m_proxy->postTaskForModeToWorkerContext(createCallbackTask(&runTaskOnWorkerThread, this, task), m_mode);
WebWorkerBase.cpp 191 void WebWorkerBase::dispatchTaskToMainThread(PassOwnPtr<ScriptExecutionContext::Task> task)
193 callOnMainThread(invokeTaskMethod, task.leakPtr());
198 ScriptExecutionContext::Task* task = local
199 static_cast<ScriptExecutionContext::Task*>(param);
200 task->performTask(0);
201 delete task;
397 void WebWorkerBase::postTaskToLoader(PassOwnPtr<ScriptExecutionContext::Task> task)
    [all...]
  /external/chromium/chrome/browser/net/
sqlite_persistent_cookie_store.cc 80 void Flush(Task* completion_task);
131 void Commit(Task* completion_task);
403 this, &Backend::Commit, static_cast<Task*>(NULL)), kCommitIntervalMs);
413 this, &Backend::Commit, static_cast<Task*>(NULL)));
423 void SQLitePersistentCookieStore::Backend::Commit(Task* completion_task) {
431 // We post this task to the current thread, so it won't run until we exit.
535 void SQLitePersistentCookieStore::Backend::Flush(Task* completion_task) {
545 // We want the completion task to run immediately after Commit() returns.
546 // Posting it from here means there is less chance of another task getting
637 void SQLitePersistentCookieStore::Flush(Task* completion_task)
    [all...]
  /external/chromium/chrome/browser/metrics/
thread_watcher.cc 46 // If we are not on WatchDogThread, then post a task to call StartWatching on
89 // There is some user activity, PostPingMessage task of thread watcher if
112 Task* callback_task = method_factory_.NewRunnableMethod(
119 // Post a task to check the responsiveness of watched thread.
182 Task* callback_task) {
352 // before the Quit task.
373 Task* task) {
374 return PostTaskHelper(from_here, task, 0);
379 Task* task
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 

Completed in 1250 milliseconds

1 2 3 4 56 7 8 91011>>