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

  /external/chromium_org/cc/trees/
layer_tree_host_unittest_occlusion.cc 589 int root_width = 400; variable
598 gfx::Size(root_width, root_height), true);
604 gfx::Size(root_width-i, root_height-i), true);
613 gfx::PointF(0.f, 0.f), gfx::Size(root_width, root_height), false);
617 gfx::Rect expected_occlusion(1, 1, root_width-i-1, root_height-i-1);
  /external/chromium_org/content/browser/accessibility/
accessibility_tree_formatter_win.cc 137 LONG root_left, root_top, root_width, root_height; local
141 &root_left, &root_top, &root_width, &root_height, variant_self)
  /external/chromium_org/ui/gfx/
text_elider.cc 180 const float root_width = GetStringWidthF(rootname, font_list); local
183 if (root_width + ext_width <= available_pixel_width) {

Completed in 630 milliseconds