HomeSort by relevance Sort by last modified time
    Searched refs:CanClose (Results 1 - 17 of 17) 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 68 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 159 bool CanClose();
non_client_view.cc 71 bool NonClientView::CanClose() {
72 return client_view_->CanClose();
dialog_client_view.cc 128 bool DialogClientView::CanClose() {
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc 47 virtual bool CanClose(Reason* reason) const OVERRIDE;
132 bool AshPanelWindowController::CanClose(Reason* reason) const {
tabs_api.cc 745 if (!controller->CanClose(&reason)) {
    [all...]
  /external/chromium_org/ui/views/controls/webview/
web_dialog_view.h 61 virtual bool CanClose() OVERRIDE;
web_dialog_view.cc 97 bool WebDialogView::CanClose() {
103 // If CloseContents() is called before CanClose(), which is called by
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.h 426 virtual bool CanClose() OVERRIDE;
browser_view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel.cc 63 virtual bool CanClose(Reason* reason) const OVERRIDE;
143 bool PanelExtensionWindowController::CanClose(Reason* reason) const {
  /external/chromium_org/ui/views/widget/
widget.cc 574 can_close = non_client_view_->CanClose();
    [all...]

Completed in 1117 milliseconds