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

/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility.cc244 gfx::Rect child_rect = child->GetLocalBoundsForRange(start, len); local
245 bounds.Union(child_rect);
275 gfx::Rect child_rect = child->GetLocation(); local
289 int left = child_rect.x() + start_pixel_offset;
290 int right = child_rect.x() + end_pixel_offset;
291 child_overlap_rect = gfx::Rect(left, child_rect.y(),
292 right - left, child_rect.height());
296 int right = child_rect.right() - start_pixel_offset;
297 int left = child_rect.right() - end_pixel_offset;
298 child_overlap_rect = gfx::Rect(left, child_rect
[all...]

Completed in 95 milliseconds