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 24 const char kPasswordFileForTest[] = "password-file-for-test";
46 ASSERT_TRUE(command_line->HasSwitch(kPasswordFileForTest));
48 command_line->GetSwitchValuePath(kPasswordFileForTest);
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.cc 91 const char kPasswordFileForTest[] = "password-file-for-test";
221 if (cl->HasSwitch(switches::kPasswordFileForTest)) {
536 password_file_ = cl->GetSwitchValuePath(switches::kPasswordFileForTest);
539 << switches::kPasswordFileForTest << "=<filename>";
    [all...]

Completed in 26 milliseconds