HomeSort by relevance Sort by last modified time
    Searched full:schedulework (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium/base/
message_pump_default.h 23 virtual void ScheduleWork();
message_pump_default.cc 64 void MessagePumpDefault::ScheduleWork() {
message_pump_libevent.h 121 virtual void ScheduleWork();
135 // Unix pipe used to implement ScheduleWork()
152 // ... write end; ScheduleWork() writes a single byte to it
message_pump.h 24 // Called from within Run in response to ScheduleWork or when the message
117 virtual void ScheduleWork() = 0;
message_pump_win.cc 94 void MessagePumpForUI::ScheduleWork() {
299 ScheduleWork();
400 // windows code. This ScheduleWork() may hurt performance a tiny bit when
403 ScheduleWork();
415 void MessagePumpForIO::ScheduleWork() {
message_pump_glib.cc 285 // NOTE: on Windows at this point we would call ScheduleWork (see
329 void MessagePumpForUI::ScheduleWork() {
343 ScheduleWork();
message_pump_libevent.cc 270 ScheduleWork();
273 void MessagePumpLibevent::ScheduleWork() {
message_pump_mac.h 71 virtual void ScheduleWork();
93 // signalled by ScheduleWork or RunDelayedWorkTimer. The static method calls
message_pump_glib.h 89 virtual void ScheduleWork();
message_pump_win.h 169 virtual void ScheduleWork();
321 virtual void ScheduleWork();
  /external/chromium/chrome/browser/sync/glue/
database_model_worker_unittest.cc 38 void ScheduleWork() {
88 &DatabaseModelWorkerTest::ScheduleWork));
  /external/webkit/Source/WebKit2/Platform/
RunLoop.cpp 67 void RunLoop::scheduleWork(PassOwnPtr<WorkItem> item)
RunLoop.h 58 void scheduleWork(PassOwnPtr<WorkItem>);
WorkQueue.h 63 void scheduleWork(PassOwnPtr<WorkItem>);
  /external/webkit/Source/WebKit2/UIProcess/Launcher/
ThreadLauncher.cpp 46 RunLoop::main()->scheduleWork(WorkItem::create(this, &ThreadLauncher::didFinishLaunchingThread, connectionIdentifier));
ProcessLauncher.cpp 47 processLauncherWorkQueue().scheduleWork(WorkItem::create(this, &ProcessLauncher::launchProcess));
  /external/webkit/Source/WebKit2/Platform/mac/
WorkQueueMac.cpp 48 void WorkQueue::scheduleWork(PassOwnPtr<WorkItem> item)
183 void WorkQueue::scheduleWork(PassOwnPtr<WorkItem> item)
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.cpp 145 m_runLoop->scheduleWork(WorkItem::create(this, &SyncMessageState::dispatchMessageAndResetDidScheduleDispatchMessagesWork));
255 m_connectionQueue.scheduleWork(WorkItem::create(this, &Connection::platformInvalidate));
298 m_connectionQueue.scheduleWork(WorkItem::create(this, &Connection::sendOutgoingMessages));
532 m_clientRunLoop->scheduleWork(WorkItem::create(this, &Connection::dispatchConnectionDidClose));
621 m_clientRunLoop->scheduleWork(WorkItem::create(this, &Connection::dispatchMessages));
  /external/webkit/Source/WebKit2/Platform/qt/
WorkQueueQt.cpp 107 void WorkQueue::scheduleWork(PassOwnPtr<WorkItem> item)
  /external/webkit/Source/WebKit2/UIProcess/Launcher/gtk/
ProcessLauncherGtk.cpp 87 RunLoop::main()->scheduleWork(WorkItem::create(this, &ProcessLauncher::didFinishLaunchingProcess, m_processIdentifier, sockets[1]));
  /external/webkit/Source/WebKit2/UIProcess/Launcher/win/
ProcessLauncherWin.cpp 105 RunLoop::main()->scheduleWork(WorkItem::create(this, &ProcessLauncher::didFinishLaunchingProcess, processInformation.hProcess, serverIdentifier));
  /external/webkit/Source/WebKit2/Platform/win/
WorkQueueWin.cpp 197 void WorkQueue::scheduleWork(PassOwnPtr<WorkItem> item)
233 timerContext->queue->scheduleWork(timerContext->item.release());
RunLoopWin.cpp 158 // FIXME: No need to wake up the run loop if we've already called scheduleWork
  /external/webkit/Source/WebKit2/Platform/gtk/
WorkQueueGtk.cpp 198 void WorkQueue::scheduleWork(PassOwnPtr<WorkItem> item)
  /external/webkit/Source/WebKit2/UIProcess/Launcher/qt/
ProcessLauncherQt.cpp 147 RunLoop::main()->scheduleWork(WorkItem::create(this, &WebKit::ProcessLauncher::didFinishLaunchingProcess, webProcess, sockets[1]));

Completed in 604 milliseconds

1 2