HomeSort by relevance Sort by last modified time
    Searched refs:next_url (Results 1 - 10 of 10) 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/test/ispy/server/
main_view_handler.py 59 next_url = '/?marker=%s' % test_runs[-1]
60 data['next_url'] = next_url
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.cc 741 std::string next_url; local
746 next_url.append("https://");
748 next_url.append("http://");
749 next_url.append(url);
751 next_url = url;
754 if (next_url.find("?") != std::string::npos) {
755 next_url.append("&");
757 next_url.append("?");
759 next_url.append(additional_query_);
761 return GURL(next_url);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
change_list_processor.h 85 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 523 GURL next_url(file_list->next_link());
528 next_url,
539 next_url = file_list->next_link();
544 next_url,
576 GURL next_url = file_list->next_link(); local
581 next_url,
592 next_url = file_list->next_link();
597 next_url,
628 GURL next_url = file_list->next_link(); local
633 next_url,
673 GURL next_url = change_list->next_link(); local
    [all...]
fake_drive_service.cc     [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...]
  /external/chromium_org/tools/
bisect-builds.py 321 next_url = self.GetListingURL(next_marker)
322 (new_revisions, next_marker, new_dict) = _FetchAndParse(next_url)
    [all...]

Completed in 146 milliseconds