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

  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_sync_status_unittest.cc 18 const char kFile[] = "filesystem:http://foo.com/test/dir a/dir b";
33 status.StartWriting(URL(kFile));
34 status.StartWriting(URL(kFile));
35 status.EndWriting(URL(kFile));
37 EXPECT_TRUE(status.IsWriting(URL(kFile)));
44 EXPECT_TRUE(status.IsWritable(URL(kFile)));
51 EXPECT_FALSE(status.IsSyncable(URL(kFile)));
57 status.EndWriting(URL(kFile));
59 EXPECT_FALSE(status.IsWriting(URL(kFile)));
67 status.StartSyncing(URL(kFile));
    [all...]
syncable_file_operation_runner_unittest.cc 35 const std::string kFile = "foo/file";
151 sync_status()->StartSyncing(URL(kFile));
152 ASSERT_FALSE(sync_status()->IsWritable(URL(kFile)));
157 URL(kFile), false /* exclusive */,
160 URL(kFile), 1,
167 URL(kFile), ExpectStatus(FROM_HERE, base::PLATFORM_FILE_ERROR_NOT_FOUND));
172 sync_status()->EndSyncing(URL(kFile));
173 ASSERT_TRUE(sync_status()->IsWritable(URL(kFile)));
182 URL(kFile), ExpectStatus(FROM_HERE, base::PLATFORM_FILE_OK));
288 EXPECT_EQ(base::PLATFORM_FILE_OK, file_system_.CreateFile(URL(kFile)));
    [all...]
  /external/chromium_org/base/
tracked_objects_unittest.cc 15 const char kFile[] = "FixedUnitTestFileName";
68 EXPECT_EQ(kFile, process_data.tasks[0].birth.location.file_name);
141 Location location(kFunction, kFile, kLineNumber, NULL);
195 EXPECT_EQ(kFile, process_data.tasks[0].birth.location.file_name);
210 EXPECT_EQ(kFile, process_data.descendants[0].parent.location.file_name);
217 EXPECT_EQ(kFile, process_data.descendants[0].child.location.file_name);
275 Location location(kFunction, kFile, kLineNumber, NULL);
291 Location location(kFunction, kFile, kLineNumber, NULL);
307 Location location(kFunction, kFile, kLineNumber, NULL);
322 Location location(kFunction, kFile, kLineNumber, NULL)
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
MacroExpander.cpp 198 static const std::string kFile = "__FILE__";
208 else if (macro.name == kFile)
  /external/chromium/chrome/browser/
browser_browsertest.cc 461 static const FilePath::CharType* kFile =
464 FilePath(kFile)));
  /external/chromium_org/chrome/browser/google_apis/
drive_api_parser.cc 163 const char kFile[] = "file";
713 converter->RegisterCustomValueField(kFile, &ChangeResource::file_,
  /external/chromium_org/chrome/browser/ui/
browser_browsertest.cc     [all...]

Completed in 247 milliseconds