OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_link
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
search_operation_unittest.cc
40
GURL
next_link
;
local
45
&error, &
next_link
, &results));
49
EXPECT_TRUE(
next_link
.is_empty());
80
GURL
next_link
;
local
85
&error, &
next_link
, &results));
89
EXPECT_TRUE(
next_link
.is_empty());
109
&error, &
next_link
, &results));
113
EXPECT_TRUE(
next_link
.is_empty());
127
GURL
next_link
;
local
132
&error, &
next_link
, &results))
[
all
...]
/external/chromium_org/chrome/browser/chromeos/drive/
job_scheduler_unittest.cc
309
const google_apis::Link*
next_link
=
local
311
ASSERT_TRUE(
next_link
);
313
GURL next_url(
next_link
->href());
344
const google_apis::Link*
next_link
=
local
346
ASSERT_TRUE(
next_link
);
348
GURL next_url(
next_link
->href());
[
all
...]
/external/chromium_org/chrome/browser/drive/
fake_drive_service_unittest.cc
542
const google_apis::Link*
next_link
=
local
544
ASSERT_TRUE(
next_link
);
546
GURL next_url(
next_link
->href());
562
next_link
= resource_list->GetLinkByType(Link::LINK_NEXT);
563
ASSERT_TRUE(
next_link
);
564
next_url = GURL(
next_link
->href());
602
const google_apis::Link*
next_link
=
local
604
ASSERT_TRUE(
next_link
);
606
GURL next_url(
next_link
->href());
622
next_link
= resource_list->GetLinkByType(Link::LINK_NEXT)
660
const google_apis::Link*
next_link
=
local
712
const google_apis::Link*
next_link
=
local
[
all
...]
/external/chromium_org/google_apis/drive/
drive_api_requests.h
316
const GURL&
next_link
() const { return next_link_; }
function in class:google_apis::drive::FilesListNextPageRequest
317
void set_next_link(const GURL&
next_link
) { next_link_ =
next_link
; }
472
const GURL&
next_link
() const { return next_link_; }
function in class:google_apis::drive::ChangesListNextPageRequest
473
void set_next_link(const GURL&
next_link
) { next_link_ =
next_link
; }
drive_api_parser.h
696
const GURL&
next_link
() const { return next_link_; }
function in class:google_apis::FileList
707
void set_next_link(const GURL&
next_link
) {
708
next_link_ =
next_link
;
814
const GURL&
next_link
() const { return next_link_; }
function in class:google_apis::ChangeList
828
void set_next_link(const GURL&
next_link
) {
829
next_link_ =
next_link
;
Completed in 287 milliseconds