OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:start_page_num
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/components/dom_distiller/core/
distiller_unittest.cc
75
vector<int> GetPagesInSequence(int
start_page_num
, int num_pages) {
79
for (int page =
start_page_num
; page >= 0; --page)
81
for (int page =
start_page_num
+ 1; page < num_pages; ++page)
104
int
start_page_num
) {
106
GetPagesInSequence(
start_page_num
, num_pages_in_article);
108
// the correct ascending page order regardless of |
start_page_num
|.
314
int
start_page_num
) {
318
vector<int> page_nums = GetPagesInSequence(
start_page_num
, pages_size);
524
int
start_page_num
= 3;
local
530
DistillPage(distiller_data->page_urls[
start_page_num
],
543
int
start_page_num
= 3;
local
564
int
start_page_num
= 3;
local
589
int
start_page_num
= 3;
local
[
all
...]
Completed in 175 milliseconds