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

  /external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.cc 152 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/
extension_installed_bubble.cc 17 #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 444 milliseconds