Home
last modified time | relevance | path

Searched refs:CEF_SCHEME_OPTION_DISPLAY_ISOLATED (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/common/
Dscheme_registrar_impl.cc41 const bool is_display_isolated = options & CEF_SCHEME_OPTION_DISPLAY_ISOLATED; in AddCustomScheme()
/third_party/cef/include/internal/
Dcef_types.h2861 CEF_SCHEME_OPTION_DISPLAY_ISOLATED = 1 << 2, enumerator