Searched defs:location_bar_view (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_interactive_uitest.cc18 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
49 LocationBarView* location_bar_view = browser_view->GetLocationBarView(); local
53 EXPECT_TRUE(location_bar_view->Contains(focus_manager->GetFocusedView()));
59 EXPECT_FALSE(location_bar_view->Contains(focus_manager->GetFocusedView()));
H A Dbrowser_view.cc77 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
1730 LocationBarView* location_bar_view = GetLocationBarView(); local
1731 if (location_bar_view)
1732 location_bar_view->GetOmniboxView()->CloseOmniboxPopup();
/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),
/external/chromium_org/chrome/browser/ui/views/omnibox/
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 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 Domnibox_popup_contents_view.cc10 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
48 LocationBarView* location_bar_view) {
52 font_list, omnibox_view, edit_model, location_bar_view);
55 font_list, omnibox_view, edit_model, location_bar_view);
66 LocationBarView* location_bar_view)
69 location_bar_view_(location_bar_view),
44 Create( const gfx::FontList& font_list, OmniboxView* omnibox_view, OmniboxEditModel* edit_model, LocationBarView* location_bar_view) argument
62 OmniboxPopupContentsView( const gfx::FontList& font_list, OmniboxView* omnibox_view, OmniboxEditModel* edit_model, LocationBarView* location_bar_view) argument
H A Domnibox_result_view.cc19 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
108 LocationBarView* location_bar_view,
115 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/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/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/gtk/extensions/
H A Dextension_installed_bubble_gtk.cc104 LocationBarViewGtk* location_bar_view = local
109 location_bar_view->SetPreviewEnabledPageAction(page_action,
111 reference_widget = location_bar_view->GetPageActionWidget(page_action);
118 LocationBarViewGtk* location_bar_view = local
120 reference_widget = location_bar_view->location_entry_widget();
327 LocationBarViewGtk* location_bar_view = local
329 location_bar_view->SetPreviewEnabledPageAction(
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_installed_bubble_view.cc24 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
559 LocationBarView* location_bar_view = browser_view->GetLocationBarView(); local
562 location_bar_view->SetPreviewEnabledPageAction(page_action,
564 reference_view = location_bar_view->GetPageActionView(page_action);
567 LocationBarView* location_bar_view = browser_view->GetLocationBarView(); local
568 reference_view = location_bar_view;
599 LocationBarView* location_bar_view = local
602 return gfx::Rect(location_bar_view->GetOmniboxViewOrigin(),
603 gfx::Size(0, location_bar_view->omnibox_view()->height()));

Completed in 347 milliseconds