Home
last modified time | relevance | path

Searched refs:OnRefreshAccessedHistory (Results 1 - 8 of 8) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.h67 static void OnRefreshAccessedHistory(const JSCallbackInfo& args);
H A Djs_web.cpp1899 JSClass<JSWeb>::StaticMethod("onRefreshAccessedHistory", &JSWeb::OnRefreshAccessedHistory); in JSBind()
3550 void JSWeb::OnRefreshAccessedHistory(const JSCallbackInfo& args) in OnRefreshAccessedHistory() function in OHOS::OHOS::Ace::Framework::JSWeb
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_event_hub.h147 ACE_WEB_EVENT_PROPERTY(OnRefreshAccessedHistory, void);
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.h170 void OnRefreshAccessedHistory(const std::string& url, bool isReload) override;
H A Dweb_client_impl.cpp480 void WebClientImpl::OnRefreshAccessedHistory(const std::string& url, bool isReload) in OnRefreshAccessedHistory() function in OHOS::Ace::WebClientImpl
487 delegate->OnRefreshAccessedHistory(url, isReload); in OnRefreshAccessedHistory()
H A Dweb_delegate.h893 void OnRefreshAccessedHistory(const std::string& url, bool isRefreshed);
H A Dweb_delegate.cpp5072 void WebDelegate::OnRefreshAccessedHistory(const std::string& url, bool isRefreshed) in OnRefreshAccessedHistory() function in OHOS::Ace::WebDelegate
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp798 void WebDelegate::OnRefreshAccessedHistory(const std::string& url, bool isRefreshed) {} in OnRefreshAccessedHistory() function in OHOS::Ace::WebDelegate

Completed in 31 milliseconds