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

  /external/chromium_org/ui/app_list/views/
contents_view.cc 194 int page_height = bounds.height(); local
198 bounds.set_y(origin_above ? -page_height : page_height);
apps_grid_view.cc 1195 const int page_height = grid_size.height() + kPagePadding; local
    [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 430 // |page_height| specifies the screen destination page height.
436 int page_width, int page_height,
443 *offset_y = page_height - source_clip_box.top;
454 *offset_x = page_height - source_clip_box.right;
3304 int page_height = static_cast<int>( local
3502 double page_height = 0; local
    [all...]

Completed in 116 milliseconds