Home
last modified time | relevance | path

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

/third_party/cef/libcef/common/
Dcef_switches.cc19 const char kResourcesDirPath[] = "resources-dir-path"; variable
Dcef_switches.h22 extern const char kResourcesDirPath[];
/third_party/cef/libcef/common/alloy/
Dalloy_main_delegate.cc223 command_line->AppendSwitchPath(switches::kResourcesDirPath, in BasicStartupComplete()
484 if (command_line->HasSwitch(switches::kResourcesDirPath)) { in InitializeResourceBundle()
486 command_line->GetSwitchValuePath(switches::kResourcesDirPath); in InitializeResourceBundle()
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc739 switches::kResourcesDirPath, in AppendExtraCommandLineSwitches()