Home
last modified time | relevance | path

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

/base/web/webview/interfaces/kits/cj/include/
H A Dwebview_utils.h101 bool isDisplayIsolated; member
113 bool isDisplayIsolated; member
/base/web/webview/interfaces/kits/cj/src/
H A Dwebview_controller_impl.cpp981 {2, [](const Scheme& scheme) { return scheme.isDisplayIsolated; }}, in SetCustomizeSchemeOption()
1002 scheme.isDisplayIsolated = cscheme.isDisplayIsolated; in SetCustomizeScheme()
/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dnapi_webview_controller.h53 bool isDisplayIsolated; member
H A Dnapi_webview_controller.cpp4146 {2, [](const Scheme& scheme) { return scheme.isDisplayIsolated; }}, in SetCustomizeSchemeOption()
4168 {"isDisplayIsolated", [](Scheme& scheme, bool value) { scheme.isDisplayIsolated = value; }}, in SetCustomizeScheme()

Completed in 14 milliseconds