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

  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.h 67 const gfx::Rect& text_bounds() const { return text_bounds_; }
122 gfx::Rect text_bounds_; member in class:AutocompleteResultView
autocomplete_result_view.cc 186 text_bounds_.y());
201 text_bounds_.y());
204 text_bounds_.y());
512 text_bounds_.SetRect(text_x, std::max(0, (height() - font_height) / 2),
527 int x = GetMirroredXForRect(text_bounds_);
528 mirroring_context_->Initialize(x, text_bounds_.width());

Completed in 72 milliseconds