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

  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 417 m_npWindow.window = (void*)&m_npCgContext;
418 m_npCgContext.window = newWindowRef;
419 m_npCgContext.context = newContextRef;
490 CGContextRef cgContext = m_npCgContext.context;
521 event.message = (long unsigned int)m_npCgContext.window;
  /external/webkit/WebCore/plugins/
PluginView.h 388 NP_CGContext m_npCgContext;
PluginView.cpp 968 memset(&m_npCgContext, 0, sizeof(m_npCgContext));
    [all...]

Completed in 26 milliseconds