HomeSort by relevance Sort by last modified time
    Searched refs:text_bounds_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_result_view.h 112 const gfx::Rect& text_bounds() const { return text_bounds_; }
173 gfx::Rect text_bounds_; member in class:OmniboxResultView
omnibox_result_view.cc 230 int y = text_bounds_.y();
511 text_bounds_.SetRect(text_x, 0, std::max(text_width, 0), height());
528 int x = GetMirroredXForRect(text_bounds_);
529 mirroring_context_->Initialize(x, text_bounds_.width());

Completed in 1832 milliseconds