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

  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/
NetscapePluginMac.mm 243 CreateNewWindow(kDocumentWindowClass, kWindowNoTitleBarAttribute, &bounds, reinterpret_cast<WindowRef*>(&m_npCGContext.window));
244 ASSERT(m_npCGContext.window);
248 m_npWindow.window = &m_npCGContext;
313 return reinterpret_cast<WindowRef>(m_npCGContext.window);
409 if (platformContext != m_npCGContext.context) {
410 m_npCGContext.context = platformContext;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 233 NP_CGContext m_npCGContext;
NetscapePlugin.cpp 78 , m_npCGContext()

Completed in 55 milliseconds