Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_previewer_mock.cpp122 class JSWebHttpAuth : public Referenced { class
126 JSClass<JSWebHttpAuth>::Declare("WebHttpAuthResult"); in JSBind()
127 JSClass<JSWebHttpAuth>::StaticMethod("confirm", &JSWeb::Mock); in JSBind()
128 JSClass<JSWebHttpAuth>::StaticMethod("cancel", &JSWeb::Mock); in JSBind()
129 JSClass<JSWebHttpAuth>::StaticMethod("isHttpAuthInfoSaved", &JSWeb::Mock); in JSBind()
130 JSClass<JSWebHttpAuth>::Bind(globalObj); in JSBind()
323 JSWebHttpAuth::JSBind(globalObj); in JSBind()
H A Djs_web.cpp290 class JSWebHttpAuth : public Referenced { class
294 JSClass<JSWebHttpAuth>::Declare("WebHttpAuthResult"); in JSBind()
295 JSClass<JSWebHttpAuth>::CustomMethod("confirm", &JSWebHttpAuth::Confirm); in JSBind()
296 JSClass<JSWebHttpAuth>::CustomMethod("cancel", &JSWebHttpAuth::Cancel); in JSBind()
297 JSClass<JSWebHttpAuth>::CustomMethod("isHttpAuthInfoSaved", &JSWebHttpAuth::IsHttpAuthInfoSaved); in JSBind()
298 JSClass<JSWebHttpAuth>::Bind(globalObj, &JSWebHttpAuth in JSBind()
[all...]

Completed in 8 milliseconds