Home
last modified time | relevance | path

Searched refs:removeElement (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/chrome/browser/resources/options/
Dhandler_options_list.js155 var removeElement = document.createElement('div');
156 removeElement.textContent =
158 removeElement.addEventListener('click', function(e) {
162 removeElement.className = 'handlers-remove-column handlers-remove-link';
163 this.appendChild(removeElement);
/external/smack/src/org/xbill/DNS/
DCache.java241 removeElement(name, type); in oneElement()
289 removeElement(Name name, int type) { in removeElement() method in Cache
358 removeElement(name, type); in addRRset()
389 removeElement(name, type); in addNegative()
441 removeElement(tname, element.getType()); in lookup()
733 removeElement(name, type); in flushSet()
/external/apache-xml/src/main/java/org/apache/xpath/
DNodeSetDTM.java575 this.removeElement(n); in removeNode()
968 public boolean removeElement(int s) in removeElement() method in NodeSetDTM
974 return super.removeElement(s); in removeElement()
DNodeSet.java419 this.removeElement(n); in removeNode()
1195 public boolean removeElement(Node s) in removeElement() method in NodeSet
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DResizerWidget.js86 removeElement: function(element) method in WebInspector.ResizerWidget
DSplitView.js718 this._resizerWidget.removeElement(resizerElement);
/external/apache-xml/src/main/java/org/apache/xml/utils/
DIntVector.java255 public final boolean removeElement(int s) in removeElement() method in IntVector
DObjectVector.java252 public final boolean removeElement(Object s) in removeElement() method in ObjectVector
DNodeVector.java465 public boolean removeElement(int s) in removeElement() method in NodeVector
DSuballocatedIntVector.java328 private boolean removeElement(int s) in removeElement() method in SuballocatedIntVector
/external/chromium_org/third_party/icu/source/common/
Duvector.h182 UBool removeElement(void* obj);
Duniset.cpp1205 strings->removeElement((void*) &s); in remove()
1283 strings->removeElement((void*) &s); in complement()
1373 if (!strings->removeElement(e)) { in complementAll()
Duvector.cpp242 UBool UVector::removeElement(void* obj) { in removeElement() function in UVector
Dserv.cpp884 if (factories->removeElement(factory)) { in unregister()
/external/icu/icu4c/source/common/
Duvector.h165 UBool removeElement(void* obj);
Duniset.cpp1207 strings->removeElement((void*) &s); in remove()
1285 strings->removeElement((void*) &s); in complement()
1375 if (!strings->removeElement(e)) { in complementAll()
Duvector.cpp243 UBool UVector::removeElement(void* obj) { in removeElement() function in UVector
Dserv.cpp884 if (factories->removeElement(factory)) { in unregister()
/external/icu/icu4c/source/i18n/
Dtransreg.cpp691 availableIDs.removeElement((void*) &id); in remove()
919 availableIDs.removeElement((void*) &ID); in registerEntry()
989 variants->removeElement((void*) &variant); in removeSTV()
/external/chromium_org/third_party/icu/source/i18n/
Dtransreg.cpp689 availableIDs.removeElement((void*) &id); in remove()
917 availableIDs.removeElement((void*) &ID); in registerEntry()
987 variants->removeElement((void*) &variant); in removeSTV()
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
DTestCaseEditController.java343 currentRule.removeElement(currentTestCase); in OnRemoveTestCase()
/external/chromium_org/third_party/skia/experimental/webtry/res/js/
Dpolyfill.js2removeElement:function(a){this.removeCallback(a)},addElement:function(a){this.addCallback(a)},elem… method in b
/external/skia/experimental/webtry/res/js/
Dpolyfill.js2removeElement:function(a){this.removeCallback(a)},addElement:function(a){this.addCallback(a)},elem… method in b
/external/chromium_org/third_party/polymer/platform/
Dplatform.js36removeElement:function(a){this.removeCallback(a)},addElement:function(a){this.addCallback(a)},elem… method in b
/external/smack/asmack-master/jingle/
D60-remove-jingle_mediaimpl.patch2192 - colorList[level+1].removeElement(child);

12