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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
search_operation.cc 134 GURL next_url = file_list->next_link(); local
141 callback.Run(FILE_ERROR_OK, next_url, result.Pass());
161 next_url,
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.cc 736 std::string next_url; local
741 next_url.append("https://");
743 next_url.append("http://");
744 next_url.append(url);
746 next_url = url;
749 if (next_url.find("?") != std::string::npos) {
750 next_url.append("&");
752 next_url.append("?");
754 next_url.append(additional_query_);
756 return GURL(next_url);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
change_list_processor.h 83 const GURL& next_url() const { return next_url_; } function in class:drive::internal::ChangeList
directory_loader.cc 137 GURL next_url = file_list->next_link(); local
153 next_url,
159 const GURL& next_url,
172 if (!next_url.is_empty()) {
175 next_url,
job_scheduler_unittest.cc 311 GURL next_url(change_list->next_link());
317 next_url,
341 GURL next_url(file_list->next_link());
347 next_url,
    [all...]
  /external/chromium_org/chrome/browser/drive/
fake_drive_service_unittest.cc 522 GURL next_url(file_list->next_link());
527 next_url,
538 next_url = file_list->next_link();
543 next_url,
575 GURL next_url = file_list->next_link(); local
580 next_url,
591 next_url = file_list->next_link();
596 next_url,
627 GURL next_url = file_list->next_link(); local
632 next_url,
672 GURL next_url = change_list->next_link(); local
    [all...]
fake_drive_service.cc     [all...]
  /external/chromium_org/tools/
bisect-builds.py 213 next_url = self.GetListingURL(next_marker)
214 (new_revisions, next_marker) = _FetchAndParse(next_url)
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl.cc 822 const GURL& next_url = *iter; local
823 url_list += next_url.is_valid() ? next_url.spec() : "<invalid>";
    [all...]

Completed in 4213 milliseconds