Searched refs:location_entry_view_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc111 location_entry_view_(NULL),
179 location_entry_view_ = location_entry_->AddToView(this);
180 location_entry_view_->SetID(VIEW_ID_AUTOCOMPLETE);
220 return location_entry_view_ != NULL;
389 gfx::Point origin(location_entry_view_->bounds().origin());
666 location_entry_view_->SetBoundsRect(location_bounds);
708 gfx::Rect r = location_entry_view_->bounds();
972 gfx::Point origin(location_entry_view_->bounds().x() + kXOffset,
1187 if (location_entry_view_ && location_entry_view_
[all...]
H A Dlocation_bar_view.h368 views::View* location_entry_view_; member in class:LocationBarView
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc181 location_entry_view_(NULL),
287 location_entry_view_ = location_entry_->AddToView(this);
295 // views::Textfield (|location_entry_view_|) supports gfx::FontList and
301 const int baseline_diff = location_entry_view_->GetBaseline() -
395 return location_entry_view_ != NULL;
649 gfx::Point origin(location_entry_view_->bounds().origin());
923 location_entry_view_->SetBoundsRect(location_bounds);
964 gfx::Rect r = location_entry_view_->bounds();
1522 if (location_entry_view_ && location_entry_view_
[all...]
H A Dlocation_bar_view.h253 views::View* location_entry_view() const { return location_entry_view_; }
465 views::View* location_entry_view_; member in class:LocationBarView

Completed in 40 milliseconds