Searched refs:max_pages (Results 1 – 18 of 18) sorted by relevance
/external/chromium_org/printing/ |
D | printing_context_android.cc | 84 int max_pages, in AskUserForSettings() argument 99 max_pages); in AskUserForSettings()
|
D | printing_context_no_system_dialog.h | 26 int max_pages,
|
D | printing_context_android.h | 36 int max_pages,
|
D | printing_context_gtk.h | 37 int max_pages,
|
D | printing_context.h | 46 int max_pages,
|
D | printing_context_mac.h | 30 int max_pages,
|
D | printing_context_win.cc | 179 gfx::NativeView view, int max_pages, bool has_selection, in AskUserForSettings() argument 231 if (max_pages) { in AskUserForSettings() 235 ranges[0].nToPage = max_pages; in AskUserForSettings() 239 dialog_options->nMaxPage = max_pages; in AskUserForSettings()
|
D | printing_context_win.h | 31 int max_pages,
|
D | printing_context_no_system_dialog.cc | 33 int max_pages, in AskUserForSettings() argument
|
D | printing_context_gtk.cc | 62 int max_pages, in AskUserForSettings() argument
|
D | printing_context_mac.mm | 56 int max_pages, 70 // We deliberately don't feed max_pages into the dialog, because setting
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | page_heap.h | 181 bool CheckList(Span* list, Length min_pages, Length max_pages,
|
D | page_heap.cc | 534 bool PageHeap::CheckList(Span* list, Length min_pages, Length max_pages, in CheckList() argument 539 CHECK_CONDITION(s->length <= max_pages); in CheckList()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | page_heap.h | 171 bool CheckList(Span* list, Length min_pages, Length max_pages,
|
D | page_heap.cc | 471 bool PageHeap::CheckList(Span* list, Length min_pages, Length max_pages, in CheckList() argument 476 CHECK_CONDITION(s->length <= max_pages); in CheckList()
|
/external/v8/tools/ |
D | ll_prof.py | 240 def Add(self, code, max_pages=-1): argument 245 if max_pages >= 0 and pages > max_pages: 248 max_pages, code.name, code.origin)
|
/external/chromium_org/v8/tools/ |
D | ll_prof.py | 256 def Add(self, code, max_pages=-1): argument 261 if max_pages >= 0 and pages > max_pages: 264 max_pages, code.name, code.origin)
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | FastMalloc.cpp | 1475 size_t CheckList(Span* list, Length min_pages, Length max_pages, bool decommitted); 2206 size_t TCMalloc_PageHeap::CheckList(Span* list, Length min_pages, Length max_pages, bool decommitte… in CheckList() argument 2211 CHECK_CONDITION(s->length <= max_pages); in CheckList()
|