Home
last modified time | relevance | path

Searched refs:next_link_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/google_apis/drive/
Ddrive_api_parser.h606 const GURL& next_link() const { return next_link_; } in next_link()
613 next_link_ = next_link; in set_next_link()
624 GURL next_link_; variable
715 const GURL& next_link() const { return next_link_; } in next_link()
725 next_link_ = next_link; in set_next_link()
739 GURL next_link_; variable
Ddrive_api_requests.h432 const GURL& next_link() const { return next_link_; } in next_link()
433 void set_next_link(const GURL& next_link) { next_link_ = next_link; } in set_next_link()
440 GURL next_link_;
588 const GURL& next_link() const { return next_link_; } in next_link()
589 void set_next_link(const GURL& next_link) { next_link_ = next_link; } in set_next_link()
596 GURL next_link_;
Ddrive_api_parser.cc515 &FileList::next_link_, in RegisterJSONConverter()
598 &ChangeList::next_link_, in RegisterJSONConverter()
Ddrive_api_requests.cc327 return next_link_; in GetURLInternal()
430 return next_link_; in GetURLInternal()