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

12 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/libjingle/source/talk/examples/call/
mucinvitesendtask.h 39 MucInviteSendTask(Task* parent) : XmppTask(parent) {}
voicemailjidrequester.h 73 class Task;
76 public talk_base::Task {
78 VoicemailJidRequester(talk_base::Task* parent, const Jid& their_jid, const Jid& my_jid);
113 talk_base::Task* parent_;
presenceouttask.h 39 PresenceOutTask(Task * parent) : XmppTask(parent) {}
  /external/webkit/Source/WebCore/storage/
IDBTransactionBackendInterface.h 52 virtual bool scheduleTask(PassOwnPtr<ScriptExecutionContext::Task> task, PassOwnPtr<ScriptExecutionContext::Task> abortTask = 0) = 0;
  /sdk/anttasks/src/com/android/ant/
BuildTypedTask.java 19 import org.apache.tools.ant.Task;
24 public abstract class BuildTypedTask extends Task {
  /external/webkit/Source/WebCore/workers/
WorkerRunLoop.cpp 80 bool operator()(WorkerRunLoop::Task* task) const
82 return m_defaultMode || m_mode == task->mode();
152 double absoluteTime = (predicate.isDefaultMode() && m_sharedTimer->isActive()) ? m_sharedTimer->fireTime() : MessageQueue<Task>::infiniteTime();
154 OwnPtr<WorkerRunLoop::Task> task = m_messageQueue.waitForMessageFilteredWithTimeout(result, predicate, absoluteTime); local
163 task->performTask(context);
180 void WorkerRunLoop::postTask(PassOwnPtr<ScriptExecutionContext::Task> task)
182 postTaskForMode(task, defaultMode())
    [all...]
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.h 19 class Task;
83 MessageLoop* callback_thread, Task* callback_task, int wait_time);
109 Task* callback_task);
118 // Internal helper function, to post task, and record callback stats.
119 void InternalPostTask(MessageLoop* thread, Task* task,
130 // the task and thread we use to post a completion notification in
132 Task* callback_task_;
  /external/chromium/third_party/libjingle/source/talk/base/
taskparent.cc 32 #include "talk/base/task.h"
37 TaskParent::TaskParent(Task* derived_instance, TaskParent *parent)
59 void TaskParent::AddChild(Task *child) {
64 bool TaskParent::IsChildTask(Task *task) {
65 ASSERT(task != NULL);
66 return task->parent_ == this && children_->find(task) != children_->end();
101 void TaskParent::OnStopped(Task *task) {
    [all...]
taskrunner.cc 34 #include "talk/base/task.h"
56 void TaskRunner::StartTask(Task * task) {
57 tasks_.push_back(task);
59 // the task we just started could be about to timeout --
60 // make sure our "next timeout task" is correct
61 UpdateTaskTimeout(task, 0);
75 // Subsequent use of those task may cause data corruption or crashes.
101 Task* task = tasks_[i] local
214 Task *task = tasks_[i]; local
    [all...]
  /external/chromium/base/threading/
worker_pool_posix.cc 11 #include "base/task.h"
29 void PostTask(const tracked_objects::Location& from_here, Task* task,
46 Task* task, bool task_is_slow) {
47 task->SetBirthPlace(from_here);
48 pool_->PostTask(task);
77 Task* task = pool_->WaitForTask(); local
78 if (!task)
108 Task* task = tasks_.front(); local
164 Task* task = tasks_.front(); local
    [all...]
  /external/chromium/chrome/browser/automation/
automation_provider_gtk.cc 25 // This task sends a WindowDragResponse message with the appropriate
26 // routing ID to the automation proxy. This is implemented as a task so that
29 class WindowDragResponseTask : public Task {
54 // A task that just runs a SendMouseEvent and performs another task when done.
55 class MouseEventTask : public Task {
57 MouseEventTask(Task* next_task, ui_controls::MouseButtonState state)
70 // The task to execute when we are done.
71 Task* next_task_;
79 // A task that just runs a SendMouseMove and performs another task when done
    [all...]
ui_controls_internal.cc 9 ClickTask::ClickTask(MouseButton button, int state, Task* followup)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
SystemProperty.java 13 import org.apache.tools.ant.Task;
15 public class SystemProperty extends Task{
  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_systhread_c.h 47 #define Task TaskPPC
59 #define SYS_ThreadHandle struct Task *
SDL_systhread.c 36 struct Task *wait;
55 struct Task *Father;
74 struct Task *Father;
115 thread->handle=(struct Task *)CreateNewProcTags(NP_Output,Output(),
150 Signal((struct Task *)thread->handle,SIGBREAKF_CTRL_C);
  /external/webkit/Source/WebKit/chromium/src/
IDBTransactionBackendProxy.h 47 virtual bool scheduleTask(PassOwnPtr<WebCore::ScriptExecutionContext::Task>, PassOwnPtr<WebCore::ScriptExecutionContext::Task>);
IDBTransactionBackendProxy.cpp 75 bool IDBTransactionBackendProxy::scheduleTask(PassOwnPtr<ScriptExecutionContext::Task>, PassOwnPtr<ScriptExecutionContext::Task>)
  /external/chromium/base/
message_loop_proxy_impl.cc 22 Task* task) {
23 return PostTaskHelper(from_here, task, 0, true);
27 const tracked_objects::Location& from_here, Task* task, int64 delay_ms) {
28 return PostTaskHelper(from_here, task, delay_ms, true);
32 const tracked_objects::Location& from_here, Task* task) {
33 return PostTaskHelper(from_here, task, 0, false);
38 Task* task
    [all...]
  /external/webkit/Source/WebCore/fileapi/
FileThreadTask.h 43 class FileThreadTask0 : public FileThread::Task {
55 : FileThread::Task(instance)
70 class FileThreadTask1 : public FileThread::Task {
83 : FileThread::Task(instance)
100 class FileThreadTask2 : public FileThread::Task {
114 : FileThread::Task(instance)
133 class FileThreadTask3 : public FileThread::Task {
148 : FileThread::Task(instance)
169 PassOwnPtr<FileThread::Task> createFileThreadTask(
174 PassOwnPtr<FileThread::Task> createFileThreadTask
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCMainThreadTask.h 36 class MainThreadTask0 : public CCMainThread::Task {
48 : CCMainThread::Task(instance)
63 class MainThreadTask1 : public CCMainThread::Task {
76 : CCMainThread::Task(instance)
93 class MainThreadTask2 : public CCMainThread::Task {
107 : CCMainThread::Task(instance)
126 class MainThreadTask3 : public CCMainThread::Task {
141 : CCMainThread::Task(instance)
162 PassOwnPtr<CCMainThread::Task> createMainThreadTask(
167 PassOwnPtr<CCMainThread::Task> createMainThreadTask
    [all...]
CCThread.cpp 54 void CCThread::postTask(PassOwnPtr<Task> task)
56 m_queue.append(task);
73 while (OwnPtr<Task> task = m_queue.waitForMessage())
74 task->performTask();
  /external/chromium/chrome/browser/search_engines/
search_provider_install_data.h 23 class Task;
55 // of |task|. There is no need to do anything special to make it function
57 void CallWhenLoaded(Task* task);
60 // This should only be called while a task is called back from CallWhenLoaded.
  /external/chromium/chrome/browser/sync/glue/
ui_model_worker.h 12 #include "base/task.h"
37 // A simple task to signal a waitable event after Run()ning a Closure.
38 class CallDoWorkAndSignalTask : public Task {
47 // Task implementation.
51 // Task data - a closure and a waitable event to signal after the work has
64 // no task scheduled by CallDoWorkFromModelSafeThreadAndWait remains un-
104 // We keep a reference to any task we have scheduled so we can gracefully
106 Task* pending_work_;
123 // one of two events occur: a new pending_work_ task was scheduled, or the
125 // because we have to manually Run() the task
    [all...]
  /external/chromium/chrome/common/
service_process_util.h 16 class Task;
75 base::MessageLoopProxy* message_loop_proxy, Task* shutdown_task);
service_process_util_posix.h 46 explicit ServiceProcessShutdownMonitor(Task* shutdown_task);
54 scoped_ptr<Task> shutdown_task_;

Completed in 912 milliseconds

12 3 4 5 6 7 8 91011>>