Home
last modified time | relevance | path

Searched defs:isMainFrame (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.h50 bool isMainFrame; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h555 bool isMainFrame in WebAllSslErrorEvent()
1771 bool isMainFrame, bool isSameDocument, bool didReplaceEntry) in NavigationEntryCommittedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.cpp1071 auto isMainFrame = webResourceRequest->IsMainFrame(); in OnErrorReceive() local
1168 auto isMainFrame = webResourceRequest->IsMainFrame(); in OnHttpErrorReceive() local
1247 auto isMainFrame = webResourceRequest->IsMainFrame(); in OnLoadIntercept() local
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_handler_impl.cpp732 bool isMainFrame) in OnAllSslErrorRequestByJS()
/ohos5.0/docs/en/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md7008 ### isMainFrame subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkweb/
H A Dts-basic-components-web.md7008 ### isMainFrame subsection
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_handler_wrapper.cpp833 bool isFatalError, bool isMainFrame) in OnAllSslErrorRequestByJS()
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb_handler.h838 bool isMainFrame) in OnAllSslErrorRequestByJS()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_client_impl.cpp615 bool isMainFrame) in OnAllSslErrorRequestByJS()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp1361 auto isMainFrame = JSVal(ToJSValue(request_->IsMainFrame())); in IsMainFrame() local