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

  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 406 m_npWindow.window = (void*)&m_npCgContext;
408 m_npCgContext.window = newWindowRef;
410 m_npCgContext.context = newContextRef;
481 CGContextRef cgContext = m_npCgContext.context;
513 event.message = (long unsigned int)m_npCgContext.window;
  /external/webkit/Source/WebCore/plugins/
PluginView.h 442 NP_CGContext m_npCgContext;
PluginView.cpp 974 memset(&m_npCgContext, 0, sizeof(m_npCgContext));
    [all...]

Completed in 226 milliseconds