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

  /external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp 134 m_npWindow.ws_info = (void*)(context->platformContext());
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 142 ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth);
218 const unsigned int drawableDepth = ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth;
918 m_npWindow.ws_info = ws;
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 117 ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth);
180 const int drawableDepth = ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth;
818 m_npWindow.ws_info = wsi;
  /external/webkit/WebCore/plugins/
PluginView.cpp 391 if (m_isWindowed && m_npWindow.ws_info)
392 delete (NPSetWindowCallbackStruct *)m_npWindow.ws_info;
393 m_npWindow.ws_info = 0;
    [all...]
  /external/webkit/WebCore/bridge/
npapi.h 550 void * ws_info; /* Platform-dependent additonal data */ member in struct:_NPWindow

Completed in 70 milliseconds