HomeSort by relevance Sort by last modified time
    Searched refs:CanClose (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/browser/extensions/
browser_extension_window_controller.h 29 virtual bool CanClose(Reason* reason) const OVERRIDE;
window_controller.h 71 virtual bool CanClose(Reason* reason) const = 0;
browser_extension_window_controller.cc 67 bool BrowserExtensionWindowController::CanClose(Reason* reason) const {
  /external/chromium_org/ui/views/window/
client_view.h 43 virtual bool CanClose();
client_view.cc 38 bool ClientView::CanClose() {
dialog_client_view.h 49 virtual bool CanClose() OVERRIDE;
non_client_view.h 153 bool CanClose();
non_client_view.cc 68 bool NonClientView::CanClose() {
69 return client_view_->CanClose();
dialog_client_view.cc 109 bool DialogClientView::CanClose() {
  /external/chromium/chrome/browser/chromeos/frame/
panel_browser_view.cc 140 return ::BrowserView::CanClose();
  /external/chromium_org/ui/views/controls/webview/
web_dialog_view.h 60 virtual bool CanClose() OVERRIDE;
web_dialog_view.cc 95 bool WebDialogView::CanClose() {
96 // If CloseContents() is called before CanClose(), which is called by
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc 46 virtual bool CanClose(Reason* reason) const OVERRIDE;
131 bool AshPanelWindowController::CanClose(Reason* reason) const {
tabs_api.cc 852 if (!controller->CanClose(&reason)) {
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
browser_window_gtk.h 165 bool CanClose() const;
browser_window_gtk.cc 659 if (!CanClose())
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.h 212 bool CanClose() const;
browser_window_gtk.cc 643 if (!CanClose())
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.h 372 virtual bool CanClose() OVERRIDE;
browser_view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h 427 virtual bool CanClose() OVERRIDE;
browser_view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 60 virtual bool CanClose(Reason* reason) const OVERRIDE;
139 bool PanelExtensionWindowController::CanClose(Reason* reason) const {
  /external/chromium_org/ui/views/widget/
widget.cc 534 can_close = non_client_view_->CanClose();
    [all...]

Completed in 367 milliseconds