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

  /external/jsr305/ri/src/main/java/javax/annotation/
WillClose.java 13 public @interface WillClose {
  /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/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/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>
overview-tree.html 106 <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)
index-all.html 234 S possible on an annotated element.<DT><A HREF="./javax/annotation/WillClose.html" title="annotation in javax.annotation"><B>WillClose</B></A> - Annotation Type in <A HREF="./javax/annotation/package-summary.html">javax.annotation</A><DD>&nbsp;<DT><A HREF="./javax/annotation/WillCloseWhenClosed.html" title="annotation in javax.annotation"><B>WillCloseWhenClosed</B></A> - Annotation Type in <A HREF="./javax/annotation/package-summary.html">javax.annotation</A><DD>&nbsp;<DT><A HREF="./javax/annotation/WillNotClose.html" title="annotation in javax.annotation"><B>WillNotClose</B></A> - Annotation Type in <A HREF="./javax/annotation/package-summary.html">javax.annotation</A><DD>&nbsp;</DL>
  /external/chromium/chrome/browser/ui/cocoa/
constrained_window_mac.mm 126 owner_->WillClose(this);
  /external/chromium/chrome/browser/ui/gtk/
constrained_window_gtk.cc 95 owner_->WillClose(this);
  /external/chromium/chrome/browser/resources/options/
options.js 216 options.OptionsPage.willClose();
options_page.js 464 OptionsPage.willClose = function() {
  /external/chromium/chrome/browser/ui/views/
constrained_window_views.cc 627 owner_->WillClose(this);
  /external/webkit/Source/WebKit/chromium/public/
WebFrameClient.h 104 virtual void willClose(WebFrame*) { }
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.cpp 682 m_webFrame->client()->willClose(m_webFrame);
    [all...]
  /external/chromium/chrome/browser/tab_contents/
tab_contents.h 540 void WillClose(ConstrainedWindow* window);
    [all...]
web_contents_unittest.cc     [all...]

Completed in 1044 milliseconds