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

  /external/chromium_org/cc/trees/
layer_tree_host_pixeltest_blending.cc 38 gfx::Rect child_rect(
41 CreateSolidColorLayer(child_rect, kCSSGreen);
67 gfx::Rect child_rect(
70 CreateSolidColorLayer(child_rect, kCSSGreen);
96 gfx::Rect child_rect(
99 CreateSolidColorLayer(child_rect, kCSSGreen);
layer_tree_host_impl_unittest.cc     [all...]
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 224 gfx::Rect child_rect = child->GetLocalBoundsForRange(start, len); local
225 bounds.Union(child_rect);
255 gfx::Rect child_rect = child->GetLocation(); local
269 int left = child_rect.x() + start_pixel_offset;
270 int right = child_rect.x() + end_pixel_offset;
271 child_overlap_rect = gfx::Rect(left, child_rect.y(),
272 right - left, child_rect.height());
276 int right = child_rect.right() - start_pixel_offset;
277 int left = child_rect.right() - end_pixel_offset;
278 child_overlap_rect = gfx::Rect(left, child_rect.y()
    [all...]
  /external/chromium_org/tools/site_compare/drivers/win32/
windowing.py 275 child_rect = win32gui.GetWindowRect(child)
276 slop = (rect[2]-rect[0]-child_rect[2]+child_rect[0],
277 rect[3]-rect[1]-child_rect[3]+child_rect[1])
  /external/chromium_org/cc/output/
gl_renderer_unittest.cc     [all...]
  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc     [all...]

Completed in 122 milliseconds