HomeSort by relevance Sort by last modified time
    Searched refs:next_link (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
search_operation_unittest.cc 34 GURL next_link; local
39 &error, &next_link, &results));
43 EXPECT_TRUE(next_link.is_empty());
74 GURL next_link; local
79 &error, &next_link, &results));
83 EXPECT_TRUE(next_link.is_empty());
100 &error, &next_link, &results));
104 EXPECT_TRUE(next_link.is_empty());
117 GURL next_link; local
122 &error, &next_link, &results))
139 GURL next_link; local
    [all...]
search_operation.h 46 // |next_link| is set, this is the search result url that will be fetched.
52 const GURL& next_link,
65 const GURL& next_link,
search_operation.cc 99 const GURL& next_link,
104 if (next_link.is_empty()) {
113 next_link,
134 GURL next_url = file_list->next_link();
167 const GURL& next_link,
179 callback.Run(error, next_link, result.Pass());
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
drive_service_wrapper.cc 71 const GURL& next_link,
74 drive_service_->GetRemainingChangeList(next_link, callback);
78 const GURL& next_link,
81 drive_service_->GetRemainingFileList(next_link, callback);
drive_service_wrapper.h 49 const GURL& next_link,
53 const GURL& next_link,
folder_creator.cc 90 if (!file_list->next_link().is_empty()) {
92 file_list->next_link(),
list_changes_task.cc 85 if (!change_list->next_link().is_empty()) {
87 change_list->next_link(),
sync_engine_initializer.cc 207 if (!file_list->next_link().is_empty()) {
209 file_list->next_link(),
327 if (!file_list->next_link().is_empty()) {
330 file_list->next_link(),
drive_service_on_worker.cc 126 const GURL& next_link,
134 next_link,
148 const GURL& next_link,
156 next_link,
drive_service_on_worker.h 61 const GURL& next_link,
67 const GURL& next_link,
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_drive.h 111 const GURL& next_link,
117 const GURL& next_link,
  /external/chromium_org/google_apis/drive/
drive_api_parser.h 606 const GURL& next_link() const { return next_link_; } function in class:google_apis::FileList
612 void set_next_link(const GURL& next_link) {
613 next_link_ = next_link;
715 const GURL& next_link() const { return next_link_; } function in class:google_apis::ChangeList
724 void set_next_link(const GURL& next_link) {
725 next_link_ = next_link;
drive_api_parser_unittest.cc 125 "t10AAAAABC"), filelist->next_link());
221 changelist->next_link().spec());
drive_api_requests.h 432 const GURL& next_link() const { return next_link_; } function in class:google_apis::drive::FilesListNextPageRequest
433 void set_next_link(const GURL& next_link) { next_link_ = next_link; }
588 const GURL& next_link() const { return next_link_; } function in class:google_apis::drive::ChangesListNextPageRequest
589 void set_next_link(const GURL& next_link) { next_link_ = next_link; }
    [all...]
  /external/chromium_org/chrome/browser/drive/
drive_api_util.cc 243 if (!file_list.next_link().is_empty()) {
246 link->set_href(file_list.next_link());
269 if (!change_list.next_link().is_empty()) {
272 link->set_href(change_list.next_link());
drive_api_service.h 92 const GURL& next_link,
95 const GURL& next_link,
drive_service_interface.h 200 // |next_link| must not be empty. |callback| must not be null.
202 const GURL& next_link,
210 // |next_link| must not be empty. |callback| must not be null.
212 const GURL& next_link,
dummy_drive_service.cc 76 const GURL& next_link,
80 const GURL& next_link,
dummy_drive_service.h 48 const GURL& next_link,
51 const GURL& next_link,
fake_drive_service.h 159 const GURL& next_link,
162 const GURL& next_link,
drive_api_service.cc 330 const GURL& next_link,
333 DCHECK(!next_link.is_empty());
338 request->set_next_link(next_link);
344 const GURL& next_link,
347 DCHECK(!next_link.is_empty());
352 request->set_next_link(next_link);
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_interface.h 90 const GURL& next_link,
363 // If |next_link| is set, this is the search result url that will be
370 const GURL& next_link,
change_list_loader.cc 80 if (!file_list->next_link().is_empty()) {
83 file_list->next_link(),
143 if (!change_list->next_link().is_empty()) {
146 change_list->next_link(),
dummy_file_system.h 74 const GURL& next_link,
job_scheduler.h 107 void GetRemainingChangeList(const GURL& next_link,
112 void GetRemainingFileList(const GURL& next_link,

Completed in 625 milliseconds

1 2