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

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
PassDifferentNPPStruct.cpp 55 NPError error = NPN_GetValue(NPNVprivateModeBool, &privateMode);
60 pluginLog(instance, "NPN_GetValue(NPNVprivateModeBool) with a different NPP struct failed with error %d", error);
63 pluginLog(instance, "NPN_GetValue(NPNVprivateModeBool) with a different NPP struct succeeded");
  /external/webkit/Source/WebCore/plugins/
PluginDebug.cpp 103 case NPNVprivateModeBool: return "NPNVprivateModeBool";
PluginView.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 103 browser->getvalue(instance, NPNVprivateModeBool, (void *)&obj->cachedPrivateBrowsingMode);
376 case NPNVprivateModeBool:
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 283 browser->getvalue(instance, NPNVprivateModeBool, (void *)&obj->cachedPrivateBrowsingMode);
778 case NPNVprivateModeBool:
PluginObject.cpp 321 browser->getvalue(plugin->npp, NPNVprivateModeBool, &privateBrowsingEnabled);
    [all...]
  /external/webkit/Source/WebCore/bridge/
npapi.h 429 NPNVprivateModeBool = 18
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 721 // When the browser turns private mode on or off it will call NPP_SetValue for "NPNVprivateModeBool"
726 NPP_SetValue(NPNVprivateModeBool, &value);
NetscapeBrowserFuncs.cpp 440 case NPNVprivateModeBool: {
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm 857 [_pluginPackage.get() pluginFuncs]->setvalue(plugin, NPNVprivateModeBool, &value);
    [all...]

Completed in 669 milliseconds