Searched defs:kRoot (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/storage/common/fileapi/
H A Dfile_system_util.h32 static const base::FilePath::CharType kRoot[]; member in class:storage::VirtualPath
56 // Returns a path name ensuring that it begins with kRoot and all path
61 // Returns true if the given path begins with kRoot.
H A Dfile_system_util.cc27 const base::FilePath::CharType VirtualPath::kRoot[] = FILE_PATH_LITERAL("/"); member in class:storage::VirtualPath
135 normalized_path : base::FilePath::StringType(kRoot) + normalized_path;
139 return path.find(kRoot) == 0;
147 components[0] == VirtualPath::kRoot));
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DEdge.h75 enum LivenessKind { kWeak, kStrong, kRoot }; enumerator in enum:Edge::LivenessKind
192 LivenessKind Kind() { return kRoot; }
214 LivenessKind Kind() { return is_root_ ? kRoot : kStrong; }

Completed in 951 milliseconds