/external/webkit/Source/WebCore/plugins/ |
D | PluginViewBase.h | 48 virtual void privateBrowsingStateChanged(bool) { } in privateBrowsingStateChanged() function
|
D | PluginViewNone.cpp | 160 void PluginView::privateBrowsingStateChanged(bool) in privateBrowsingStateChanged() function in WebCore::PluginView
|
D | PluginView.h | 213 void privateBrowsingStateChanged(bool);
|
D | PluginView.cpp | 1598 void PluginView::privateBrowsingStateChanged(bool privateBrowsingEnabled) in privateBrowsingStateChanged() function in WebCore::PluginView
|
/external/webkit/Source/WebCore/platform/qt/ |
D | TemporaryLinkStubsQt.cpp | 91 void PluginView::privateBrowsingStateChanged(bool) in privateBrowsingStateChanged() function in PluginView
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
D | Plugin.h | 169 virtual void privateBrowsingStateChanged(bool) = 0;
|
D | PluginView.h | 103 virtual void privateBrowsingStateChanged(bool);
|
D | PluginProxy.h | 100 virtual void privateBrowsingStateChanged(bool);
|
D | PluginView.cpp | 494 void PluginView::privateBrowsingStateChanged(bool privateBrowsingEnabled) in privateBrowsingStateChanged() function in WebKit::PluginView 500 m_plugin->privateBrowsingStateChanged(privateBrowsingEnabled); in privateBrowsingStateChanged()
|
D | PluginProxy.cpp | 360 void PluginProxy::privateBrowsingStateChanged(bool isPrivateBrowsingEnabled) in privateBrowsingStateChanged() function in WebKit::PluginProxy
|
/external/webkit/Source/WebKit2/PluginProcess/ |
D | PluginControllerProxy.cpp | 514 void PluginControllerProxy::privateBrowsingStateChanged(bool isPrivateBrowsingEnabled) in privateBrowsingStateChanged() function in WebKit::PluginControllerProxy 516 m_plugin->privateBrowsingStateChanged(isPrivateBrowsingEnabled); in privateBrowsingStateChanged()
|
D | PluginControllerProxy.h | 137 void privateBrowsingStateChanged(bool);
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapePlugin.h | 182 virtual void privateBrowsingStateChanged(bool);
|
D | NetscapePlugin.cpp | 716 void NetscapePlugin::privateBrowsingStateChanged(bool privateBrowsingEnabled) in privateBrowsingStateChanged() function in WebKit::NetscapePlugin
|
/external/webkit/Source/WebCore/page/ |
D | Page.h | 249 void privateBrowsingStateChanged();
|
D | Page.cpp | 878 void Page::privateBrowsingStateChanged() in privateBrowsingStateChanged() function in WebCore::Page 905 pluginViewBases[i]->privateBrowsingStateChanged(privateBrowsingEnabled); in privateBrowsingStateChanged()
|
D | Settings.cpp | 392 m_page->privateBrowsingStateChanged(); in setPrivateBrowsingEnabled()
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 12622 (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/ |
D | ChangeLog-2010-05-24 | 18598 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
|
D | ChangeLog-2010-12-06 | 34552 (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):
|
D | ChangeLog | 56759 … (WebCore::Page::privateBrowsingStateChanged): Call document()->privateBrowsingStateDidChange.
|