Searched refs:postDelayedTask (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DTask.cpp69 void postDelayedTask(WebTask* task, int64_t ms) function
H A DTask.h40 // WebTask represents a task which can run by postTask() or postDelayedTask().
92 void postDelayedTask(WebTask* task, int64_t ms);
H A DWebViewHost.cpp418 postDelayedTask(new HostMethodTask(this, &WebViewHost::finishLastTextCheck), 0);
661 postDelayedTask(new HostMethodTask(this, &WebViewHost::scheduleComposite), 0);
708 postDelayedTask(new HostMethodTask(this, &WebViewHost::closeWidget), 0);
H A DLayoutTestController.cpp361 postDelayedTask(new NotifyDoneTimedOutTask(this), m_shell->layoutTestTimeout());

Completed in 129 milliseconds