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

  /external/chromium_org/chrome/browser/chromeos/drive/
debug_info_collector.cc 68 void DebugInfoCollector::GetResourceEntry(
change_list_processor_unittest.cc 151 scoped_ptr<ResourceEntry> GetResourceEntry(const std::string& path) {
199 scoped_ptr<ResourceEntry> entry = GetResourceEntry(kExpected[i].path);
246 EXPECT_TRUE(GetResourceEntry("drive/root/New Directory"));
247 EXPECT_TRUE(GetResourceEntry(
281 EXPECT_FALSE(GetResourceEntry("drive/root/Directory 1"));
282 EXPECT_TRUE(GetResourceEntry(
317 EXPECT_FALSE(GetResourceEntry(
319 EXPECT_TRUE(GetResourceEntry("drive/root/SubDirectory File 1.txt"));
350 EXPECT_FALSE(GetResourceEntry(
352 EXPECT_TRUE(GetResourceEntry(
    [all...]
fake_file_system.cc 135 GetResourceEntry(
144 void FakeFileSystem::GetResourceEntry(
160 GetResourceEntry(
320 // Implementation of GetResourceEntry.
file_system.cc 601 void FileSystem::GetResourceEntry(
    [all...]

Completed in 84 milliseconds