/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_web_ffi.h | 50 bool isMainFrame; member
|
H A D | cj_web_ffi.cpp | 480 cjWebResourceRequest.isMainFrame = request->IsMainFrame(); in FfiOHOSAceFrameworkWebOnLoadIntercept()
|
/ohos5.0/docs/zh-cn/application-dev/web/ |
H A D | web-event-sequence.md | 82 console.log('isMainFrame:' + event.data.isMainFrame())
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/ |
H A D | web_event.h | 350 bool hasGesture, bool isMainFrame, bool isRedirect) in DECLARE_ACE_TYPE() 351 … headers_(headers), method_(method), url_(url), hasGesture_(hasGesture), isMainFrame_(isMainFrame), in DECLARE_ACE_TYPE() 555 bool isMainFrame in WebAllSslErrorEvent() argument 563 isMainFrame_(isMainFrame) {} in WebAllSslErrorEvent() 1771 bool isMainFrame, bool isSameDocument, bool didReplaceEntry) in NavigationEntryCommittedEvent() argument 1773 isMainFrame_(isMainFrame), isSameDocument_(isSameDocument), in NavigationEntryCommittedEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_delegate_cross.cpp | 1071 auto isMainFrame = webResourceRequest->IsMainFrame(); in OnErrorReceive() local 1073 …= AceType::MakeRefPtr<WebRequest>(requestHeader, method, url, hasGesture, isMainFrame, isRedirect); in OnErrorReceive() 1168 auto isMainFrame = webResourceRequest->IsMainFrame(); in OnHttpErrorReceive() local 1170 …= AceType::MakeRefPtr<WebRequest>(requestHeader, method, url, hasGesture, isMainFrame, isRedirect); in OnHttpErrorReceive() 1247 auto isMainFrame = webResourceRequest->IsMainFrame(); in OnLoadIntercept() local 1249 …= AceType::MakeRefPtr<WebRequest>(requestHeader, method, url, hasGesture, isMainFrame, isRedirect); in OnLoadIntercept()
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
H A D | ark_web_handler_impl.cpp | 732 bool isMainFrame) in OnAllSslErrorRequestByJS() argument 737 isFatalError, isMainFrame); in OnAllSslErrorRequestByJS() 742 ArkWebStringStructToClass(referrer), isFatalError, isMainFrame); in OnAllSslErrorRequestByJS()
|
H A D | ark_web_handler_impl.h | 520 …ebString& originalUrl, const ArkWebString& referrer, bool isFatalError, bool isMainFrame) override;
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_handler_wrapper.cpp | 833 bool isFatalError, bool isMainFrame) in OnAllSslErrorRequestByJS() argument 838 isFatalError, isMainFrame); in OnAllSslErrorRequestByJS() 843 ArkWebStringClassToStruct(referrer), isFatalError, isMainFrame); in OnAllSslErrorRequestByJS()
|
H A D | ark_web_handler_wrapper.h | 533 bool isMainFrame) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ |
H A D | ArkWeb.ts | 199 …originalUrl: string; referrer: string; isFatalError: boolean; isMainFrame: boolean; }) => void): t…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-atomicservice-AtomicServiceWeb.md | 729 isMainFrame: event.data.isMainFrame(),
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/include/ |
H A D | ark_web_handler.h | 621 bool isMainFrame) = 0;
|
/ohos5.0/docs/en/application-dev/web/ |
H A D | web-event-sequence.md | 82 console.log('isMainFrame:' + event.data.isMainFrame())
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 3341 网页加载遇到错误时触发该回调。主资源与子资源出错都会回调该接口,可以通过request.isMainFrame来判断是否是主资源报错。出于性能考虑,建议此回调中尽量执行简单逻辑。在无网络的情况下,触… 3370 console.log('isMainFrame:' + event.request.isMainFrame()); 3417 console.log('isMainFrame:' + event.request.isMainFrame()); 4195 通知用户加载资源(主资源+子资源)时发生SSL错误,如果只想处理主资源的SSL错误,请用isMainFrame字段进行区分。 4225 console.log("onSslErrorEvent isMainFrame: " + event.isMainFrame); 5536 console.log('isMainFrame:' + event.data.isMainFrame()); 5770 console.log("onNavigationEntryCommitted: [isMainFrame]= " + details.isMainFrame + 7008 ### isMainFrame subsection 7010 isMainFrame(): boolean 9127 | isMainFrame | boolean | 是 | 是否是主文档。 | [all …]
|
H A D | js-apis-webview.md | 14633 ### isMainFrame<sup>12+</sup> 14635 isMainFrame(): boolean 15258 console.log("[schemeHandler] onRequestStart isMainFrame:" + request.isMainFrame());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_client_impl.h | 186 bool isMainFrame) override;
|
H A D | web_client_impl.cpp | 615 bool isMainFrame) in OnAllSslErrorRequestByJS() argument 623 static_cast<int32_t>(error), url, originalUrl, referrer, isFatalError, isMainFrame); in OnAllSslErrorRequestByJS()
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb_handler.h | 838 bool isMainFrame) in OnAllSslErrorRequestByJS() argument
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ohos-atomicservice-AtomicServiceWeb.md | 729 isMainFrame: event.data.isMainFrame(),
|
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/ |
H A D | ts-basic-components-web.md | 3341 … may occur on the main resource or sub-resource. You can use **request.isMainFrame()** to determin… 3370 console.log('isMainFrame:' + event.request.isMainFrame()); 3417 console.log('isMainFrame:' + event.request.isMainFrame()); 4195 …ames). To handle SSL errors for requests for the main frame, use the **isMainFrame** field to dist… 4225 console.log("onSslErrorEvent isMainFrame: " + event.isMainFrame); 5536 console.log('isMainFrame:' + event.data.isMainFrame()); 5770 console.log("onNavigationEntryCommitted: [isMainFrame]= " + details.isMainFrame + 7008 ### isMainFrame subsection 7010 isMainFrame(): boolean 9123 | isMainFrame | boolean | Yes | Whether the document is the main… [all …]
|
H A D | js-apis-webview.md | 14638 ### isMainFrame<sup>12+</sup> 14640 isMainFrame(): boolean 15263 console.log("[schemeHandler] onRequestStart isMainFrame:" + request.isMainFrame());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 1361 auto isMainFrame = JSVal(ToJSValue(request_->IsMainFrame())); in IsMainFrame() local 1362 auto descriptionRef = JSRef<JSVal>::Make(isMainFrame); in IsMainFrame()
|