Searched refs:JSWebHttpAuth (Results 1 – 2 of 2) sorted by relevance
122 class JSWebHttpAuth : public Referenced { class126 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()
293 class JSWebHttpAuth : public Referenced { class297 JSClass<JSWebHttpAuth>::Declare("WebHttpAuthResult"); in JSBind()298 JSClass<JSWebHttpAuth>::CustomMethod("confirm", &JSWebHttpAuth::Confirm); in JSBind()299 JSClass<JSWebHttpAuth>::CustomMethod("cancel", &JSWebHttpAuth::Cancel); in JSBind()300 … JSClass<JSWebHttpAuth>::CustomMethod("isHttpAuthInfoSaved", &JSWebHttpAuth::IsHttpAuthInfoSaved); in JSBind()301 … JSClass<JSWebHttpAuth>::Bind(globalObj, &JSWebHttpAuth::Constructor, &JSWebHttpAuth::Destructor); in JSBind()350 auto jsWebHttpAuth = Referenced::MakeRefPtr<JSWebHttpAuth>(); in Constructor()355 static void Destructor(JSWebHttpAuth* jsWebHttpAuth) in Destructor()2020 JSWebHttpAuth::JSBind(globalObj); in JSBind()2174 JSRef<JSObject> resultObj = JSClass<JSWebHttpAuth>::NewInstance(); in WebHttpAuthEventToJSValue()[all …]