Searched refs:removeAllUserContent (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DPageGroup.h109 void removeAllUserContent();
H A DPageGroup.cpp81 removeAllUserContent();
490 void PageGroup::removeAllUserContent() function in class:WebCore::PageGroup
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundle.h108 void removeAllUserContent(WebPageGroupProxy*);
H A DInjectedBundle.cpp250 void InjectedBundle::removeAllUserContent(WebPageGroupProxy* pageGroup) function in class:WebKit::InjectedBundle
252 PageGroup::pageGroup(pageGroup->identifier())->removeAllUserContent();
/external/webkit/Source/WebKit/chromium/public/
H A DWebView.h340 WEBKIT_API static void removeAllUserContent();
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundle.cpp123 toImpl(bundleRef)->removeAllUserContent(toImpl(pageGroupRef));
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.cpp2139 void WebView::removeAllUserContent() function in class:WebKit::WebView
2142 pageGroup->removeAllUserContent();
/external/webkit/Tools/DumpRenderTree/chromium/
H A DLayoutTestController.cpp552 m_shell->webView()->removeAllUserContent();
/external/webkit/Source/WebKit/win/
H A DWebView.cpp6165 pageGroup->removeAllUserContent();
/external/webkit/Source/WebKit/mac/WebView/
H A DWebView.mm2693 pageGroup->removeAllUserContent();

Completed in 559 milliseconds