Home
last modified time | relevance | path

Searched refs:customeSchemeCmdLine_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_controller_impl.h159 static std::string customeSchemeCmdLine_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_web_ffi.cpp255 if (!controller->customeSchemeCmdLine_.empty()) { in FfiOHOSAceFrameworkWebCreate()
256 WebModel::GetInstance()->SetCustomScheme(controller->customeSchemeCmdLine_); in FfiOHOSAceFrameworkWebCreate()
/ohos5.0/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp30 std::string WebviewControllerImpl::customeSchemeCmdLine_ = ""; member in OHOS::Webview::WebviewControllerImpl
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_controller.h415 static std::string customeSchemeCmdLine_;
H A Dwebview_controller.cpp92 std::string WebviewController::customeSchemeCmdLine_ = ""; member in OHOS::NWeb::WebviewController
H A Dnapi_webview_controller.cpp1184 const std::string& cmdLine = WebviewController::customeSchemeCmdLine_; in InnerGetCustomeSchemeCmdLine()