Home
last modified time | relevance | path

Searched refs:NPNVprivateModeBool (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
DPassDifferentNPPStruct.cpp55 NPError error = NPN_GetValue(NPNVprivateModeBool, &privateMode); in NPP_SetWindow()
/external/webkit/Source/WebCore/plugins/
DPluginDebug.cpp103 case NPNVprivateModeBool: return "NPNVprivateModeBool"; in prettyNameForNPNVariable()
DPluginView.cpp1474 case NPNVprivateModeBool: { in getValue()
1613 setValue(m_instance, NPNVprivateModeBool, &value); in privateBrowsingStateChanged()
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
DTestNetscapePlugin.cpp103 browser->getvalue(instance, NPNVprivateModeBool, (void *)&obj->cachedPrivateBrowsingMode); in webkit_test_plugin_new_instance()
376 case NPNVprivateModeBool: in webkit_test_plugin_set_value()
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
Dmain.cpp283 browser->getvalue(instance, NPNVprivateModeBool, (void *)&obj->cachedPrivateBrowsingMode); in NPP_New()
778 case NPNVprivateModeBool: in NPP_SetValue()
DPluginObject.cpp321 browser->getvalue(plugin->npp, NPNVprivateModeBool, &privateBrowsingEnabled); in pluginGetProperty()
/external/webkit/Source/WebCore/bridge/
Dnpapi.h429 NPNVprivateModeBool = 18 enumerator
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePlugin.cpp726 NPP_SetValue(NPNVprivateModeBool, &value); in privateBrowsingStateChanged()
DNetscapeBrowserFuncs.cpp440 case NPNVprivateModeBool: { in NPN_GetValue()
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.mm857 [_pluginPackage.get() pluginFuncs]->setvalue(plugin, NPNVprivateModeBool, &value);
2085 case NPNVprivateModeBool:
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2441229 and NPNVprivateModeBool as they have an identical implementation across ports.
41245 to have some values handled by the static handler. When NPNVprivateModeBool was added
42218 Add support for NPNVprivateModeBool property in plugins.
42222 The NPNVprivateModeBool property is supported as scriptable property privateBrowsingEnabled
42225 plugins/private-browsing-mode.html to retrieve the previous value of NPNVprivateModeBool
/external/webkit/Tools/
DChangeLog-2010-05-2413804 to provide the expected behavior related to NPNVprivateModeBool. Hopefully this code
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1627512 Handle NPNVprivateModeBool.