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

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/password_manager/
password_store_mac.h 37 virtual void ScheduleTask(Task* task);
  /external/chromium/chrome/browser/
plugin_data_remover.h 13 class 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
xmpptask.cc 39 : Task(parent), client_(NULL) {
81 Task::Stop();
  /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 
  /external/chromium/chrome/browser/chromeos/
user_cros_settings_provider.cc 14 #include "base/task.h"
191 bool RequestTrustedEntity(const std::string& name, Task* callback) {
364 std::vector<Task*>& callbacks_vector = callbacks_[name];
406 base::hash_map< std::string, std::vector< Task* > > callbacks_;
445 bool UserCrosSettingsProvider::RequestTrustedAllowGuest(Task* callback) {
450 bool UserCrosSettingsProvider::RequestTrustedAllowNewUser(Task* callback) {
455 bool UserCrosSettingsProvider::RequestTrustedShowUsersOnSignin(Task* callback) {
461 Task* callback) {
466 bool UserCrosSettingsProvider::RequestTrustedOwner(Task* callback) {
  /external/chromium/chrome/browser/sync/glue/
ui_model_worker_unittest.cc 57 // A task run from the SyncerThread to "sync share", ie tell the Syncer to
59 class FakeSyncShareTask : public Task {
73 // A task run from the CoreThread to simulate terminating syncapi.
74 class FakeSyncapiShutdownTask : public Task {
139 // (hopefully) scheduled task from a SyncShare invocation.
155 // perform a task for it.
162 // the task scheduled by the Syncer is _never_ run).
169 // The current message loop is not running, so queue a task to cause
207 // The current message loop is not running, so queue a task to cause
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.h 102 // Sets a task to execute when the next rebuild from history is complete.
105 void set_rebuild_complete_task(Task* task) {
107 rebuild_complete_task_.reset(task);
362 // When non-NULL, indicates the task that should be run after the next
364 scoped_ptr<Task> rebuild_complete_task_;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/
director-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-antlr.jar 
ant-jmf.jar 

Completed in 1261 milliseconds

1 2 3 4 56 7 8 91011>>