HomeSort by relevance Sort by last modified time
    Searched full:willclose (Results 1 - 25 of 43) sorted by null

1 2

  /external/jsr305/ri/src/main/java/javax/annotation/
WillClose.java 13 public @interface WillClose {
  /external/chromium_org/components/web_modal/
single_web_contents_dialog_manager.h 29 virtual void WillClose(NativeWebContentsModalDialog dialog) = 0;
41 // so that it can notify its delegate (WillClose method).
54 // If this method causes a WillClose() call to the delegate, the manager
single_popup_manager.h 24 virtual void WillClose(NativePopup popup) = 0;
37 // notify its delegate (WillClose method).
53 // This method must call WillClose() on the delegate.
web_contents_modal_dialog_manager.h 36 // WillClose() when it is being destroyed.
54 virtual void WillClose(NativeWebContentsModalDialog dialog) OVERRIDE;
popup_manager.h 51 virtual void WillClose(NativePopup popup) OVERRIDE;
web_contents_modal_dialog_manager.cc 70 void WebContentsModalDialogManager::WillClose(
74 // The Views tab contents modal dialog calls WillClose twice. Ignore the
popup_manager.cc 88 void PopupManager::WillClose(NativePopup popup) {
  /external/jsr305/javadoc/javax/annotation/
WillClose.html 7 WillClose
10 <META NAME="keywords" CONTENT="javax.annotation.WillClose class">
17 parent.document.title="WillClose";
57 <A HREF="../../index.html?javax/annotation/WillClose.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="WillClose.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
89 Annotation Type WillClose</H2>
94 </FONT>public @interface <B>WillClose</B></DL>
135 <A HREF="../../index.html?javax/annotation/WillClose.html" target="_top"><B>FRAMES</B></A> &nbsp;
136 &nbsp;<A HREF="WillClose.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
package-frame.html 77 <A HREF="WillClose.html" title="annotation in javax.annotation" target="classFrame">WillClose</A>
Untainted.html 55 &nbsp;<A HREF="../../javax/annotation/WillClose.html" title="annotation in javax.annotation"><B>NEXT CLASS</B></A></FONT></TD>
166 &nbsp;<A HREF="../../javax/annotation/WillClose.html" title="annotation in javax.annotation"><B>NEXT CLASS</B></A></FONT></TD>
WillCloseWhenClosed.html 54 &nbsp;<A HREF="../../javax/annotation/WillClose.html" title="annotation in javax.annotation"><B>PREV CLASS</B></A>&nbsp;
132 &nbsp;<A HREF="../../javax/annotation/WillClose.html" title="annotation in javax.annotation"><B>PREV CLASS</B></A>&nbsp;
package-summary.html 204 <TD WIDTH="15%"><B><A HREF="../../javax/annotation/WillClose.html" title="annotation in javax.annotation">WillClose</A></B></TD>
package-tree.html 102 <LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/WillClose.html" title="annotation in javax.annotation"><B>WillClose</B></A> (implements java.lang.annotation.Annotation)
  /external/chromium_org/chrome/browser/resources/help/
help.js 41 PageManager.willClose();
  /external/chromium_org/chrome/browser/resources/chromeos/
bluetooth_pair_device.js 18 PageManager.willClose();
  /external/chromium_org/third_party/jsr-305/
BUILD.gn 34 "src/ri/src/main/java/javax/annotation/WillClose.java",
  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 280 if (!this.willClose()) {
283 if (!this.willClose()) {
371 private boolean willClose() {
384 if (this.willCancel() || this.willClose()) {
401 if (!this.isCanceled() && !this.willClose()) {
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_mac.mm 76 web_contents_modal_dialog_manager->WillClose(this);
  /external/jsr305/javadoc/
allclasses-frame.html 87 <A HREF="javax/annotation/WillClose.html" title="annotation in javax.annotation" target="classFrame">WillClose</A>
allclasses-noframe.html 87 <A HREF="javax/annotation/WillClose.html" title="annotation in javax.annotation">WillClose</A>
  /external/owasp/sanitizer/distrib/lib/
jsr305.jar 
  /external/owasp/sanitizer/lib/jsr305/
jsr305.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
jsr305.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/1.3.9/
jsr305-1.3.9.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/jsr305/2.0.1/
jsr305-2.0.1.jar 

Completed in 1174 milliseconds

1 2