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

  /external/chromium_org/chrome/browser/chromeos/drive/file_system/
search_operation_unittest.cc 33 GURL next_link; local
38 &error, &next_link, &results));
42 EXPECT_TRUE(next_link.is_empty());
73 GURL next_link; local
78 &error, &next_link, &results));
82 EXPECT_TRUE(next_link.is_empty());
99 &error, &next_link, &results));
103 EXPECT_TRUE(next_link.is_empty());
116 GURL next_link; local
121 &error, &next_link, &results))
138 GURL next_link; local
    [all...]
  /external/chromium_org/google_apis/drive/
drive_api_requests.h 362 const GURL& next_link() const { return next_link_; } function in class:google_apis::drive::FilesListNextPageRequest
363 void set_next_link(const GURL& next_link) { next_link_ = next_link; }
518 const GURL& next_link() const { return next_link_; } function in class:google_apis::drive::ChangesListNextPageRequest
519 void set_next_link(const GURL& next_link) { next_link_ = next_link; }
drive_api_parser.h 600 const GURL& next_link() const { return next_link_; } function in class:google_apis::FileList
606 void set_next_link(const GURL& next_link) {
607 next_link_ = next_link;
709 const GURL& next_link() const { return next_link_; } function in class:google_apis::ChangeList
718 void set_next_link(const GURL& next_link) {
719 next_link_ = next_link;
  /external/chromium_org/v8/src/arm64/
assembler-arm64.cc 391 Instruction* next_link; local
395 next_link = link->ImmPCOffsetTarget();
396 end_of_chain = (link == next_link);
398 link = next_link;
402 next_link = branch->ImmPCOffsetTarget();
406 if (branch == next_link) {
411 label->link_to(reinterpret_cast<byte*>(next_link) - buffer_);
414 } else if (branch == next_link) {
420 if (prev_link->IsTargetInImmPCOffsetRange(next_link)) {
421 prev_link->SetImmPCOffsetTarget(next_link);
    [all...]

Completed in 92 milliseconds