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

12

/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_processor.cc77 : next_url_(change_list.next_link()),
96 : next_url_(file_list.next_link()),
H A Dfake_file_system.h102 const GURL& next_link,
H A Dfile_system.h82 const GURL& next_link,
H A Djob_scheduler.cc344 const GURL& next_link,
353 next_link,
363 const GURL& next_link,
372 next_link,
343 GetRemainingChangeList( const GURL& next_link, const google_apis::ChangeListCallback& callback) argument
362 GetRemainingFileList( const GURL& next_link, const google_apis::FileListCallback& callback) argument
H A Dfake_file_system.cc175 const GURL& next_link,
174 Search(const std::string& search_query, const GURL& next_link, const SearchCallback& callback) argument
H A Dfile_system.cc762 const GURL& next_link,
766 search_operation_->Search(search_query, next_link, callback);
761 Search(const std::string& search_query, const GURL& next_link, const SearchCallback& callback) argument
H A Ddirectory_loader.cc137 GURL next_url = file_list->next_link();
H A Djob_scheduler_unittest.cc311 GURL next_url(change_list->next_link());
341 GURL next_url(file_list->next_link());
/external/chromium_org/chrome/browser/drive/
H A Dfake_drive_service.h159 const GURL& next_link,
162 const GURL& next_link,
H A Dfake_drive_service_unittest.cc523 GURL next_url(file_list->next_link());
539 next_url = file_list->next_link();
576 GURL next_url = file_list->next_link();
592 next_url = file_list->next_link();
628 GURL next_url = file_list->next_link();
673 GURL next_url = change_list->next_link();
689 next_url = change_list->next_link();
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.cc627 const GURL& next_link,
645 next_link,
650 const GURL& next_link,
670 result->SetString("nextFeed", next_link.spec());
625 OnSearch( drive::FileError error, const GURL& next_link, scoped_ptr<SearchResultInfoList> results) argument
649 OnEntryDefinitionList( const GURL& next_link, scoped_ptr<SearchResultInfoList> search_result_info_list, scoped_ptr<EntryDefinitionList> entry_definition_list) argument
/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.cc639 Instruction* next_link; local
643 next_link = link->ImmPCOffsetTarget();
644 end_of_chain = (link == next_link);
646 link = next_link;
650 next_link = branch->ImmPCOffsetTarget();
654 if (branch == next_link) {
659 label->link_to(reinterpret_cast<byte*>(next_link) - buffer_);
662 } else if (branch == next_link) {
668 if (prev_link->IsTargetInImmPCOffsetRange(next_link)) {
669 prev_link->SetImmPCOffsetTarget(next_link);
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dfake_drive_service_helper.cc323 GURL next_feed = list->next_link();
H A Dremote_to_local_syncer.cc676 if (!file_list->next_link().is_empty()) {
678 file_list->next_link(),
/external/vixl/src/a64/
H A Dassembler-a64.cc404 Instruction* next_link = label->link_->ImmPCOffsetTarget();
410 label->link_ = (label->link_ != next_link) ? next_link : NULL;

Completed in 250 milliseconds

12