Searched refs:next_link (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dsearch_operation_unittest.cc34 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,
139 GURL next_link; local
[all...]
H A Dsearch_operation.cc99 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());
98 Search(const std::string& search_query, const GURL& next_link, const SearchCallback& callback) argument
165 SearchAfterResolveSearchResult( const SearchCallback& callback, const GURL& next_link, scoped_ptr<std::vector<SearchResultInfo> > result, FileError error) argument
H A Dsearch_operation.h46 // |next_link| is set, this is the search result url that will be fetched.
52 const GURL& next_link,
65 const GURL& next_link,
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_service_wrapper.cc71 const GURL& next_link,
74 drive_service_->GetRemainingChangeList(next_link, callback);
78 const GURL& next_link,
81 drive_service_->GetRemainingFileList(next_link, callback);
70 GetRemainingChangeList( const GURL& next_link, const google_apis::ChangeListCallback& callback) argument
77 GetRemainingFileList( const GURL& next_link, const google_apis::FileListCallback& callback) argument
H A Ddrive_service_wrapper.h49 const GURL& next_link,
53 const GURL& next_link,
H A Dfolder_creator.cc90 if (!file_list->next_link().is_empty()) {
92 file_list->next_link(),
H A Dlist_changes_task.cc85 if (!change_list->next_link().is_empty()) {
87 change_list->next_link(),
H A Dsync_engine_initializer.cc207 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(),
H A Ddrive_service_on_worker.cc126 const GURL& next_link,
134 next_link,
148 const GURL& next_link,
156 next_link,
125 GetRemainingChangeList( const GURL& next_link, const google_apis::ChangeListCallback& callback) argument
147 GetRemainingFileList( const GURL& next_link, const google_apis::FileListCallback& callback) argument
H A Ddrive_service_on_worker.h61 const GURL& next_link,
67 const GURL& next_link,
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.h111 const GURL& next_link,
117 const GURL& next_link,
/external/chromium_org/chrome/browser/drive/
H A Ddrive_api_util.cc243 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());
H A Ddrive_api_service.h92 const GURL& next_link,
95 const GURL& next_link,
H A Ddrive_service_interface.h200 // |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,
H A Ddummy_drive_service.cc76 const GURL& next_link,
80 const GURL& next_link,
75 GetRemainingChangeList( const GURL& next_link, const ChangeListCallback& callback) argument
79 GetRemainingFileList( const GURL& next_link, const FileListCallback& callback) argument
H A Ddummy_drive_service.h48 const GURL& next_link,
51 const GURL& next_link,
H A Ddrive_api_service.cc330 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);
329 GetRemainingChangeList( const GURL& next_link, const ChangeListCallback& callback) argument
343 GetRemainingFileList( const GURL& next_link, const FileListCallback& callback) argument
H A Dfake_drive_service.cc129 file_list->set_next_link(change_list->next_link());
442 const GURL& next_link,
445 DCHECK(!next_link.is_empty());
453 DCHECK_EQ(next_link.host(), "localhost");
454 DCHECK_EQ(next_link.path(), "/");
463 next_link.query(), '=', '&', &parameters)) {
489 const GURL& next_link,
492 DCHECK(!next_link.is_empty());
496 next_link, base::Bind(&FileListCallbackAdapter, callback));
441 GetRemainingChangeList( const GURL& next_link, const ChangeListCallback& callback) argument
488 GetRemainingFileList( const GURL& next_link, const FileListCallback& callback) argument
/external/chromium_org/google_apis/drive/
H A Ddrive_api_parser.h606 const GURL& next_link() const { return next_link_; } function in class:google_apis::FileList
612 void set_next_link(const GURL& next_link) { argument
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) { argument
725 next_link_ = next_link;
H A Ddrive_api_parser_unittest.cc125 "t10AAAAABC"), filelist->next_link());
221 changelist->next_link().spec());
H A Ddrive_api_requests.h432 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; } argument
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; } argument
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_system_interface.h90 const GURL& next_link,
363 // If |next_link| is set, this is the search result url that will be
370 const GURL& next_link,
H A Dchange_list_loader.cc80 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(),
H A Ddummy_file_system.h74 const GURL& next_link,
H A Djob_scheduler.h107 void GetRemainingChangeList(const GURL& next_link,
112 void GetRemainingFileList(const GURL& next_link,

Completed in 543 milliseconds

12