Searched refs:privateBrowsingStateDidChange (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/
H A DHTMLMediaElement.h182 void privateBrowsingStateDidChange();
H A DHTMLMediaElement.cpp2717 void HTMLMediaElement::privateBrowsingStateDidChange() function in class:WebCore::HTMLMediaElement
2724 LOG(Media, "HTMLMediaElement::privateBrowsingStateDidChange(%s)", boolString(privateMode));
/external/webkit/Source/WebCore/dom/
H A DElement.h279 virtual void privateBrowsingStateDidChange() { } function in class:WebCore::Element
H A DDocument.h978 void privateBrowsingStateDidChange();
H A DDocument.cpp4013 void Document::privateBrowsingStateDidChange() function in class:WebCore::Document
4017 (*it)->privateBrowsingStateDidChange();
/external/webkit/Source/WebCore/page/
H A DPage.cpp883 frame->document()->privateBrowsingStateDidChange();

Completed in 413 milliseconds