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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/manual-tests/resources/
mouseevent-on-closeddoc.html 1 <body onload="document.open();document.close();document.open();"></body>
window-close-during-parsing-popup2.html 4 window.close()
open-after-close-popup.html 3 PASS: window.open succeeded after window.close using same name.
window-close-during-parsing-popup1.html 4 window.close();
5 alert('PASS: same script tag after close');
8 alert('FAIL: different script tag after close');
open-close-tokenizer-crash.html 4 self.close();
  /bionic/libc/arch-arm/syscalls/
close.S 5 .type close, #function
6 .globl close
10 close: label
  /bionic/libc/arch-x86/syscalls/
close.S 5 .type close, @function
6 .globl close
9 close: label
  /external/webkit/WebCore/mathml/
mathattrs.in 6 close
  /external/dropbear/libtomcrypt/
fixupind.pl 8 close OUT;
9 close IN;
filter.pl 20 close INS;
29 close TMP;
30 close SRC;
  /external/webkit/WebCore/manual-tests/
open-close-tokenizer-crash.html 3 <input type="button" value="Click Here" onclick="window.open('resources/open-close-tokenizer-crash.html', 'foo');">
4 Click the button above. Another browser window should open and then immediately close without crashing.
window-close-during-parsing.html 3 <p>This test checks a window.close called in the midst of parsing a page.
7 <input type=button value="Run Test 1" onclick='window.open("resources/window-close-during-parsing-popup1.html")'>
8 <p>If this test passes, you should see 'PASS: same script tag after close,'
13 <input type=button value="Run Test 2" onclick='window.open("resources/window-close-during-parsing-popup2.html")'>
14 <p>If this test passes, you should see a window open and then close.
onbeforeunload-close_with_javascript.html 12 <p><b>BUG ID:</b> <a href="rdar://problem/4394910">4394910</a> calling Javascript window.close() does not trigger onbeforeunload event</p>
17 <li>In the window that opens, click the "Close" button.
22 After the close button is clicked, you should see a dialog that reads:</p>
28 <p id="success" style="background-color:palegreen; padding:3px;">You should see the same dialog if you click the "Close" button in the main window.
32 No dialog (as described above) after clicking the "Close" button in the newly opened window, or in the main window.
37 <input type=button value="Close Window" onclick="window.close();"><br>
38 <p>Click the Open Window button. Once the new window is opened, close the new window by clicking the Close Window button (not the browser's close window icon).</p
    [all...]
onbeforeunload-focused-iframe.html 7 <p><b>BUG ID:</b> <a href="https://bugs.webkit.org/show_bug.cgi?id=27481">27481</a> onbeforeunload not called at window close + frame or iframe focused</p>
11 <li>Close this browser window while the inner frame has focus.
16 After the close button is clicked, you should see a dialog that reads:</p>
29 <p>Close this browser window.</p>
  /bionic/libc/arch-sh/syscalls/
close.S 5 .type close, @function
6 .globl close
9 close: label
  /external/webkit/LayoutTests/http/tests/appcache/resources/
crash-when-navigating-away-then-back.html 6 window.close();
13 window.close();
  /external/clearsilver/util/
filter.c 78 close (pi[0]);
79 close (pi[1]);
93 close (pi[0]);
94 close (pi[1]);
98 close (po[0]);
99 close (po[1]);
113 close (pi[1]);
115 close (pi[0]);
120 close (po[0]);
122 close (po[1])
    [all...]
  /external/expat/xmlwf/
unixfilemap.c 37 close(fd);
41 close(fd);
51 close(fd);
58 close(fd);
63 close(fd);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutCursor.java 32 // mShortcuts is used to close the underlying cursor when we're closed.
65 refreshed.close();
88 public void close() { method in class:ShortcutCursor
89 if (DBG) Log.d(TAG, "close()");
91 throw new IllegalStateException("Double close()");
94 mShortcuts.close();
96 cursor.close();
98 super.close();
  /dalvik/libcore/luni/src/test/java/tests/api/java/net/
ServerSocketTest.java 87 cs.close();
122 ss.close();
149 sconn.close();
151 s.close();
159 sconn.close();
161 s.close();
198 ss.close();
224 sconn.close();
225 s.close();
269 sconn.close();
834 theSockets[i].close(); method
1383 protected void close() throws IOException { method in class:ServerSocketTest.MockSocketImpl
    [all...]
  /external/icu4c/data/unidata/
SentenceBreakProperty.txt     [all...]
  /dalvik/libcore/luni/src/test/java/java/net/
SocketTest.java 37 // Now close the socket...
38 s.close();
39 // The RI returns the ANY address but the original local port after close.
43 s.close();
  /external/jsr305/ri/src/main/java/javax/annotation/
WillClose.java 10 * Used to annotate a method parameter to indicate that this method will close
WillCloseWhenClosed.java 11 * object (X) will close the resource when X is closed.
WillNotClose.java 11 * close the resource.

Completed in 121 milliseconds

1 2 3 4 5 6 7 8 91011>>