Searched refs:m_npCGContext (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DNetscapePluginMac.mm268 CreateNewWindow(kDocumentWindowClass, kWindowNoTitleBarAttribute, &bounds, reinterpret_cast<WindowRef*>(&m_npCGContext.window));
269 ASSERT(m_npCGContext.window);
273 m_npWindow.window = &m_npCGContext;
358 return reinterpret_cast<WindowRef>(m_npCGContext.window);
466 if (platformContext != m_npCGContext.context) {
467 m_npCGContext.context = platformContext;
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h379 NP_CGContext m_npCGContext; member in class:WebKit::NetscapePlugin
H A DNetscapePlugin.cpp90 , m_npCGContext()

Completed in 285 milliseconds