Home
last modified time | relevance | path

Searched refs:NavigationType (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js433 var NavigationType; variable
434 (function (NavigationType) {
435 NavigationType[NavigationType["Push"] = 1] = "Push";
436 NavigationType[NavigationType["Replace"] = 2] = "Replace";
437 NavigationType[NavigationType["Back"] = 3] = "Back";
438 })(NavigationType || (NavigationType
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Dweb_event.h41 enum class NavigationType { class in OHOS::Ace::NativeEmbedStatus
1780 NavigationEntryCommittedEvent(const std::string& url, NavigationType type, in NavigationEntryCommittedEvent()
1791 NavigationType GetNavigationType() const { in GetNavigationType()
1809 NavigationType type_ = NavigationType::NAVIGATION_TYPE_UNKNOWN;
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp5549 NavigationType type = static_cast<NavigationType>(details->GetNavigationType()); in OnNavigationEntryCommitted()

Completed in 21 milliseconds