Home
last modified time | relevance | path

Searched refs:NP_FULL (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/bridge/
Dnpapi.h709 #define NP_FULL 2 macro
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePlugin.cpp422 uint16_t mode = parameters.loadManually ? NP_FULL : NP_EMBED; in initialize()
/external/webkit/Source/WebCore/plugins/
DPluginView.cpp156 if (m_mode == NP_FULL || !m_isWindowed) in setFrameRect()
906 , m_mode(loadManually ? NP_FULL : NP_EMBED) in PluginView()
/external/webkit/Source/WebCore/plugins/gtk/
DPluginViewGtk.cpp490 if (m_mode != NP_FULL && m_mode != NP_EMBED) in setNPWindowIfNeeded()
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DWebHostedNetscapePluginView.mm116 … _mode == NP_FULL, _isPrivateBrowsingEnabled, accleratedCompositingEnabled);
/external/webkit/Source/WebCore/plugins/qt/
DPluginViewQt.cpp629 if (m_mode != NP_FULL && m_mode != NP_EMBED) in setNPWindowIfNeeded()
/external/webkit/Source/WebKit/mac/Plugins/
DWebBaseNetscapePluginView.mm161 _mode = NP_FULL;
DWebNetscapePluginView.mm1738 } else if (cTarget == NULL && _mode == NP_FULL) {
/external/webkit/Source/WebKit/gtk/
DChangeLog14984 [Gtk] Plugin Load crashes with NP_FULL mode
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-0312963 …(-[IFPluginView initWithFrame:plugin:url:mime:arguments:]): removed special-case code for NP_FULL
DChangeLog-2006-02-0910083 …<rdar://problem/3842030> WebKit needs to pass the mode (NP_FULL, NP_EMBED, etc) when calling plugI…