HomeSort by relevance Sort by last modified time
    Searched full:removed (Results 126 - 150 of 8141) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/LayoutTests/dom/xhtml/level3/core/
noderemovechild16.js 80 Element child and verify the name of the returned node that was removed. Now attempt
95 var removed;
108 removed = parent.removeChild(child);
109 removedName = removed.nodeName;
noderemovechild17.js 79 node child and verify the contents of the returned node that was removed. Now attempt
93 var removed;
106 removed = parent.removeChild(child);
107 removedValue = removed.nodeValue;
noderemovechild18.js 82 node child and verify the contents of the returned node that was removed. Now attempt
96 var removed;
109 removed = parent.removeChild(child);
110 removedValue = removed.nodeValue;
noderemovechild19.js 80 node child and verify the nodeName of the returned node that was removed. Attempt
96 var removed;
110 removed = parent.removeChild(child);
111 removedName = removed.nodeName;
noderemovechild20.js 79 Element child and verify the name of the returned node that was removed. Now attempt
95 var removed;
109 removed = parent.removeChild(child);
110 removedName = removed.nodeName;
noderemovechild21.js 79 and verify the name of the returned node that was removed. Now append the parent
94 var removed;
110 removed = parent.removeChild(child);
111 removedName = removed.nodeName;
noderemovechild22.js 79 and verify the name of the rturned node that was removed. Now to remove the child
92 var removed;
105 removed = parent.removeChild(child);
106 removedName = removed.nodeValue;
noderemovechild23.js 79 and verify the name of the returned node that was removed. Now to remove the child
92 var removed;
105 removed = parent.removeChild(child);
106 removedName = removed.target;
noderemovechild28.js 79 and verify the name of the returned node that was removed. Now attempt the reverse
95 var removed;
111 removed = parent.removeChild(child);
112 removedName = removed.nodeValue;
noderemovechild29.js 79 and verify the name of the returned node that was removed. Now attempt the reverse
95 var removed;
111 removed = parent.removeChild(child);
112 removedName = removed.nodeValue;
noderemovechild30.js 82 and verify the name of the returned node that was removed. Now attempt the reverse
98 var removed;
115 removed = parent.removeChild(child);
116 removedName = removed.nodeValue;
noderemovechild31.js 80 and verify the name of the returned node that was removed. Now attempt the reverse
98 var removed;
118 removed = parent.removeChild(child);
119 removedName = removed.nodeName;
  /external/webkit/LayoutTests/fast/url/script-tests/
port.js 10 // Empty ports (just a colon) should also be removed
  /external/webkit/Source/WebCore/manual-tests/
onblur-remove.html 25 <p>This tests that elements shouldn't emit any onblur events when they are being removed from the document. To test this, click inside the input field. If If this test is successful, "SUCCESS" should be shown below, otherwise "FAILURE" is shown.</p>
  /external/webkit/Tools/iExploder/iexploder-1.3.2/
LICENSE.txt 20 # 3. This notice may not be removed or altered from any source distribution.
  /frameworks/base/core/java/android/text/style/
UpdateAppearance.java 21 * appearance when one is added or removed must implement this interface. Note
UpdateLayout.java 21 * triggers a text layout update when one is added or removed must implement
  /libcore/luni/src/main/java/java/net/
CookieStore.java 26 * HttpCookies should be removed from this store by themselves.
91 * the cookie to be removed
93 * removed successfully
100 * @return true if any cookies were removed as a result of this call.
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldNodeChangeEventTest.java 126 private int removed = 0; field in class:OldNodeChangeEventTest.MockNodeChangeListener
143 removed++;
160 return removed;
165 removed = 0;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 28 * Takes action to reload the necessary data when a dictionary pack was added/removed.
77 // When the dictionary package is removed, we need to reread dictionary (to use the
84 // TODO: Only reload dictionary on REMOVED when the removed package is the one we
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
SourceChangeHandler.java 45 /** List of source files that have been removed. */
49 if (kind == IResourceDelta.REMOVED || kind == IResourceDelta.CHANGED) {
63 if (kind == IResourceDelta.REMOVED) {
71 // added/changed/removed file.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidExportNature.java 52 * workspace when natures are removed from the project using
54 * by clients. The nature extension id is removed from the list of natures
55 * before this method is called, and need not be removed here.
59 * removed from the project description.
  /sdk/ide_common/src/com/android/ide/common/resources/
ResourceDeltaKind.java 25 CHANGED, ADDED, REMOVED;
  /external/webkit/Source/WebCore/
ChangeLog-2005-12-19 5 - removed unused SPI headers
8 * kwq/DOM-compat.h: Removed.
285 (KJS::JSAbstractEventListener::handleEvent): Cleaned up function, removed double
296 (KJS::JSLazyEventListener::handleEvent): Removed function because the base class
306 return Window* instead of ObjectImp*. Removed listenerObjImp function. Removed
382 (KJS::HTMLElement::textAreaGetter): Removed code that hid the
426 Also removed last two KHTML_NO_CPLUSPLUS_DOM #ifs and turned off.
427 Removed APPLE_COMPILE_HACK, fixing or replacing with #if 0 for now.
430 * ksvg2/KSVGSettings.cpp: Removed
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractCollectionTest.java 136 final String[] removed = new String[3]; local
153 removed[index - 1] = values[index - 1];
167 for (String r : removed) {
169 fail("an unexpected element was removed");
178 final String[] removed = new String[1]; local
195 removed[index - 1] = values[index - 1];
209 assertEquals("0", removed[0]);
247 fail("an unexpected element was removed");

Completed in 393 milliseconds

1 2 3 4 56 7 8 91011>>