Home
last modified time | relevance | path

Searched refs:ReloadIgnoreCache (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Dbrowser_ctocpp.h47 void ReloadIgnoreCache() override;
Dbrowser_ctocpp.cc143 NO_SANITIZE("cfi-icall") void CefBrowserCToCpp::ReloadIgnoreCache() { in ReloadIgnoreCache() function in CefBrowserCToCpp
/third_party/cef/libcef/renderer/
Dbrowser_impl.h55 void ReloadIgnoreCache() override;
Dbrowser_impl.cc108 void CefBrowserImpl::ReloadIgnoreCache() { in ReloadIgnoreCache() function in CefBrowserImpl
/third_party/cef/include/
Dcef_browser.h117 virtual void ReloadIgnoreCache() = 0;
/third_party/cef/libcef/browser/
Dbrowser_host_base.h193 void ReloadIgnoreCache() override;
Dbrowser_host_base.cc554 void CefBrowserHostBase::ReloadIgnoreCache() { in ReloadIgnoreCache() function in CefBrowserHostBase
555 auto callback = base::BindOnce(&CefBrowserHostBase::ReloadIgnoreCache, this); in ReloadIgnoreCache()
Dmenu_manager.cc412 browser_->ReloadIgnoreCache(); in ExecuteDefaultCommand()
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_cpptoc.cc156 CefBrowserCppToC::Get(self)->ReloadIgnoreCache(); in browser_reload_ignore_cache()
/third_party/chromium/patch/
D0003-ohos-1115.patch10397 virtual void ReloadIgnoreCache() = 0;
14884 @@ -568,6 +851,132 @@ void CefBrowserHostBase::ReloadIgnoreCache() {
15786 void ReloadIgnoreCache() override;
24529 void ReloadIgnoreCache() override;
26131 CefBrowserCppToC::Get(self)->ReloadIgnoreCache();
31229 @@ -153,6 +198,38 @@ NO_SANITIZE("cfi-icall") void CefBrowserCToCpp::ReloadIgnoreCache() {
31350 void ReloadIgnoreCache() override;