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

  /external/chromium_org/chrome/browser/extensions/
browser_extension_window_controller.cc 67 bool BrowserExtensionWindowController::CanClose(Reason* reason) const {
  /external/chromium_org/ui/views/window/
client_view.cc 38 bool ClientView::CanClose() {
non_client_view.cc 68 bool NonClientView::CanClose() {
69 return client_view_->CanClose();
dialog_client_view.cc 110 bool DialogClientView::CanClose() {
  /external/chromium_org/chrome/browser/extensions/api/tabs/
ash_panel_contents.cc 46 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 102 bool WebDialogView::CanClose() {
108 // If CloseContents() is called before CanClose(), which is called by
  /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/chrome/browser/ui/gtk/
browser_window_gtk.cc 659 if (!CanClose())
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
browser_view.cc     [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.cc 642 if (!CanClose())
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc     [all...]

Completed in 553 milliseconds