HomeSort by relevance Sort by last modified time
    Searched refs:m_runLoopMain (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/Platform/gtk/
RunLoopGtk.cpp 37 m_runLoopMain = g_main_loop_new(m_runLoopContext, FALSE);
38 ASSERT(m_runLoopMain);
43 if (m_runLoopMain) {
44 if (g_main_loop_is_running(m_runLoopMain))
45 g_main_loop_quit(m_runLoopMain);
46 g_main_loop_unref(m_runLoopMain);
60 return m_runLoopMain;
65 g_main_loop_quit(m_runLoopMain);
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 165 GMainLoop* m_runLoopMain;

Completed in 41 milliseconds