Home
last modified time | relevance | path

Searched refs:browser_subprocess_path (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/include/internal/
Dcef_types_wrappers.h534 cef_string_clear(&s->browser_subprocess_path); in clear()
556 cef_string_set(src->browser_subprocess_path.str, in set()
557 src->browser_subprocess_path.length, in set()
558 &target->browser_subprocess_path, copy); in set()
Dcef_types.h177 cef_string_t browser_subprocess_path; member
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc116 if (settings_->browser_subprocess_path.length > 0) { in BasicStartupComplete()
118 base::FilePath(CefString(&settings_->browser_subprocess_path)); in BasicStartupComplete()
/third_party/cef/libcef/browser/
Dcontext.cc347 NormalizePathAndSet(settings_.browser_subprocess_path, in Initialize()