Home
last modified time | relevance | path

Searched refs:NPSetWindowCallbackStruct (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/plugins/qt/
DPluginViewQt.cpp117 ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth); in updatePluginWidget()
180 const int drawableDepth = ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth; in paint()
778 NPSetWindowCallbackStruct* wsi = new NPSetWindowCallbackStruct(); in platformStart()
/external/webkit/WebCore/plugins/gtk/
DPluginViewGtk.cpp142 ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth); in updatePluginWidget()
218 const unsigned int drawableDepth = ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth; in paint()
859 NPSetWindowCallbackStruct* ws = new NPSetWindowCallbackStruct(); in platformStart()
/external/webkit/WebCore/bridge/
Dnpapi.h277 } NPSetWindowCallbackStruct; typedef
/external/webkit/WebCore/plugins/
DPluginView.cpp392 delete (NPSetWindowCallbackStruct *)m_npWindow.ws_info; in stop()