OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetLocationBarView
(Results
1 - 24
of
24
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view_interactive_uitest.cc
49
LocationBarView* location_bar_view = browser_view->
GetLocationBarView
();
browser_view.cc
814
GetLocationBarView
()->SetStarToggled(is_starred);
818
GetLocationBarView
()->SetTranslateIconToggled(is_lit);
870
GetLocationBarView
()->ZoomChangedForActiveTab(
[
all
...]
browser_view.h
382
virtual LocationBarView*
GetLocationBarView
() const OVERRIDE;
/external/chromium/chrome/browser/chromeos/frame/
dom_browser_view.cc
67
LocationBarView* DOMBrowserView::
GetLocationBarView
() const {
dom_browser_view.h
46
virtual LocationBarView*
GetLocationBarView
() const OVERRIDE;
/external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc
324
LocationBarView* location_bar_view = browser_view->
GetLocationBarView
();
331
LocationBarView* location_bar_view = browser_view->
GetLocationBarView
();
350
browser_view->
GetLocationBarView
()->GetLocationEntryOrigin());
367
browser_view->
GetLocationBarView
()->SetPreviewEnabledPageAction(
/external/chromium_org/chrome/browser/ui/views/autofill/
generated_credit_card_bubble_views.cc
29
return browser_view->
GetLocationBarView
()->generated_credit_card_view();
/external/chromium/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.cc
153
browser_window->GetToolbar()->
GetLocationBarView
();
165
browser_window->GetToolbar()->
GetLocationBarView
();
308
browser_window->GetToolbar()->
GetLocationBarView
();
/external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_installed_bubble_gtk.cc
105
browser_window->GetToolbar()->
GetLocationBarView
();
119
browser_window->GetToolbar()->
GetLocationBarView
();
328
browser_window->GetToolbar()->
GetLocationBarView
();
/external/chromium/chrome/browser/ui/
browser_window.h
364
virtual LocationBarView*
GetLocationBarView
() const = 0;
/external/chromium/chrome/browser/ui/gtk/
browser_toolbar_gtk.h
79
LocationBarViewGtk*
GetLocationBarView
() { return location_bar_.get(); }
page_info_bubble_gtk.cc
118
GetToolbar()->
GetLocationBarView
()->location_icon_widget();
browser_window_gtk.cc
784
toolbar_->
GetLocationBarView
()->SetStarred(is_starred);
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
browser_toolbar_gtk.h
81
LocationBarViewGtk*
GetLocationBarView
() { return location_bar_.get(); }
speech_recognition_bubble_gtk.cc
194
reference_widget = browser_window->GetToolbar()->
GetLocationBarView
()
browser_window_gtk.cc
794
toolbar_->
GetLocationBarView
()->SetStarred(is_starred);
831
toolbar_->
GetLocationBarView
()->ZoomChangedForActiveTab(
[
all
...]
/external/chromium_org/chrome/browser/ui/
browser_window.h
413
virtual LocationBarView*
GetLocationBarView
() const = 0;
/external/chromium_org/chrome/browser/ui/views/extensions/
extension_installed_bubble_view.cc
559
LocationBarView* location_bar_view = browser_view->
GetLocationBarView
();
567
LocationBarView* location_bar_view = browser_view->
GetLocationBarView
();
601
GetLocationBarView
();
612
browser_view->
GetLocationBarView
()->SetPreviewEnabledPageAction(
/external/chromium_org/chrome/browser/ui/views/
speech_recognition_bubble_views.cc
368
icon = browser_view->
GetLocationBarView
() ?
369
browser_view->
GetLocationBarView
()->GetLocationBarAnchor() : NULL;
/external/chromium_org/chrome/browser/ui/views/location_bar/
zoom_bubble_view.cc
53
browser_view->
GetLocationBarView
()->zoom_view() : NULL;
/external/chromium_org/chrome/browser/ui/views/passwords/
manage_passwords_bubble_view.cc
67
NULL : browser_view->
GetLocationBarView
()->manage_passwords_icon_view();
/external/chromium/chrome/browser/ui/views/frame/
browser_view.h
315
virtual LocationBarView*
GetLocationBarView
() const OVERRIDE;
browser_view.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.cc
169
GetToolbar()->
GetLocationBarView
()->location_icon_widget();
228
GetToolbar()->
GetLocationBarView
()->location_icon_widget();
Completed in 623 milliseconds