OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chrome_profile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor.cc
215
base::FilePath
chrome_profile
= GetChromeProfilePath();
local
216
if (!
chrome_profile
.empty()) {
217
command_line.AppendSwitchPath(switches::kUserDataDir,
chrome_profile
);
/external/chromium_org/remoting/tools/
me2me_virtual_host.py
348
chrome_profile
= os.path.join(CONFIG_DIR, "chrome-profile")
349
self.child_env["CHROME_USER_DATA_DIR"] =
chrome_profile
[
all
...]
Completed in 396 milliseconds