HomeSort by relevance Sort by last modified time
    Searched full:privatebrowsingstatechanged (Results 1 - 18 of 18) sorted by null

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

Completed in 165 milliseconds