Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_object_event.h150 virtual void Invoke(int index, const std::string& origin, const bool& allow, const bool& retain) = 0;
H A Dweb_delegate_cross.h261 void Invoke(const std::string& origin, const bool& allow, const bool& retain) override;
H A Dweb_delegate_cross.cpp618 void Geolocation::Invoke(const std::string& origin, const bool& allow, const bool& retain) in Invoke() argument
625 obj->Invoke(index_, origin, allow, retain); in Invoke()
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp411 void WebGeolocationOhos::Invoke(const std::string& origin, const bool& allow, const bool& retain) {} in Invoke() argument
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h309 void Invoke(const std::string& origin, const bool& allow, const bool& retain) override;
H A Dweb_delegate.cpp779 void WebGeolocationOhos::Invoke(const std::string& origin, const bool& allow, const bool& retain) in Invoke() argument
782 geolocationCallback_->GeolocationCallbackInvoke(origin, allow, retain, in Invoke()
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h685 virtual void Invoke(const std::string& origin, const bool& allow, const bool& retain) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp603 bool retain = false; in Invoke() local
611 retain = args[2]->ToBoolean(); in Invoke()
614 webGeolocation_->Invoke(origin, allow, retain); in Invoke()

Completed in 35 milliseconds