Home
last modified time | relevance | path

Searched refs:child_rect (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility.cc244 gfx::Rect child_rect = child->GetLocalBoundsForRange(start, len); in GetLocalBoundsForRange() local
245 bounds.Union(child_rect); in GetLocalBoundsForRange()
275 gfx::Rect child_rect = child->GetLocation(); in GetLocalBoundsForRange() local
289 int left = child_rect.x() + start_pixel_offset; in GetLocalBoundsForRange()
290 int right = child_rect.x() + end_pixel_offset; in GetLocalBoundsForRange()
291 child_overlap_rect = gfx::Rect(left, child_rect.y(), in GetLocalBoundsForRange()
292 right - left, child_rect.height()); in GetLocalBoundsForRange()
296 int right = child_rect.right() - start_pixel_offset; in GetLocalBoundsForRange()
297 int left = child_rect.right() - end_pixel_offset; in GetLocalBoundsForRange()
298 child_overlap_rect = gfx::Rect(left, child_rect.y(), in GetLocalBoundsForRange()
[all …]
/external/chromium_org/cc/trees/
Dlayer_tree_host_pixeltest_blending.cc44 gfx::Rect child_rect( in RunBlendingWithRootPixelTestType() local
47 CreateSolidColorLayer(child_rect, kCSSGreen); in RunBlendingWithRootPixelTestType()
73 gfx::Rect child_rect( in RunBlendingWithTransparentPixelTestType() local
76 CreateSolidColorLayer(child_rect, kCSSGreen); in RunBlendingWithTransparentPixelTestType()
106 gfx::Rect child_rect( in TEST_F() local
109 CreateSolidColorLayer(child_rect, kCSSGreen); in TEST_F()
Dlayer_tree_host_impl_unittest.cc4750 gfx::Rect child_rect(10, 10, 50, 50); in SetupLayersForOpacity() local
4761 child->SetPosition(gfx::PointF(child_rect.x(), child_rect.y())); in SetupLayersForOpacity()
4763 child->SetBounds(gfx::Size(child_rect.width(), child_rect.height())); in SetupLayersForOpacity()
4765 child->draw_properties().visible_content_rect = child_rect; in SetupLayersForOpacity()
/external/chromium_org/tools/site_compare/drivers/win32/
Dwindowing.py275 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/
Dgl_renderer_unittest.cc1037 gfx::Rect child_rect(50, 50); in TEST_F() local
1041 child_rect, in TEST_F()
1043 AddQuad(child_pass, child_rect, SK_ColorBLUE); in TEST_F()
1338 gfx::Rect child_rect(50, 50); in TEST_F() local
1381 child_rect, in TEST_F()
1405 child_rect, in TEST_F()
1428 child_rect, in TEST_F()
1452 child_rect, in TEST_F()
1475 child_rect, in TEST_F()
1499 child_rect, in TEST_F()
[all …]
/external/chromium_org/cc/layers/
Dtiled_layer_unittest.cc1487 gfx::Rect child_rect(0, 0, 300, 100); in TEST_F() local
1508 child->SetBounds(child_rect.size()); in TEST_F()
1509 child->SetPosition(child_rect.origin()); in TEST_F()
1510 child->draw_properties().visible_content_rect = child_rect; in TEST_F()
1523 child->InvalidateContentRect(child_rect); in TEST_F()
1561 child->InvalidateContentRect(child_rect); in TEST_F()
1603 child->InvalidateContentRect(child_rect); in TEST_F()