Home
last modified time | relevance | path

Searched refs:UpdateUserAgent (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_delegate_interface.h51 virtual void UpdateUserAgent(const std::string& userAgent) = 0;
H A Dweb_model_ng.cpp467 webPattern->UpdateUserAgent(userAgent); in SetUserAgent()
H A Dweb_pattern.cpp2375 delegate_->UpdateUserAgent(value); in OnUserAgentUpdate()
2949 delegate_->UpdateUserAgent(GetUserAgent().value()); in OnModifyDone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_pattern.cpp529 delegate_->UpdateUserAgent(value); in OnUserAgentUpdate()
873 delegate_->UpdateUserAgent(GetUserAgent().value()); in OnModifyDone()
H A Dweb_delegate_cross.h364 void UpdateUserAgent(const std::string& userAgent) override;
H A Dweb_delegate_cross.cpp1513 void WebDelegateCross::UpdateUserAgent(const std::string& userAgent) {} in UpdateUserAgent() function in OHOS::Ace::WebDelegateCross
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp159 delegate_->UpdateUserAgent(userAgent); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h686 void UpdateUserAgent(const std::string& userAgent);
H A Dweb_delegate.cpp2960 void WebDelegate::UpdateUserAgent(const std::string& userAgent) in UpdateUserAgent() function in OHOS::Ace::WebDelegate