Searched refs:NPNVprivateModeBool (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/ |
D | PassDifferentNPPStruct.cpp | 55 NPError error = NPN_GetValue(NPNVprivateModeBool, &privateMode); in NPP_SetWindow()
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginDebug.cpp | 103 case NPNVprivateModeBool: return "NPNVprivateModeBool"; in prettyNameForNPNVariable()
|
D | PluginView.cpp | 1474 case NPNVprivateModeBool: { in getValue() 1613 setValue(m_instance, NPNVprivateModeBool, &value); in privateBrowsingStateChanged()
|
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/ |
D | TestNetscapePlugin.cpp | 103 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/ |
D | main.cpp | 283 browser->getvalue(instance, NPNVprivateModeBool, (void *)&obj->cachedPrivateBrowsingMode); in NPP_New() 778 case NPNVprivateModeBool: in NPP_SetValue()
|
D | PluginObject.cpp | 321 browser->getvalue(plugin->npp, NPNVprivateModeBool, &privateBrowsingEnabled); in pluginGetProperty()
|
/external/webkit/Source/WebCore/bridge/ |
D | npapi.h | 429 NPNVprivateModeBool = 18 enumerator
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapePlugin.cpp | 726 NPP_SetValue(NPNVprivateModeBool, &value); in privateBrowsingStateChanged()
|
D | NetscapeBrowserFuncs.cpp | 440 case NPNVprivateModeBool: { in NPN_GetValue()
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.mm | 857 [_pluginPackage.get() pluginFuncs]->setvalue(plugin, NPNVprivateModeBool, &value); 2085 case NPNVprivateModeBool:
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-05-24 | 41229 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/ |
D | ChangeLog-2010-05-24 | 13804 to provide the expected behavior related to NPNVprivateModeBool. Hopefully this code
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 27512 Handle NPNVprivateModeBool.
|