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

  /external/webkit/Source/WebKit2/Platform/gtk/
WorkQueueGtk.cpp 105 m_eventContext = g_main_context_new();
106 ASSERT(m_eventContext);
107 m_eventLoop = g_main_loop_new(m_eventContext, FALSE);
124 if (m_eventContext) {
125 g_main_context_unref(m_eventContext);
126 m_eventContext = 0;
166 g_source_attach(dispatchSource.get(), m_eventContext);
195 g_source_attach(dispatchSource, m_eventContext);
  /external/webkit/Source/WebKit2/Platform/
WorkQueue.h 174 GMainContext* m_eventContext;

Completed in 142 milliseconds