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

/external/chromium_org/ui/views/
H A Dview.cc556 return parent_ ? parent_->GetMirroredXForRect(bounds_) : x();
559 int View::GetMirroredXForRect(const gfx::Rect& bounds) const { function in class:views::View
793 clip_rect.set_x(parent_->GetMirroredXForRect(clip_rect));

Completed in 69 milliseconds