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

  /external/chromium_org/chrome/browser/chromeos/drive/
sync_client.cc 44 // Appends |resource_id| to |to_fetch| if the file is pinned but not fetched
47 void CollectBacklog(std::vector<std::string>* to_fetch,
51 DCHECK(to_fetch);
55 to_fetch->push_back(resource_id);
96 std::vector<std::string>* to_fetch = new std::vector<std::string>; local
98 cache_->IterateOnUIThread(base::Bind(&CollectBacklog, to_fetch, to_upload),
101 base::Owned(to_fetch),
204 const std::vector<std::string>* to_fetch,
216 for (size_t i = 0; i < to_fetch->size(); ++i) {
217 const std::string& resource_id = (*to_fetch)[i]
    [all...]
sync_client.h 102 void OnGetResourceIdsOfBacklog(const std::vector<std::string>* to_fetch,

Completed in 53 milliseconds