OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kRoot
(Results
1 - 5
of
5
) 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
26
const base::FilePath::CharType VirtualPath::
kRoot
[] = FILE_PATH_LITERAL("/");
134
normalized_path : base::FilePath::StringType(
kRoot
) + normalized_path;
138
return path.find(
kRoot
) == 0;
146
components[0] == VirtualPath::
kRoot
));
file_system_util.h
32
static const base::FilePath::CharType
kRoot
[];
56
// Returns a path name ensuring that it begins with
kRoot
and all path
61
// 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, "/");
/external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context_unittest.cc
704
const FileSystemURL
kRoot
(file_system.URL(""));
710
change, base::FilePath(),
kRoot
,
[
all
...]
Completed in 50 milliseconds