Home
last modified time | relevance | path

Searched refs:omnibox_view_ (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/location_bar/
Dlocation_bar_view.cc161 omnibox_view_(NULL), in LocationBarView()
253 omnibox_view_ = new OmniboxViewViews( in Init()
259 omnibox_view_->Init(); in Init()
260 omnibox_view_->SetFocusable(true); in Init()
261 AddChildView(omnibox_view_); in Init()
364 return omnibox_view_ != NULL; in IsInitialized()
474 gfx::Point origin(omnibox_view_->bounds().origin()); in GetOmniboxViewOrigin()
505 omnibox_view_->SelectAll(true); in SelectAll()
554 omnibox_view_->SetFocus(); in FocusLocation()
556 omnibox_view_->SelectAll(true); in FocusLocation()
[all …]
Dlocation_bar_view.h222 OmniboxViewViews* omnibox_view() { return omnibox_view_; } in omnibox_view()
223 const OmniboxViewViews* omnibox_view() const { return omnibox_view_; } in omnibox_view()
418 OmniboxViewViews* omnibox_view_; variable
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
Dlocation_bar_view_mac.mm119 omnibox_view_(new OmniboxViewMac(this, profile, command_updater, field)), function
193 omnibox_view_->model()->AcceptInput(disposition, false);
197 omnibox_view_->FocusLocation(select_all);
201 omnibox_view_->SetForcedQuery();
256 omnibox_view_->SaveStateToTab(contents);
260 omnibox_view_->RevertAll();
264 return omnibox_view_.get();
268 return omnibox_view_.get();
446 const base::string16 keyword = omnibox_view_->model()->keyword();
454 const bool is_keyword_hint = omnibox_view_->model()->is_keyword_hint();
[all …]
Dlocation_bar_view_mac.h221 scoped_ptr<OmniboxViewMac> omnibox_view_; variable
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_popup_contents_view.cc61 omnibox_view_(omnibox_view), in OmniboxPopupContentsView()
150 omnibox_view_->IsImeShowingPopup()) { in UpdatePopupAppearance()
220 popup_->StackAbove(omnibox_view_->GetRelativeWindowForPopup()); in UpdatePopupAppearance()
504 omnibox_view_->OpenMatch(model_->result().match_at(index), disposition, in OpenSelectedLine()
Domnibox_popup_contents_view.h149 OmniboxView* omnibox_view_; variable
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_popup_view_mac.h76 OmniboxView* omnibox_view_; variable
Domnibox_popup_view_mac.mm52 : omnibox_view_(omnibox_view), function
336 omnibox_view_->OpenMatch(GetResult().match_at(row), disposition, GURL(),