Home
last modified time | relevance | path

Searched refs:CanClose (Results 1 – 24 of 24) 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.cc67 bool BrowserExtensionWindowController::CanClose(Reason* reason) const { in CanClose() function in BrowserExtensionWindowController
/external/chromium_org/ui/views/window/
Dclient_view.h43 virtual bool CanClose();
Dnon_client_view.cc68 bool NonClientView::CanClose() { in CanClose() function in views::NonClientView
69 return client_view_->CanClose(); in CanClose()
Dclient_view.cc38 bool ClientView::CanClose() { in CanClose() function in views::ClientView
Ddialog_client_view.h49 virtual bool CanClose() OVERRIDE;
Dnon_client_view.h157 bool CanClose();
Ddialog_client_view.cc110 bool DialogClientView::CanClose() { in CanClose() function in views::DialogClientView
/external/chromium_org/chrome/browser/extensions/api/tabs/
Dash_panel_contents.cc46 virtual bool CanClose(Reason* reason) const OVERRIDE;
132 bool AshPanelWindowController::CanClose(Reason* reason) const { in CanClose() function in AshPanelWindowController
Dtabs_api.cc777 if (!controller->CanClose(&reason)) { in RunImpl()
/external/chromium/chrome/browser/chromeos/frame/
Dpanel_browser_view.cc140 return ::BrowserView::CanClose(); in CanClosePanel()
/external/chromium_org/ui/views/controls/webview/
Dweb_dialog_view.h61 virtual bool CanClose() OVERRIDE;
Dweb_dialog_view.cc102 bool WebDialogView::CanClose() { in CanClose() function in views::WebDialogView
/external/chromium/chrome/browser/ui/gtk/
Dbrowser_window_gtk.h165 bool CanClose() const;
Dbrowser_window_gtk.cc659 if (!CanClose()) in Close()
1430 bool BrowserWindowGtk::CanClose() const { in CanClose() function in BrowserWindowGtk
/external/chromium_org/chrome/browser/ui/panels/
Dpanel.cc60 virtual bool CanClose(Reason* reason) const OVERRIDE;
139 bool PanelExtensionWindowController::CanClose(Reason* reason) const { in CanClose() function in panel_internal::PanelExtensionWindowController
/external/chromium_org/chrome/browser/ui/gtk/
Dbrowser_window_gtk.h218 bool CanClose() const;
Dbrowser_window_gtk.cc642 if (!CanClose()) in Close()
1440 bool BrowserWindowGtk::CanClose() const { in CanClose() function in BrowserWindowGtk
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.h372 virtual bool CanClose() OVERRIDE;
Dbrowser_view.cc1558 bool BrowserView::CanClose() { function in BrowserView
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_view.h428 virtual bool CanClose() OVERRIDE;
Dbrowser_view.cc1763 bool BrowserView::CanClose() { in CanClose() function in BrowserView
/external/chromium_org/ui/views/widget/
Dwidget.cc573 can_close = non_client_view_->CanClose(); in Close()