OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPasswordFileForTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_canary_test.cc
23
const char
kPasswordFileForTest
[] = "password-file-for-test";
45
ASSERT_TRUE(command_line->HasSwitch(
kPasswordFileForTest
));
47
command_line->GetSwitchValuePath(
kPasswordFileForTest
);
/external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc
69
const char
kPasswordFileForTest
[] = "password-file-for-test";
135
if (cl->HasSwitch(switches::
kPasswordFileForTest
)) {
408
password_file_ = cl->GetSwitchValuePath(switches::
kPasswordFileForTest
);
411
<< switches::
kPasswordFileForTest
<< "=<filename>";
Completed in 32 milliseconds