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

  /external/chromium_org/cc/trees/
layer_tree_host_unittest_occlusion.cc 437 int root_width = 400; variable
446 gfx::Size(root_width, root_height), true);
452 gfx::Size(root_width-i, root_height-i), true);
461 gfx::PointF(0.f, 0.f), gfx::Size(root_width, root_height), false);
465 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 138 LONG root_left, root_top, root_width, root_height; local
142 &root_left, &root_top, &root_width, &root_height, variant_self)
  /external/chromium_org/ui/base/text/
text_elider.cc 423 const int root_width = font.GetStringWidth(rootname); local
426 if (root_width + ext_width <= available_pixel_width) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 781 root_width = self.tv.column('#0', width=None)
782 self.assertEqual(bbox_column0[0], bbox[0] + root_width)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_widgets.py 781 root_width = self.tv.column('#0', width=None)
782 self.assertEqual(bbox_column0[0], bbox[0] + root_width)
    [all...]

Completed in 1752 milliseconds