Searched defs:child_rect (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility.cc223 gfx::Rect child_rect = child->location(); local
236 int left = child_rect.x() + start_pixel_offset;
237 int right = child_rect.x() + end_pixel_offset;
238 child_overlap_rect = gfx::Rect(left, child_rect.y(),
239 right - left, child_rect.height());
243 int right = child_rect.right() - start_pixel_offset;
244 int left = child_rect.right() - end_pixel_offset;
245 child_overlap_rect = gfx::Rect(left, child_rect.y(),
246 right - left, child_rect.height());
250 int top = child_rect
[all...]
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_win.cc1295 RECT host_rect, child_rect; local
1297 if (::GetClientRect(compositor_host_window_, &child_rect) &&
1298 (child_rect.right < host_rect.right ||
1299 child_rect.bottom < host_rect.bottom)) {

Completed in 126 milliseconds