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

  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view_interactive_uitest.cc 19 #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()));
browser_view.cc 75 #include "chrome/browser/ui/views/location_bar/location_bar_view.h"
1696 LocationBarView* location_bar_view = GetLocationBarView(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.h 35 LocationBarView* location_bar_view);
80 LocationBarView* location_bar_view);
83 LocationBarView* location_bar_view() { return location_bar_view_; } function in class:OmniboxPopupContentsView
  /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;
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.cc 178 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_org/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc 28 #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 373 milliseconds