Home
last modified time | relevance | path

Searched refs:isStandard (Results 1 - 4 of 4) sorted by relevance

/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_utils.h99 bool isStandard; member
111 bool isStandard; member
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp979 {0, [](const Scheme& scheme) { return scheme.isStandard; }}, in SetCustomizeSchemeOption()
1000 scheme.isStandard = cscheme.isStandard; in SetCustomizeScheme()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h51 bool isStandard; member
H A Dnapi_webview_controller.cpp4144 {0, [](const Scheme& scheme) { return scheme.isStandard; }}, in SetCustomizeSchemeOption()
4166 {"isStandard", [](Scheme& scheme, bool value) { scheme.isStandard = value; }}, in SetCustomizeScheme()

Completed in 14 milliseconds