HomeSort by relevance Sort by last modified time
    Searched defs:RunLoop (Results 1 - 8 of 8) sorted by null

  /external/chromium/chrome/browser/first_run/
first_run_import_observer.cc 17 void FirstRunImportObserver::RunLoop() {
  /external/webkit/Source/WebKit2/Platform/gtk/
RunLoopGtk.cpp 28 #include "RunLoop.h"
33 RunLoop::RunLoop()
41 RunLoop::~RunLoop()
53 void RunLoop::run()
55 g_main_loop_run(RunLoop::main()->mainLoop());
58 GMainLoop* RunLoop::mainLoop()
63 void RunLoop::stop()
68 gboolean RunLoop::queueWork(RunLoop* runLoop
    [all...]
  /external/webkit/Source/WebKit2/Platform/qt/
RunLoopQt.cpp 28 #include "RunLoop.h"
39 class RunLoop::TimerObject : public QObject
43 TimerObject(RunLoop* runLoop) : m_runLoop(runLoop)
55 RunLoop::TimerBase::timerFired(m_runLoop, event->timerId());
59 RunLoop* m_runLoop;
63 void RunLoop::run()
68 void RunLoop::stop()
73 RunLoop::RunLoop(
    [all...]
  /external/webkit/Source/WebKit2/Platform/win/
RunLoopWin.cpp 27 #include "RunLoop.h"
39 LRESULT CALLBACK RunLoop::RunLoopWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
43 if (RunLoop* runLoop = reinterpret_cast<RunLoop*>(longPtr))
44 return runLoop->wndProc(hWnd, message, wParam, lParam);
49 // Associate the RunLoop with the window.
57 LRESULT RunLoop::wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
64 RunLoop::TimerBase::timerFired(this, wParam);
71 void RunLoop::run(
    [all...]
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 50 class RunLoop {
55 static RunLoop* current();
56 static RunLoop* main();
72 friend class RunLoop;
74 TimerBase(RunLoop*);
88 RunLoop* m_runLoop;
91 static void timerFired(RunLoop*, uint64_t ID);
98 static void timerFired(RunLoop*, int ID);
102 static gboolean timerFiredCallback(RunLoop::TimerBase*);
103 static void destroyNotifyCallback(RunLoop::TimerBase*)
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 234 RunLoop
245 BGT RunLoop
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 234 RunLoop
245 BGT RunLoop
  /external/chromium/net/http/
http_stream_factory_impl_job.cc 105 return RunLoop(OK);
284 RunLoop(result);
287 int HttpStreamFactoryImpl::Job::RunLoop(int result) {
447 int rv = RunLoop(OK);
    [all...]

Completed in 465 milliseconds