OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kChromeProfilePathRegValue
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/
port_monitor_dll.cc
35
const wchar_t
kChromeProfilePathRegValue
[] = L"PathToChromeProfile";
port_monitor.h
85
extern const wchar_t
kChromeProfilePathRegValue
[];
port_monitor_unittest.cc
21
const wchar_t
kChromeProfilePathRegValue
[] = L"PathToChromeTestProfile";
54
key.WriteValue(cloud_print::
kChromeProfilePathRegValue
,
63
key.DeleteValue(cloud_print::
kChromeProfilePathRegValue
);
port_monitor.cc
307
base::FilePath path = ReadPathFromAnyRegistry(
kChromeProfilePathRegValue
);
Completed in 36 milliseconds