/external/chromium/chrome/browser/ui/gtk/ |
D | page_info_bubble_gtk.cc | 44 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()
|
D | browser_window_gtk.h | 116 bool show_history);
|
D | browser_window_gtk.cc | 980 bool show_history) { in ShowPageInfo() argument 981 browser::ShowPageInfoBubble(window_, profile, url, ssl, show_history); in ShowPageInfo()
|
/external/chromium/chrome/browser/ui/views/ |
D | page_info_bubble_view.cc | 91 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()
|
D | page_info_bubble_view.h | 30 bool show_history);
|
/external/chromium/chrome/browser/ |
D | page_info_window.h | 21 bool show_history);
|
D | page_info_model.h | 83 bool show_history,
|
D | page_info_model.cc | 29 bool show_history, in PageInfoModel() argument 271 if (show_history && history) { in PageInfoModel()
|
D | external_tab_container_win.cc | 66 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()
|
D | external_tab_container_win.h | 152 bool show_history);
|
/external/chromium/chrome/browser/ui/panels/ |
D | panel.h | 106 bool show_history);
|
D | panel.cc | 279 bool show_history) { in ShowPageInfo() argument
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | browser_window_cocoa.h | 94 bool show_history);
|
D | page_info_bubble_controller.mm | 150 bool show_history) { 153 new PageInfoModel(profile, url, ssl, show_history, bridge);
|
D | browser_window_cocoa.mm | 380 bool show_history) { 381 browser::ShowPageInfoBubble(window(), profile, url, ssl, show_history);
|
/external/chromium/chrome/browser/ui/ |
D | browser_window.h | 276 bool show_history) = 0;
|
D | browser.h | 803 bool show_history);
|
D | browser.cc | 3211 bool show_history) { in ShowPageInfo() argument 3212 window()->ShowPageInfo(profile, url, ssl, show_history); in ShowPageInfo()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_view.h | 291 bool show_history) OVERRIDE;
|
D | browser_view.cc | 1053 bool show_history) { in ShowPageInfo() argument 1056 browser::ShowPageInfoBubble(parent, profile, url, ssl, show_history); in ShowPageInfo()
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_contents.h | 427 bool show_history);
|