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

  /external/chromium_org/chrome/browser/extensions/
browser_extension_window_controller.cc 68 bool BrowserExtensionWindowController::CanClose(Reason* reason) const {
  /external/chromium_org/ui/views/window/
client_view.cc 38 bool ClientView::CanClose() {
dialog_client_view.cc 128 bool DialogClientView::CanClose() {
non_client_view.cc 71 bool NonClientView::CanClose() {
72 return client_view_->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 {
  /external/chromium_org/ui/views/controls/webview/
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/panels/
panel.cc 63 virtual bool CanClose(Reason* reason) const OVERRIDE;
143 bool PanelExtensionWindowController::CanClose(Reason* reason) const {
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 1074 milliseconds