/external/chromium/chrome/browser/ui/views/ |
D | first_run_bubble.h | 41 virtual bool CloseOnEscape() { return true; } in CloseOnEscape() function
|
D | page_info_bubble_view.h | 46 virtual bool CloseOnEscape();
|
D | page_info_bubble_view.cc | 218 bool PageInfoBubbleView::CloseOnEscape() { in CloseOnEscape() function in PageInfoBubbleView
|
/external/chromium/chrome/browser/chromeos/ |
D | setting_level_bubble.h | 57 virtual bool CloseOnEscape() { return true; } in CloseOnEscape() function
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
D | star_view.h | 39 virtual bool CloseOnEscape() OVERRIDE;
|
D | star_view.cc | 71 bool StarView::CloseOnEscape() { in CloseOnEscape() function in StarView
|
D | content_setting_image_view.h | 53 virtual bool CloseOnEscape() OVERRIDE;
|
D | content_setting_image_view.cc | 225 bool ContentSettingImageView::CloseOnEscape() { in CloseOnEscape() function in ContentSettingImageView
|
/external/chromium/chrome/browser/ui/views/extensions/ |
D | extension_installed_bubble.h | 70 virtual bool CloseOnEscape();
|
D | extension_installed_bubble.cc | 375 bool ExtensionInstalledBubble::CloseOnEscape() { in CloseOnEscape() function in ExtensionInstalledBubble
|
/external/chromium/chrome/browser/ui/gtk/ |
D | first_run_bubble.h | 38 virtual bool CloseOnEscape();
|
D | first_run_bubble.cc | 51 bool FirstRunBubble::CloseOnEscape() { in CloseOnEscape() function in FirstRunBubble
|
/external/chromium/chrome/browser/chromeos/login/ |
D | network_screen.h | 68 virtual bool CloseOnEscape() { return true; } in CloseOnEscape() function
|
D | views_login_display.h | 65 virtual bool CloseOnEscape() { return true; } in CloseOnEscape() function
|
D | screen_locker.h | 80 virtual bool CloseOnEscape() { return true; } in CloseOnEscape() function
|
D | eula_view.h | 121 virtual bool CloseOnEscape() { return true; } in CloseOnEscape() function
|
/external/chromium/chrome/browser/chromeos/status/ |
D | network_menu_button.h | 92 virtual bool CloseOnEscape() { return true; } in CloseOnEscape() function
|
/external/chromium/chrome/browser/ui/views/bookmarks/ |
D | bookmark_bubble_view.h | 91 virtual bool CloseOnEscape();
|
D | bookmark_bubble_view.cc | 340 bool BookmarkBubbleView::CloseOnEscape() { in CloseOnEscape() function in BookmarkBubbleView 341 return delegate_ ? delegate_->CloseOnEscape() : true; in CloseOnEscape()
|
/external/chromium/chrome/browser/speech/ |
D | speech_input_bubble_views.cc | 272 virtual bool CloseOnEscape(); 322 bool SpeechInputBubbleImpl::CloseOnEscape() { in CloseOnEscape() function in __anona50324810111::SpeechInputBubbleImpl
|
/external/chromium/chrome/browser/ui/views/bubble/ |
D | bubble.h | 55 virtual bool CloseOnEscape() = 0;
|
D | bubble.cc | 370 if (!delegate_ || delegate_->CloseOnEscape()) { in AcceleratorPressed()
|