Home
last modified time | relevance | path

Searched refs:root_width (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_occlusion.cc583 int root_width = 400; in SetupTree() local
592 gfx::Size(root_width, root_height), true); in SetupTree()
598 gfx::Size(root_width-i, root_height-i), true); in SetupTree()
607 gfx::PointF(0.f, 0.f), gfx::Size(root_width, root_height), false); in SetupTree()
611 gfx::Rect expected_occlusion(1, 1, root_width-i-1, root_height-i-1); in SetupTree()
/external/chromium_org/content/browser/accessibility/
Daccessibility_tree_formatter_win.cc138 LONG root_left, root_top, root_width, root_height; in AddProperties() local
142 &root_left, &root_top, &root_width, &root_height, variant_self) in AddProperties()
/external/chromium_org/ui/gfx/
Dtext_elider.cc435 const float root_width = GetStringWidthF(rootname, font_list); in ElideFilename() local
438 if (root_width + ext_width <= available_pixel_width) { in ElideFilename()