/external/chromium_org/printing/ |
D | page_setup_unittest.cc | 30 gfx::Size page_size(100 + rand() % kMax, 200 + rand() % kMax); in TEST() local 114 gfx::Size page_size(100, 100); in TEST() local 176 gfx::Size page_size(100, 100); in TEST() local 208 gfx::Size page_size(100, 70); in TEST() local
|
D | printed_page.h | 33 const gfx::Size& page_size() const { return page_size_; } in page_size() function
|
D | printed_page.cc | 11 const gfx::Size& page_size, in PrintedPage()
|
D | pdf_metafile_cg_mac_unittest.cc | 59 gfx::Size page_size = pdf2.GetPageBounds(1).size(); in TEST() local
|
D | pdf_metafile_cg_mac.cc | 114 const gfx::Size& page_size, const gfx::Rect& content_area, in StartPageForVectorCanvas() 120 bool PdfMetafileCg::StartPage(const gfx::Size& page_size, in StartPage()
|
D | pdf_metafile_skia.cc | 55 const gfx::Size& page_size, const gfx::Rect& content_area, in StartPageForVectorCanvas() 77 bool PdfMetafileSkia::StartPage(const gfx::Size& page_size, in StartPage()
|
/external/chromium_org/content/common/ |
D | set_process_title_linux.cc | 56 uintptr_t page_size, page, page_end; in setproctitle() local 110 uintptr_t page_size = sysconf(_SC_PAGESIZE); in setproctitle_init() local
|
/external/chromium_org/ui/base/ime/ |
D | candidate_window.h | 28 int page_size; member 73 uint32 page_size() const { return property_->page_size; } in page_size() function 74 void set_page_size(uint32 page_size) { property_->page_size = page_size; } in set_page_size()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
D | stacktrace_x86-inl.h | 209 static int page_size; in NextStackFrame() local 264 static int page_size = getpagesize(); in NextStackFrame() local
|
D | memfs_malloc.cc | 249 int64 page_size = sfs.f_bsize; in Initialize() local
|
/external/llvm/include/llvm/Support/ |
D | Process.h | 124 size_t page_size() const { return PageSize; }; in page_size() function
|
/external/chromium_org/ppapi/tests/ |
D | test_file_mapping.cc | 87 const int64_t page_size = in MapAndCheckResults() local 217 const int64_t page_size = in TestBadParameters() local 426 const int64_t page_size = in TestPartialRegions() local
|
/external/chromium_org/base/ |
D | sys_info_freebsd.cc | 14 int pages, page_size; in AmountOfPhysicalMemory() local
|
D | sys_info_openbsd.cc | 17 long page_size = sysconf(_SC_PAGESIZE); in AmountOfMemory() local
|
D | sys_info_linux.cc | 19 long page_size = sysconf(_SC_PAGESIZE); in AmountOfMemory() local
|
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
D | stacktrace_x86-inl.h | 212 static int page_size; in NextStackFrame() local 267 static int page_size = getpagesize(); in NextStackFrame() local
|
D | memfs_malloc.cc | 249 int64 page_size = sfs.f_bsize; in Initialize() local
|
/external/chromium_org/sql/test/ |
D | test_helpers.cc | 26 bool GetPageSize(sql::Connection* db, int* page_size) { in GetPageSize() 92 const unsigned page_size = ReadBigEndian(header + kPageSizeOffset, 2); in CorruptSizeInHeader() local 119 int page_size = 0; in CorruptTableOrIndex() local
|
/external/chromium_org/chrome/browser/printing/ |
D | print_job.cc | 226 PdfToEmfState(const gfx::Size& page_size, const gfx::Rect& content_area) in PdfToEmfState() 260 gfx::Size page_size() const { return page_size_; } in page_size() function in printing::PrintJob::PdfToEmfState 274 const gfx::Size& page_size, in StartPdfToEmfConversion()
|
/external/libunwind/tests/ |
D | ia64-test-setjmp.c | 87 size_t page_size = getpagesize (); in doit() local
|
/external/chromium_org/win8/metro_driver/ |
D | print_document_source.cc | 186 D2D1_SIZE_F page_size = D2D1::SizeF(page_desc.PageSize.Width, in MakeDocument() local 415 D2D1_SIZE_F page_size) { in PrintPage()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_slab.h | 66 unsigned page_size; member
|
/external/chromium_org/chrome/renderer/printing/ |
D | print_web_view_helper_linux.cc | 157 gfx::Size page_size; in PrintPageInternal() local
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_slab.h | 66 unsigned page_size; member
|
/external/chromium_org/ash/ime/ |
D | candidate_window_view_unittest.cc | 41 void InitCandidateWindow(size_t page_size, in InitCandidateWindow() 50 size_t page_size, in InitCandidateWindowWithCandidatesFilled()
|