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

  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.cc 161 omnibox_view_(NULL),
253 omnibox_view_ = new OmniboxViewViews(
259 omnibox_view_->Init();
260 omnibox_view_->SetFocusable(true);
261 AddChildView(omnibox_view_);
364 return omnibox_view_ != NULL;
474 gfx::Point origin(omnibox_view_->bounds().origin());
505 omnibox_view_->SelectAll(true);
554 omnibox_view_->SetFocus();
556 omnibox_view_->SelectAll(true)
    [all...]
location_bar_view.h 222 OmniboxViewViews* omnibox_view() { return omnibox_view_; }
223 const OmniboxViewViews* omnibox_view() const { return omnibox_view_; }
418 OmniboxViewViews* omnibox_view_; member in class:LocationBarView
514 // the |omnibox_view_| in its place, containing the complete URL. However, we
532 // amount necessary to shift the |omnibox_view_| by such that the hostname
  /external/chromium_org/chrome/browser/ui/cocoa/omnibox/
omnibox_popup_view_mac.h 76 OmniboxView* omnibox_view_; member in class:OmniboxPopupViewMac
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 61 omnibox_view_(omnibox_view),
150 omnibox_view_->IsImeShowingPopup()) {
220 popup_->StackAbove(omnibox_view_->GetRelativeWindowForPopup());
504 omnibox_view_->OpenMatch(model_->result().match_at(index), disposition,
omnibox_popup_contents_view.h 149 OmniboxView* omnibox_view_; member in class:OmniboxPopupContentsView
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 221 scoped_ptr<OmniboxViewMac> omnibox_view_; member in class:LocationBarViewMac

Completed in 131 milliseconds