Home
last modified time | relevance | path

Searched refs:GetLocationBarView (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/ui/
Dbrowser_window_testing_views.h24 virtual LocationBarView* GetLocationBarView() const = 0;
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view_interactive_uitest.cc48 LocationBarView* location_bar_view = browser_view->GetLocationBarView(); in IN_PROC_BROWSER_TEST_F()
Dbrowser_view.cc485 GetLocationBarView()->location_icon_view())); in InitPermissionBubbleView()
754 GetLocationBarView()->SetStarToggled(is_starred); in SetStarredState()
758 GetLocationBarView()->SetTranslateIconToggled(is_lit); in SetTranslateIconToggled()
830 GetLocationBarView()->ZoomChangedForActiveTab( in ZoomChangedForActiveTab()
980 return GetLocationBarView(); in GetLocationBar()
1001 LocationBarView* location_bar = GetLocationBarView(); in SetFocusToLocationBar()
1165 !GetLocationBarView()->IsMouseHovered()) { in ShowTranslateBubble()
1269 GetLocationBarView()->location_icon_view(), profile, in ShowWebsiteSettings()
1404 LocationBarView* BrowserView::GetLocationBarView() const { in GetLocationBarView() function in BrowserView
1708 LocationBarView* location_bar_view = GetLocationBarView(); in OnWidgetMove()
[all …]
Dbrowser_view.h374 virtual LocationBarView* GetLocationBarView() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_installed_bubble_view.cc548 LocationBarView* location_bar_view = browser_view->GetLocationBarView(); in MaybeShowNow()
557 LocationBarView* location_bar_view = browser_view->GetLocationBarView(); in MaybeShowNow()
590 GetLocationBarView(); in GetAnchorRect()
601 browser_view->GetLocationBarView()->SetPreviewEnabledPageAction( in WindowClosing()
/external/chromium_org/chrome/browser/ui/views/autofill/
Dgenerated_credit_card_bubble_views.cc29 return browser_view->GetLocationBarView()->generated_credit_card_view(); in GetAnchor()
/external/chromium_org/chrome/browser/ui/views/location_bar/
Dzoom_bubble_view.cc59 browser_view->GetLocationBarView()->zoom_view() : NULL; in ShowBubble()
/external/chromium_org/chrome/browser/ui/views/omnibox/
Domnibox_view_views_browsertest.cc290 OmniboxViewViews* view = window->GetLocationBarView()->omnibox_view(); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/ui/views/passwords/
Dmanage_passwords_bubble_view.cc716 : browser_view->GetLocationBarView()->manage_passwords_icon_view(); in ShowBubble()