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 69 const char kPasswordFileForTest[] = "password-file-for-test";
135 if (cl->HasSwitch(switches::kPasswordFileForTest)) {
405 password_file_ = cl->GetSwitchValuePath(switches::kPasswordFileForTest);
408 << switches::kPasswordFileForTest << "=<filename>";

Completed in 2393 milliseconds