Searched refs:main_bundle_path (Results 1 – 5 of 5) sorted by relevance
106 base::FilePath main_bundle_path =109 if (!main_bundle_path.empty())110 return main_bundle_path;
536 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()
194 cef_string_t main_bundle_path; member
139 if (settings_->main_bundle_path.length > 0) { in BasicStartupComplete()141 base::FilePath(CefString(&settings_->main_bundle_path)); in BasicStartupComplete()
350 NormalizePathAndSet(settings_.main_bundle_path, "main_bundle_path"); in Initialize()