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 D | web_object_event.h | 150 virtual void Invoke(int index, const std::string& origin, const bool& allow, const bool& retain) = 0;
|
H A D | web_delegate_cross.h | 261 void Invoke(const std::string& origin, const bool& allow, const bool& retain) override;
|
H A D | web_delegate_cross.cpp | 618 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 D | mock_web_delegate.cpp | 411 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 D | web_delegate.h | 309 void Invoke(const std::string& origin, const bool& allow, const bool& retain) override;
|
H A D | web_delegate.cpp | 779 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 D | web_event.h | 685 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 D | js_web.cpp | 603 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