HomeSort by relevance Sort by last modified time
    Searched defs:privateBrowsingStateChanged (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/plugins/
PluginViewBase.h 48 virtual void privateBrowsingStateChanged(bool) { }
PluginViewNone.cpp 160 void PluginView::privateBrowsingStateChanged(bool)
PluginView.cpp     [all...]
  /external/webkit/Source/WebCore/platform/qt/
TemporaryLinkStubsQt.cpp 91 void PluginView::privateBrowsingStateChanged(bool)
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.cpp 514 void PluginControllerProxy::privateBrowsingStateChanged(bool isPrivateBrowsingEnabled)
516 m_plugin->privateBrowsingStateChanged(isPrivateBrowsingEnabled);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.cpp 360 void PluginProxy::privateBrowsingStateChanged(bool isPrivateBrowsingEnabled)
362 m_connection->connection()->send(Messages::PluginControllerProxy::PrivateBrowsingStateChanged(isPrivateBrowsingEnabled), m_pluginInstanceID);
PluginView.cpp 494 void PluginView::privateBrowsingStateChanged(bool privateBrowsingEnabled)
500 m_plugin->privateBrowsingStateChanged(privateBrowsingEnabled);
    [all...]
  /external/webkit/Source/WebCore/page/
Page.cpp 878 void Page::privateBrowsingStateChanged()
886 // from below privateBrowsingStateChanged does not affect their lifetime.
905 pluginViewBases[i]->privateBrowsingStateChanged(privateBrowsingEnabled);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 716 void NetscapePlugin::privateBrowsingStateChanged(bool privateBrowsingEnabled)

Completed in 168 milliseconds