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

  /external/chromium_org/chrome/browser/sync_file_system/
subtree_set.cc 37 while (!storage::VirtualPath::IsRootPath(path)) {
59 while (!storage::VirtualPath::IsRootPath(path)) {
86 while (!storage::VirtualPath::IsRootPath(path)) {
fake_remote_change_processor.cc 32 if (storage::VirtualPath::IsRootPath(url.path())) {
  /external/chromium_org/content/common/fileapi/
file_system_util_unittest.cc 147 TEST_F(FileSystemUtilTest, IsRootPath) {
148 EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL(""))));
149 EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath()));
150 EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL("/"))));
151 EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL("//"))));
152 EXPECT_FALSE(VirtualPath::IsRootPath(
155 EXPECT_TRUE(VirtualPath::IsRootPath(base::FilePath(FILE_PATH_LITERAL("\\"))));
156 EXPECT_FALSE(VirtualPath::IsRootPath(
  /external/chromium_org/chrome/browser/sync_file_system/local/
root_delete_helper.cc 51 DCHECK(storage::VirtualPath::IsRootPath(url.path()));
local_file_sync_status.cc 66 if (storage::VirtualPath::IsRootPath(normalized_path))
local_file_sync_context.cc 313 if (storage::VirtualPath::IsRootPath(url.path())) {
338 if (storage::VirtualPath::IsRootPath(url.path())) {
    [all...]
  /external/chromium_org/storage/common/fileapi/
file_system_util.h 65 static bool IsRootPath(const base::FilePath& path);
file_system_util.cc 142 bool VirtualPath::IsRootPath(const base::FilePath& path) {
  /external/chromium_org/storage/browser/fileapi/
file_system_dir_url_request_job.cc 95 if (url_.is_valid() && VirtualPath::IsRootPath(url_.virtual_path())) {
sandbox_file_system_backend_delegate.cc 527 if (VirtualPath::IsRootPath(url.path()) &&
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_worker.cc 524 storage::VirtualPath::IsRootPath(syncer->url().path())) {
  /external/chromium_org/content/browser/
child_process_security_policy_impl.cc 710 if (storage::VirtualPath::IsRootPath(url.path()) &&

Completed in 112 milliseconds