Home
last modified time | relevance | path

Searched refs:show_history (Results 1 – 21 of 21) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/
Dpage_info_bubble_gtk.cc44 bool show_history);
106 bool show_history) in PageInfoBubbleGtk() argument
108 show_history, this)), in PageInfoBubbleGtk()
288 bool show_history) { in ShowPageInfoBubble() argument
289 new PageInfoBubbleGtk(parent, profile, url, ssl, show_history); in ShowPageInfoBubble()
Dbrowser_window_gtk.h116 bool show_history);
Dbrowser_window_gtk.cc980 bool show_history) { in ShowPageInfo() argument
981 browser::ShowPageInfoBubble(window_, profile, url, ssl, show_history); in ShowPageInfo()
/external/chromium/chrome/browser/ui/views/
Dpage_info_bubble_view.cc91 bool show_history) in PageInfoBubbleView() argument
93 show_history, this)), in PageInfoBubbleView()
355 bool show_history) { in ShowPageInfoBubble() argument
373 new PageInfoBubbleView(parent, profile, url, ssl, show_history); in ShowPageInfoBubble()
Dpage_info_bubble_view.h30 bool show_history);
/external/chromium/chrome/browser/
Dpage_info_window.h21 bool show_history);
Dpage_info_model.h83 bool show_history,
Dpage_info_model.cc29 bool show_history, in PageInfoModel() argument
271 if (show_history && history) { in PageInfoModel()
Dexternal_tab_container_win.cc66 bool show_history) in ExternalTabPageInfoBubbleView() argument
67 : PageInfoBubbleView(parent_window, profile, url, ssl, show_history), in ExternalTabPageInfoBubbleView()
561 bool show_history) { in ShowPageInfo() argument
570 ssl, show_history); in ShowPageInfo()
Dexternal_tab_container_win.h152 bool show_history);
/external/chromium/chrome/browser/ui/panels/
Dpanel.h106 bool show_history);
Dpanel.cc279 bool show_history) { in ShowPageInfo() argument
/external/chromium/chrome/browser/ui/cocoa/
Dbrowser_window_cocoa.h94 bool show_history);
Dpage_info_bubble_controller.mm150 bool show_history) {
153 new PageInfoModel(profile, url, ssl, show_history, bridge);
Dbrowser_window_cocoa.mm380 bool show_history) {
381 browser::ShowPageInfoBubble(window(), profile, url, ssl, show_history);
/external/chromium/chrome/browser/ui/
Dbrowser_window.h276 bool show_history) = 0;
Dbrowser.h803 bool show_history);
Dbrowser.cc3211 bool show_history) { in ShowPageInfo() argument
3212 window()->ShowPageInfo(profile, url, ssl, show_history); in ShowPageInfo()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.h291 bool show_history) OVERRIDE;
Dbrowser_view.cc1053 bool show_history) { in ShowPageInfo() argument
1056 browser::ShowPageInfoBubble(parent, profile, url, ssl, show_history); in ShowPageInfo()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents.h427 bool show_history);