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

/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;

Completed in 66 milliseconds