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

/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc56 #include "chrome/browser/ui/views/omnibox/omnibox_views.h"
678 OmniboxViewViews* omnibox_views = GetOmniboxViewViews(location_entry_.get()); local
679 if (omnibox_views)
680 omnibox_views->set_focusable(focusable);
686 OmniboxViewViews* omnibox_views = GetOmniboxViewViews(location_entry_.get()); local
687 return omnibox_views ? omnibox_views->IsFocusable() : View::IsFocusable();
844 OmniboxViewViews* omnibox_views = local
874 if (!omnibox_views)
886 if (omnibox_views) {
[all...]

Completed in 68 milliseconds