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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
search_operation.cc 91 const GURL& next_url,
96 if (next_url.is_empty()) {
105 next_url,
126 GURL next_url; local
127 resource_list->GetNextFeedURL(&next_url);
137 callback.Run(FILE_ERROR_OK, next_url, result.Pass());
152 next_url,
158 const GURL& next_url,
170 callback.Run(error, next_url, result.Pass());
search_operation_unittest.cc 41 GURL next_url; local
46 &error, &next_url, &results));
50 EXPECT_EQ(GURL(), next_url); local
82 GURL next_url; local
87 &error, &next_url, &results));
91 EXPECT_EQ(GURL(), next_url); local
115 &error, &next_url, &results));
119 EXPECT_EQ(GURL(), next_url); local
133 GURL next_url; local
138 &error, &next_url, &results))
142 EXPECT_EQ(GURL(), next_url); local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
change_list_processor.h 39 const GURL& next_url() const { return next_url_; } function in class:drive::internal::ChangeList
change_list_loader.cc 391 GURL next_url; local
392 if (resource_list->GetNextFeedURL(&next_url) &&
393 !next_url.is_empty()) {
396 next_url,
  /external/chromium/chrome/browser/safe_browsing/
protocol_manager.cc 811 std::string next_url; local
814 next_url.append("http://");
815 next_url.append(url);
817 next_url = url;
820 if (next_url.find("?") != std::string::npos) {
821 next_url.append("&");
823 next_url.append("?");
825 next_url.append(additional_query_);
827 return GURL(next_url);
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager.cc 743 std::string next_url; local
748 next_url.append("https://");
750 next_url.append("http://");
751 next_url.append(url);
753 next_url = url;
756 if (next_url.find("?") != std::string::npos) {
757 next_url.append("&");
759 next_url.append("?");
761 next_url.append(additional_query_);
763 return GURL(next_url);
    [all...]
  /external/chromium_org/chrome_frame/test/perf/
chrome_frame_perftest.cc 648 bool next_url = GetNextUrl(&url); local
    [all...]
  /external/chromium_org/content/browser/download/
download_item_impl.cc 783 const GURL& next_url = *iter; local
784 url_list += next_url.is_valid() ? next_url.spec() : "<invalid>";
    [all...]

Completed in 2470 milliseconds