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

/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/x11/
H A DNetscapePluginX11.cpp161 NPSetWindowCallbackStruct* callbackStruct = static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info);
185 NPSetWindowCallbackStruct* callbackStruct = static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info);
239 m_npWindow.ws_info = callbackStruct;
249 NPSetWindowCallbackStruct* callbackStruct = static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info);
348 static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info)->visual,
/macosx-10.10/WebCore-7600.1.25/plugins/
H A Dnpapi.h467 void * ws_info; /* Platform-dependent additonal data */ member in struct:_NPWindow
H A DPluginView.cpp371 delete static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info);
372 m_npWindow.ws_info = 0;

Completed in 82 milliseconds