HomeSort by relevance Sort by last modified time
    Searched full:remote_entry (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_file_sync_service_sync_unittest.cc 300 const ResourceEntry& remote_entry = **itr; local
301 EXPECT_FALSE(ContainsKey(origin_root_by_title, remote_entry.title()));
302 origin_root_by_title[remote_entry.title()] = *itr;
352 const ResourceEntry& remote_entry = **itr; local
353 EXPECT_FALSE(ContainsKey(remote_entry_by_title, remote_entry.title()));
354 remote_entry_by_title[remote_entry.title()] = *itr;
370 const ResourceEntry& remote_entry = *remote_entry_by_title[title]; local
372 ASSERT_TRUE(remote_entry.is_folder());
374 remote_entry.resource_id(),
377 ASSERT_TRUE(remote_entry.is_file())
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 36 REMOTE_ENTRY,
history_ui.cc     [all...]

Completed in 169 milliseconds