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

  /external/libchrome/base/process/
process_metrics_posix.cc 76 size_t GetPageSize() {
77 return getpagesize();
  /external/pdfium/xfa/src/fwl/src/lightwidget/
scrollbar.cpp 45 FX_FLOAT CFWL_ScrollBar::GetPageSize() {
48 return static_cast<IFWL_ScrollBar*>(m_pIface)->GetPageSize();
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_document_layout_imp.cpp 188 void CXFA_ContainerLayoutItem::GetPageSize(CFX_SizeF& size) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mac.cc 293 uptr GetPageSize() {
sanitizer_linux.cc 706 uptr GetPageSize() {
    [all...]
sanitizer_win.cc 37 uptr GetPageSize() {
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_scrollbarimp.cpp 35 FX_FLOAT IFWL_ScrollBar::GetPageSize() {
36 return static_cast<CFWL_ScrollBarImp*>(GetImpl())->GetPageSize();
176 FX_FLOAT CFWL_ScrollBarImp::GetPageSize() {
  /external/v8/src/base/platform/
platform-win32.cc 692 static size_t GetPageSize() {
783 size_t msize = RoundUp(requested, static_cast<int>(GetPageSize()));
    [all...]

Completed in 128 milliseconds