HomeSort by relevance Sort by last modified time
    Searched refs:kRoot (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/http/
http_auth_cache_unittest.cc 67 const base::string16 kRoot(ASCIIToUTF16("root"));
334 AuthCredentials(kRoot, kWileCoyote), "/");
375 AuthCredentials(kRoot, kWileCoyote)));
380 AuthCredentials(kRoot, kWileCoyote), "/");
473 AuthCredentials(kRoot, kWileCoyote), path);
477 AuthCredentials(kRoot, kWileCoyote), another_path);
482 // Will be overwritten by kRoot:kWileCoyote.
489 AuthCredentials(kAdmin, kRoot), path);
508 EXPECT_EQ(kRoot, entry->credentials().username());
516 EXPECT_EQ(kRoot, entry->credentials().username())
    [all...]
  /external/chromium_org/webkit/common/fileapi/
file_system_util.cc 25 const base::FilePath::CharType VirtualPath::kRoot[] = FILE_PATH_LITERAL("/");
133 normalized_path : base::FilePath::StringType(kRoot) + normalized_path;
137 return path.find(kRoot) == 0;
145 components[0] == VirtualPath::kRoot));
file_system_util.h 31 static const base::FilePath::CharType kRoot[];
55 // Returns a path name ensuring that it begins with kRoot and all path
60 // Returns true if the given path begins with kRoot.
  /external/chromium/net/http/
http_auth_cache_unittest.cc 68 const string16 kRoot(ASCIIToUTF16("root"));
320 kRoot, kWileCoyote, "/");
355 origin, kRealm3, HttpAuth::AUTH_SCHEME_DIGEST, kRoot, kWileCoyote));
360 kRoot, kWileCoyote, "/");

Completed in 179 milliseconds