Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc169 location_entry_.reset(new AutocompleteEditViewWin(font_, this, model_, this, in Init()
173 location_entry_.reset( in Init()
179 location_entry_view_ = location_entry_->AddToView(this); in Init()
283 location_entry_->Update(tab_for_state_restoring); in Update()
321 location_entry_->SetFocus(); in OnFocus()
330 location_entry_->model()->SetProfile(profile); in SetProfile()
405 suggested_text_view_ = new SuggestedTextView(location_entry_->model()); in SetInstantSuggestion()
411 suggested_text_view_->SetFont(location_entry_->GetFont()); in SetInstantSuggestion()
416 if (animate_to_complete && !location_entry_->IsImeComposing()) in SetInstantSuggestion()
440 if (!location_entry_.get()) in Layout()
[all …]
Dlocation_bar_view.h331 scoped_ptr<AutocompleteEditViewWin> location_entry_; variable
333 scoped_ptr<AutocompleteEditView> location_entry_; variable
/external/chromium/chrome/browser/ui/gtk/
Dlocation_bar_view_gtk.cc195 location_entry_.reset(new AutocompleteEditViewGtk(this, in Init()
201 location_entry_->Init(); in Init()
261 location_entry_->GetNativeView()); in Init()
449 location_entry_->Update(contents); in Update()
495 const string16 keyword(location_entry_->model()->keyword()); in OnChanged()
496 const bool is_keyword_hint = location_entry_->model()->is_keyword_hint(); in OnChanged()
586 location_entry_->model()->SetSuggestedText(text, behavior); in SetSuggestedText()
602 location_entry_->model()->AcceptInput(CURRENT_TAB, false); in AcceptInput()
606 location_entry_->SetFocus(); in FocusLocation()
608 location_entry_->SelectAll(true); in FocusLocation()
[all …]
Dlocation_bar_view_gtk.h405 scoped_ptr<AutocompleteEditViewGtk> location_entry_; variable