Home
last modified time | relevance | path

Searched refs:JSWebGeolocation (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_previewer_mock.cpp170 class JSWebGeolocation : public Referenced { class
174 JSClass<JSWebGeolocation>::Declare("WebGeolocation"); in JSBind()
175 JSClass<JSWebGeolocation>::StaticMethod("invoke", &JSWeb::Mock); in JSBind()
176 JSClass<JSWebGeolocation>::Bind(globalObj); in JSBind()
316 JSWebGeolocation::JSBind(globalObj); in JSBind()
H A Djs_web.cpp585 class JSWebGeolocation : public Referenced { class
589 JSClass<JSWebGeolocation>::Declare("WebGeolocation"); in JSBind()
590 JSClass<JSWebGeolocation>::CustomMethod("invoke", &JSWebGeolocation::Invoke); in JSBind()
591 JSClass<JSWebGeolocation>::Bind(globalObj, &JSWebGeolocation::Constructor, &JSWebGeolocation::Destructor); in JSBind()
621 auto jsWebGeolocation = Referenced::MakeRefPtr<JSWebGeolocation>(); in Constructor()
626 static void Destructor(JSWebGeolocation* jsWebGeolocation) in Destructor()
2004 JSWebGeolocation in JSBind()
[all...]

Completed in 9 milliseconds