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

  /external/webkit/Source/WebKit2/Platform/gtk/
RunLoopGtk.cpp 35 m_runLoopContext = g_main_context_default();
36 ASSERT(m_runLoopContext);
37 m_runLoopMain = g_main_loop_new(m_runLoopContext, FALSE);
49 if (m_runLoopContext)
50 g_main_context_unref(m_runLoopContext);
79 g_source_attach(source.get(), m_runLoopContext);
81 g_main_context_wakeup(m_runLoopContext);
120 g_source_attach(m_timerSource.get(), m_runLoop->m_runLoopContext);
  /external/webkit/Source/WebKit2/Platform/
RunLoop.h 164 GMainContext* m_runLoopContext;

Completed in 26 milliseconds