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

  /external/webkit/WebCore/bridge/
npapi.h 573 uint16 mode; /* NP_FULL or NP_EMBED */
576 NPFullPrint fullPrint; /* if mode is NP_FULL */
714 #define NP_FULL 2
  /external/webkit/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 111 _mode == NP_FULL, _isPrivateBrowsingEnabled, accleratedCompositingEnabled);
  /external/webkit/WebCore/plugins/
PluginView.cpp 150 if (m_mode == NP_FULL || !m_isWindowed)
905 , m_mode(loadManually ? NP_FULL : NP_EMBED)
    [all...]
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 159 _mode = NP_FULL;
WebNetscapePluginView.mm     [all...]
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 513 if (m_mode != NP_FULL && m_mode != NP_EMBED)
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 469 if (m_mode != NP_FULL && m_mode != NP_EMBED)

Completed in 62 milliseconds