Searched defs:privateBrowsingStateChanged (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/plugins/
H A DPluginViewBase.h48 virtual void privateBrowsingStateChanged(bool) { } function in class:WebCore::PluginViewBase
H A DPluginViewNone.cpp160 void PluginView::privateBrowsingStateChanged(bool) function in class:WebCore::PluginView
H A DPluginView.cpp1601 void PluginView::privateBrowsingStateChanged(bool privateBrowsingEnabled) function in class:WebCore::PluginView
/external/webkit/Source/WebCore/platform/qt/
H A DTemporaryLinkStubsQt.cpp91 void PluginView::privateBrowsingStateChanged(bool) function in class:PluginView
/external/webkit/Source/WebKit2/PluginProcess/
H A DPluginControllerProxy.cpp514 void PluginControllerProxy::privateBrowsingStateChanged(bool isPrivateBrowsingEnabled) function in class:WebKit::PluginControllerProxy
516 m_plugin->privateBrowsingStateChanged(isPrivateBrowsingEnabled);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.cpp360 void PluginProxy::privateBrowsingStateChanged(bool isPrivateBrowsingEnabled) function in class:WebKit::PluginProxy
H A DPluginView.cpp494 void PluginView::privateBrowsingStateChanged(bool privateBrowsingEnabled) function in class:WebKit::PluginView
500 m_plugin->privateBrowsingStateChanged(privateBrowsingEnabled);
/external/webkit/Source/WebCore/page/
H A DPage.cpp878 void Page::privateBrowsingStateChanged() function in class:WebCore::Page
886 // from below privateBrowsingStateChanged does not affect their lifetime.
905 pluginViewBases[i]->privateBrowsingStateChanged(privateBrowsingEnabled);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.cpp716 void NetscapePlugin::privateBrowsingStateChanged(bool privateBrowsingEnabled) function in class:WebKit::NetscapePlugin

Completed in 125 milliseconds