Home
last modified time | relevance | path

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

/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility.cc228 int start_pixel_offset = in GetLocalBoundsForRange() local
236 int left = child_rect.x() + start_pixel_offset; in GetLocalBoundsForRange()
243 int right = child_rect.right() - start_pixel_offset; in GetLocalBoundsForRange()
250 int top = child_rect.y() + start_pixel_offset; in GetLocalBoundsForRange()
257 int bottom = child_rect.bottom() - start_pixel_offset; in GetLocalBoundsForRange()