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

  /external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler_unittest.cc 272 const google_apis::Link* next_link = local
274 ASSERT_TRUE(next_link);
276 GURL next_url(next_link->href());
  /external/chromium_org/chrome/browser/drive/
fake_drive_service_unittest.cc 486 const google_apis::Link* next_link = local
488 ASSERT_TRUE(next_link);
490 GURL next_url(next_link->href());
506 next_link = resource_list->GetLinkByType(Link::LINK_NEXT);
507 ASSERT_TRUE(next_link);
508 next_url = GURL(next_link->href());
546 const google_apis::Link* next_link = local
548 ASSERT_TRUE(next_link);
550 GURL next_url(next_link->href());
566 next_link = resource_list->GetLinkByType(Link::LINK_NEXT)
604 const google_apis::Link* next_link = local
656 const google_apis::Link* next_link = local
    [all...]
  /external/chromium_org/chrome/browser/google_apis/
drive_api_parser.h 674 const GURL& next_link() const { return next_link_; } function in class:google_apis::FileList
685 void set_next_link(const GURL& next_link) {
686 next_link_ = next_link;
792 const GURL& next_link() const { return next_link_; } function in class:google_apis::ChangeList
806 void set_next_link(const GURL& next_link) {
807 next_link_ = next_link;

Completed in 5545 milliseconds