Home
last modified time | relevance | path

Searched refs:privateBrowsingStateChanged (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/plugins/
DPluginViewBase.h48 virtual void privateBrowsingStateChanged(bool) { } in privateBrowsingStateChanged() function
DPluginViewNone.cpp160 void PluginView::privateBrowsingStateChanged(bool) in privateBrowsingStateChanged() function in WebCore::PluginView
DPluginView.h213 void privateBrowsingStateChanged(bool);
DPluginView.cpp1598 void PluginView::privateBrowsingStateChanged(bool privateBrowsingEnabled) in privateBrowsingStateChanged() function in WebCore::PluginView
/external/webkit/Source/WebCore/platform/qt/
DTemporaryLinkStubsQt.cpp91 void PluginView::privateBrowsingStateChanged(bool) in privateBrowsingStateChanged() function in PluginView
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPlugin.h169 virtual void privateBrowsingStateChanged(bool) = 0;
DPluginView.h103 virtual void privateBrowsingStateChanged(bool);
DPluginProxy.h100 virtual void privateBrowsingStateChanged(bool);
DPluginView.cpp494 void PluginView::privateBrowsingStateChanged(bool privateBrowsingEnabled) in privateBrowsingStateChanged() function in WebKit::PluginView
500 m_plugin->privateBrowsingStateChanged(privateBrowsingEnabled); in privateBrowsingStateChanged()
DPluginProxy.cpp360 void PluginProxy::privateBrowsingStateChanged(bool isPrivateBrowsingEnabled) in privateBrowsingStateChanged() function in WebKit::PluginProxy
/external/webkit/Source/WebKit2/PluginProcess/
DPluginControllerProxy.cpp514 void PluginControllerProxy::privateBrowsingStateChanged(bool isPrivateBrowsingEnabled) in privateBrowsingStateChanged() function in WebKit::PluginControllerProxy
516 m_plugin->privateBrowsingStateChanged(isPrivateBrowsingEnabled); in privateBrowsingStateChanged()
DPluginControllerProxy.h137 void privateBrowsingStateChanged(bool);
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePlugin.h182 virtual void privateBrowsingStateChanged(bool);
DNetscapePlugin.cpp716 void NetscapePlugin::privateBrowsingStateChanged(bool privateBrowsingEnabled) in privateBrowsingStateChanged() function in WebKit::NetscapePlugin
/external/webkit/Source/WebCore/page/
DPage.h249 void privateBrowsingStateChanged();
DPage.cpp878 void Page::privateBrowsingStateChanged() in privateBrowsingStateChanged() function in WebCore::Page
905 pluginViewBases[i]->privateBrowsingStateChanged(privateBrowsingEnabled); in privateBrowsingStateChanged()
DSettings.cpp392 m_page->privateBrowsingStateChanged(); in setPrivateBrowsingEnabled()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1612622 (WebKit::PluginView::privateBrowsingStateChanged):
12652 (WebKit::NetscapePlugin::privateBrowsingStateChanged):
27424 (WebKit::PluginControllerProxy::privateBrowsingStateChanged):
27425 Call Plugin::privateBrowsingStateChanged.
27446 (WebKit::PluginProxy::privateBrowsingStateChanged):
27521 (WebKit::NetscapePlugin::privateBrowsingStateChanged):
27525 Add privateBrowsingStateChanged pure virtual member function.
27531 (WebKit::PluginView::privateBrowsingStateChanged):
27532 Call Plugin::privateBrowsingStateChanged.
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2418598 Guard privateBrowsingStateChanged() and setJavaScriptPaused() with
31225 Guard privateBrowsingStateChanged() and setJavaScriptPaused() with
40629 (WebCore::Page::privateBrowsingStateChanged): Remove conditional
41088 (WebCore::Page::privateBrowsingStateChanged): PluginView methods may
41130 …n up the build fix r55437 by adding an empty implementation of privateBrowsingStateChanged in Plug…
41134 (WebCore::PluginView::privateBrowsingStateChanged):
41141 (WebCore::Page::privateBrowsingStateChanged): Mac doesn't use WebCore's PluginView class
41142 for plug-ins, so provide an empty implementation of privateBrowsingStateChanged for Mac.
41200 … (WebCore::Page::privateBrowsingStateChanged): Walk the frame tree and notify each PluginView that
41207 … (WebCore::PluginView::privateBrowsingStateChanged): Notify the plug-in instance of the new private
DChangeLog-2010-12-0634552 (WebCore::Page::privateBrowsingStateChanged):
41260 (WebCore::Page::privateBrowsingStateChanged):
41265 (WebCore::PluginViewBase::privateBrowsingStateChanged):
49694 - privateBrowsingStateChanged(bool)
49698 (PluginView::privateBrowsingStateChanged):
56329 (WebCore::PluginView::privateBrowsingStateChanged):
64643 Build fix. Add PLATFORM(BREWMP) guard to add dummy PluginView::privateBrowsingStateChanged
115367 (WebCore::PluginView::privateBrowsingStateChanged):
DChangeLog56759 … (WebCore::Page::privateBrowsingStateChanged): Call document()->privateBrowsingStateDidChange.