HomeSort by relevance Sort by last modified time
    Searched full:child_overlap_rect (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 285 gfx::Rect child_overlap_rect; local
291 child_overlap_rect = gfx::Rect(left, child_rect.y(),
298 child_overlap_rect = gfx::Rect(left, child_rect.y(),
305 child_overlap_rect = gfx::Rect(child_rect.x(), top,
312 child_overlap_rect = gfx::Rect(child_rect.x(), top,
321 bounds = child_overlap_rect;
323 bounds.Union(child_overlap_rect);

Completed in 77 milliseconds