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

  /external/chromium_org/tools/clang/blink_gc_plugin/
Edge.h 75 enum LivenessKind { kWeak, kStrong, kRoot };
192 LivenessKind Kind() { return kRoot; }
214 LivenessKind Kind() { return is_root_ ? kRoot : kStrong; }
BlinkGCPlugin.cpp 669 if ((*it)->Kind() == Edge::kRoot)
    [all...]
  /external/chromium_org/net/http/
http_auth_cache_unittest.cc 69 const base::string16 kRoot(ASCIIToUTF16("root"));
336 AuthCredentials(kRoot, kWileCoyote), "/");
377 AuthCredentials(kRoot, kWileCoyote)));
382 AuthCredentials(kRoot, kWileCoyote), "/");
475 AuthCredentials(kRoot, kWileCoyote), path);
479 AuthCredentials(kRoot, kWileCoyote), another_path);
484 // Will be overwritten by kRoot:kWileCoyote.
491 AuthCredentials(kAdmin, kRoot), path);
510 EXPECT_EQ(kRoot, entry->credentials().username());
518 EXPECT_EQ(kRoot, entry->credentials().username())
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
subtree_set.cc 106 inclusive_ancestors_of_subtree_roots_.find(storage::VirtualPath::kRoot);
  /external/chromium_org/storage/common/fileapi/
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.
file_system_util.cc 27 const base::FilePath::CharType VirtualPath::kRoot[] = FILE_PATH_LITERAL("/");
135 normalized_path : base::FilePath::StringType(kRoot) + normalized_path;
139 return path.find(kRoot) == 0;
147 components[0] == VirtualPath::kRoot));
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_context_unittest.cc 721 const FileSystemURL kRoot(file_system.URL(""));
727 change, base::FilePath(), kRoot,
    [all...]

Completed in 91 milliseconds