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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_interactive_uitest.cc19 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
59 LocationBarView* location_bar_view = browser_view->GetLocationBarView(); local
63 EXPECT_TRUE(location_bar_view->Contains(focus_manager->GetFocusedView()));
69 EXPECT_FALSE(location_bar_view->Contains(focus_manager->GetFocusedView()));
H A Dbrowser_view.cc75 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
1696 LocationBarView* location_bar_view = GetLocationBarView(); local
1697 if (location_bar_view)
1698 location_bar_view->GetLocationEntry()->CloseOmniboxPopup();
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Dtouch_omnibox_popup_contents_view.cc8 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
22 LocationBarView* location_bar_view,
24 : OmniboxResultView(model, model_index, location_bar_view, font_list) {
62 LocationBarView* location_bar_view)
64 location_bar_view) {
106 return new TouchOmniboxResultView(model, model_index, location_bar_view(),
19 TouchOmniboxResultView( OmniboxResultViewModel* model, int model_index, LocationBarView* location_bar_view, const gfx::FontList& font_list) argument
58 TouchOmniboxPopupContentsView( const gfx::FontList& font_list, OmniboxView* omnibox_view, OmniboxEditModel* edit_model, LocationBarView* location_bar_view) argument
H A Dtouch_omnibox_popup_contents_view.h27 LocationBarView* location_bar_view,
48 LocationBarView* location_bar_view);
H A Domnibox_popup_contents_view.h35 LocationBarView* location_bar_view);
80 LocationBarView* location_bar_view);
83 LocationBarView* location_bar_view() { return location_bar_view_; } function in class:OmniboxPopupContentsView
H A Domnibox_popup_contents_view.cc10 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
58 LocationBarView* location_bar_view) {
62 font_list, omnibox_view, edit_model, location_bar_view);
65 font_list, omnibox_view, edit_model, location_bar_view);
76 LocationBarView* location_bar_view)
79 location_bar_view_(location_bar_view),
54 Create( const gfx::FontList& font_list, OmniboxView* omnibox_view, OmniboxEditModel* edit_model, LocationBarView* location_bar_view) argument
72 OmniboxPopupContentsView( const gfx::FontList& font_list, OmniboxView* omnibox_view, OmniboxEditModel* edit_model, LocationBarView* location_bar_view) argument
H A Domnibox_result_view.h50 LocationBarView* location_bar_view,
H A Domnibox_result_view.cc19 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
109 LocationBarView* location_bar_view,
116 location_bar_view_(location_bar_view),
106 OmniboxResultView( OmniboxResultViewModel* model, int model_index, LocationBarView* location_bar_view, const gfx::FontList& font_list) argument
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dopen_pdf_in_reader_view.cc8 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
17 OpenPDFInReaderView::OpenPDFInReaderView(LocationBarView* location_bar_view) argument
18 : location_bar_view_(location_bar_view),
H A Dopen_pdf_in_reader_view.h23 explicit OpenPDFInReaderView(LocationBarView* location_bar_view);
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_installed_bubble_gtk.cc152 LocationBarViewGtk* location_bar_view = local
154 location_bar_view->SetPreviewEnabledPageAction(extension_->page_action(),
156 reference_widget = location_bar_view->GetPageActionWidget(
164 LocationBarViewGtk* location_bar_view = local
166 reference_widget = location_bar_view->location_entry_widget();
307 LocationBarViewGtk* location_bar_view = local
309 location_bar_view->SetPreviewEnabledPageAction(extension_->page_action(),
/external/chromium_org/chrome/browser/ui/gtk/extensions/
H A Dextension_installed_bubble_gtk.cc178 LocationBarViewGtk* location_bar_view = local
183 location_bar_view->SetPreviewEnabledPageAction(page_action,
185 reference_widget = location_bar_view->GetPageActionWidget(page_action);
192 LocationBarViewGtk* location_bar_view = local
194 reference_widget = location_bar_view->location_entry_widget();
395 LocationBarViewGtk* location_bar_view = local
397 location_bar_view->SetPreviewEnabledPageAction(
/external/chromium/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble.cc17 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
324 LocationBarView* location_bar_view = browser_view->GetLocationBarView(); local
325 location_bar_view->SetPreviewEnabledPageAction(extension_->page_action(),
327 reference_view = location_bar_view->GetPageActionView(
331 LocationBarView* location_bar_view = browser_view->GetLocationBarView(); local
332 reference_view = location_bar_view;
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble.cc28 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
632 LocationBarView* location_bar_view = browser_view->GetLocationBarView(); local
635 location_bar_view->SetPreviewEnabledPageAction(page_action,
637 reference_view = location_bar_view->GetPageActionView(page_action);
640 LocationBarView* location_bar_view = browser_view->GetLocationBarView(); local
641 reference_view = location_bar_view;
670 LocationBarView* location_bar_view = local
672 return gfx::Rect(location_bar_view->GetLocationEntryOrigin(),
673 gfx::Size(0, location_bar_view->location_entry_view()->height()));

Completed in 335 milliseconds