Searched defs:CanClose (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dbrowser_extension_window_controller.cc67 bool BrowserExtensionWindowController::CanClose(Reason* reason) const { function in class:BrowserExtensionWindowController
/external/chromium_org/ui/views/window/
H A Dclient_view.cc38 bool ClientView::CanClose() { function in class:views::ClientView
H A Ddialog_client_view.cc109 bool DialogClientView::CanClose() { function in class:views::DialogClientView
H A Dnon_client_view.cc68 bool NonClientView::CanClose() { function in class:views::NonClientView
69 return client_view_->CanClose();
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dash_panel_contents.cc46 virtual bool CanClose(Reason* reason) const OVERRIDE;
131 bool AshPanelWindowController::CanClose(Reason* reason) const { function in class:AshPanelWindowController
/external/chromium_org/ui/views/controls/webview/
H A Dweb_dialog_view.cc95 bool WebDialogView::CanClose() { function in class:views::WebDialogView
96 // If CloseContents() is called before CanClose(), which is called by
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel.cc60 virtual bool CanClose(Reason* reason) const OVERRIDE;
139 bool PanelExtensionWindowController::CanClose(Reason* reason) const { function in class:panel_internal::PanelExtensionWindowController
/external/chromium_org/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc643 if (!CanClose())
1424 bool BrowserWindowGtk::CanClose() const { function in class:BrowserWindowGtk
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1729 bool BrowserView::CanClose() { function in class:BrowserView
/external/chromium/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.cc659 if (!CanClose())
1430 bool BrowserWindowGtk::CanClose() const { function in class:BrowserWindowGtk
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc1558 bool BrowserView::CanClose() { function in class:BrowserView

Completed in 377 milliseconds