Searched refs:kRoot (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_cache_unittest.cc67 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, entr
[all...]
/external/chromium_org/webkit/common/fileapi/
H A Dfile_system_util.cc25 const base::FilePath::CharType VirtualPath::kRoot[] = FILE_PATH_LITERAL("/"); member in class:fileapi::VirtualPath
133 normalized_path : base::FilePath::StringType(kRoot) + normalized_path;
137 return path.find(kRoot) == 0;
145 components[0] == VirtualPath::kRoot));
H A Dfile_system_util.h31 static const base::FilePath::CharType kRoot[]; member in class:fileapi::VirtualPath
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/
H A Dhttp_auth_cache_unittest.cc68 const string16 kRoot(ASCIIToUTF16("root"));
320 kRoot, kWileCoyote, "/");
355 origin, kRealm3, HttpAuth::AUTH_SCHEME_DIGEST, kRoot, kWileCoyote));
360 kRoot, kWileCoyote, "/");

Completed in 500 milliseconds