HomeSort by relevance Sort by last modified time
    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 89 const char kPasswordFileForTest[] = "password-file-for-test";
211 if (cl->HasSwitch(switches::kPasswordFileForTest)) {
524 password_file_ = cl->GetSwitchValuePath(switches::kPasswordFileForTest);
527 << switches::kPasswordFileForTest << "=<filename>";
    [all...]

Completed in 282 milliseconds