Home
last modified time | relevance | path

Searched refs:main_bundle_path (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/libcef/common/
Dutil_mac.mm106 base::FilePath main_bundle_path =
109 if (!main_bundle_path.empty())
110 return main_bundle_path;
/third_party/cef/include/internal/
Dcef_types_wrappers.h536 cef_string_clear(&s->main_bundle_path); in clear()
561 cef_string_set(src->main_bundle_path.str, src->main_bundle_path.length, in set()
562 &target->main_bundle_path, copy); in set()
Dcef_types.h194 cef_string_t main_bundle_path; member
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc139 if (settings_->main_bundle_path.length > 0) { in BasicStartupComplete()
141 base::FilePath(CefString(&settings_->main_bundle_path)); in BasicStartupComplete()
/third_party/cef/libcef/browser/
Dcontext.cc350 NormalizePathAndSet(settings_.main_bundle_path, "main_bundle_path"); in Initialize()