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

  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
NetscapePluginX11.cpp 157 m_npWindow.ws_info = callbackStruct;
166 delete static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info);
246 ASSERT(qtDrawable.depth() == static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info)->depth);
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 143 m_npWindow.ws_info = (void*)(context->platformContext());
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 160 ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth);
279 const int drawableDepth = ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth;
    [all...]
  /external/webkit/Source/WebCore/plugins/
PluginView.cpp 399 if (m_isWindowed && m_npWindow.ws_info)
400 delete (NPSetWindowCallbackStruct *)m_npWindow.ws_info;
401 m_npWindow.ws_info = 0;
    [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 151 ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth);
895 m_npWindow.ws_info = ws;
  /external/webkit/Source/WebCore/bridge/
npapi.h 488 void * ws_info; /* Platform-dependent additonal data */ member in struct:_NPWindow

Completed in 202 milliseconds