Home
last modified time | relevance | path

Searched refs:CanClose (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dbrowser_extension_window_controller.h29 virtual bool CanClose(Reason* reason) const OVERRIDE;
Dwindow_controller.h71 virtual bool CanClose(Reason* reason) const = 0;
Dbrowser_extension_window_controller.cc68 bool BrowserExtensionWindowController::CanClose(Reason* reason) const { in CanClose() function in BrowserExtensionWindowController
/external/chromium_org/ui/views/window/
Dclient_view.h43 virtual bool CanClose();
Dclient_view.cc38 bool ClientView::CanClose() { in CanClose() function in views::ClientView
Dnon_client_view.cc71 bool NonClientView::CanClose() { in CanClose() function in views::NonClientView
72 return client_view_->CanClose(); in CanClose()
Ddialog_client_view.h49 virtual bool CanClose() OVERRIDE;
Dnon_client_view.h159 bool CanClose();
Ddialog_client_view.cc128 bool DialogClientView::CanClose() { in CanClose() function in views::DialogClientView
/external/chromium_org/chrome/browser/extensions/api/tabs/
Dash_panel_contents.cc47 virtual bool CanClose(Reason* reason) const OVERRIDE;
132 bool AshPanelWindowController::CanClose(Reason* reason) const { in CanClose() function in AshPanelWindowController
Dtabs_api.cc745 if (!controller->CanClose(&reason)) { in RunSync()
/external/chromium_org/ui/views/controls/webview/
Dweb_dialog_view.h61 virtual bool CanClose() OVERRIDE;
Dweb_dialog_view.cc97 bool WebDialogView::CanClose() { in CanClose() function in views::WebDialogView
/external/chromium_org/chrome/browser/ui/panels/
Dpanel.cc63 virtual bool CanClose(Reason* reason) const OVERRIDE;
143 bool PanelExtensionWindowController::CanClose(Reason* reason) const { in CanClose() function in panel_internal::PanelExtensionWindowController
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.h426 virtual bool CanClose() OVERRIDE;
Dbrowser_view.cc1741 bool BrowserView::CanClose() { in CanClose() function in BrowserView
/external/chromium_org/ui/views/widget/
Dwidget.cc574 can_close = non_client_view_->CanClose(); in Close()