Searched refs:privateBrowsingStateChanged (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginViewBase.h56 virtual void privateBrowsingStateChanged(bool) { } function in class:WebCore::PluginViewBase
H A DPluginViewNone.cpp147 void PluginView::privateBrowsingStateChanged(bool) function in class:WebCore::PluginView
H A DPluginView.h185 void privateBrowsingStateChanged(bool);
H A DPluginView.cpp1482 void PluginView::privateBrowsingStateChanged(bool privateBrowsingEnabled) function in class:WebCore::PluginView
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DPluginControllerProxy.cpp596 void PluginControllerProxy::privateBrowsingStateChanged(bool isPrivateBrowsingEnabled) function in class:WebKit::PluginControllerProxy
600 m_plugin->privateBrowsingStateChanged(isPrivateBrowsingEnabled);
H A DPluginControllerProxy.h162 void privateBrowsingStateChanged(bool);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPlugin.h249 virtual void privateBrowsingStateChanged(bool) = 0;
H A DPluginProxy.h127 virtual void privateBrowsingStateChanged(bool);
H A DPluginView.h154 virtual void privateBrowsingStateChanged(bool) override;
H A DPluginProxy.cpp525 void PluginProxy::privateBrowsingStateChanged(bool isPrivateBrowsingEnabled) function in class:WebKit::PluginProxy
H A DPluginView.cpp711 void PluginView::privateBrowsingStateChanged(bool privateBrowsingEnabled) function in class:WebKit::PluginView
717 m_plugin->privateBrowsingStateChanged(privateBrowsingEnabled);
/macosx-10.10/WebCore-7600.1.25/page/
H A DPage.cpp1607 bool privateBrowsingStateChanged = (sessionID.isEphemeral() != m_sessionID.isEphemeral()); local
1611 if (!privateBrowsingStateChanged)
1618 // from below privateBrowsingStateChanged does not affect their lifetime.
1621 view->privateBrowsingStateChanged(sessionID.isEphemeral());
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h239 virtual void privateBrowsingStateChanged(bool);
H A DNetscapePlugin.cpp996 void NetscapePlugin::privateBrowsingStateChanged(bool privateBrowsingEnabled) function in class:WebKit::NetscapePlugin
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPlugin.h153 virtual void privateBrowsingStateChanged(bool) override { }

Completed in 218 milliseconds