Searched defs:show_history (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/browser/
H A Dpage_info_model.cc29 bool show_history,
271 if (show_history && history) {
26 PageInfoModel(Profile* profile, const GURL& url, const NavigationEntry::SSLStatus& ssl, bool show_history, PageInfoModelObserver* observer) argument
H A Dexternal_tab_container_win.cc66 bool show_history)
67 : PageInfoBubbleView(parent_window, profile, url, ssl, show_history),
561 bool show_history) {
570 ssl, show_history);
61 ExternalTabPageInfoBubbleView(ExternalTabContainer* container, gfx::NativeWindow parent_window, Profile* profile, const GURL& url, const NavigationEntry::SSLStatus& ssl, bool show_history) argument
558 ShowPageInfo(Profile* profile, const GURL& url, const NavigationEntry::SSLStatus& ssl, bool show_history) argument
/external/chromium/chrome/browser/ui/gtk/
H A Dpage_info_bubble_gtk.cc44 bool show_history);
106 bool show_history)
108 show_history, this)),
288 bool show_history) {
289 new PageInfoBubbleGtk(parent, profile, url, ssl, show_history);
102 PageInfoBubbleGtk(gfx::NativeWindow parent, Profile* profile, const GURL& url, const NavigationEntry::SSLStatus& ssl, bool show_history) argument
284 ShowPageInfoBubble(gfx::NativeWindow parent, Profile* profile, const GURL& url, const NavigationEntry::SSLStatus& ssl, bool show_history) argument
H A Dbrowser_window_gtk.cc980 bool show_history) {
981 browser::ShowPageInfoBubble(window_, profile, url, ssl, show_history);
977 ShowPageInfo(Profile* profile, const GURL& url, const NavigationEntry::SSLStatus& ssl, bool show_history) argument
/external/chromium/chrome/browser/ui/views/
H A Dpage_info_bubble_view.cc91 bool show_history)
93 show_history, this)),
355 bool show_history) {
373 new PageInfoBubbleView(parent, profile, url, ssl, show_history);
87 PageInfoBubbleView(gfx::NativeWindow parent_window, Profile* profile, const GURL& url, const NavigationEntry::SSLStatus& ssl, bool show_history) argument
351 ShowPageInfoBubble(gfx::NativeWindow parent, Profile* profile, const GURL& url, const NavigationEntry::SSLStatus& ssl, bool show_history) argument
/external/chromium/chrome/browser/ui/panels/
H A Dpanel.cc279 bool show_history) {
276 ShowPageInfo(Profile* profile, const GURL& url, const NavigationEntry::SSLStatus& ssl, bool show_history) argument
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1053 bool show_history) {
1056 browser::ShowPageInfoBubble(parent, profile, url, ssl, show_history);
1050 ShowPageInfo(Profile* profile, const GURL& url, const NavigationEntry::SSLStatus& ssl, bool show_history) argument
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc3211 bool show_history) {
3212 window()->ShowPageInfo(profile, url, ssl, show_history);
3208 ShowPageInfo(Profile* profile, const GURL& url, const NavigationEntry::SSLStatus& ssl, bool show_history) argument

Completed in 245 milliseconds