/external/chromium_org/chrome/browser/resources/options/ |
D | handler_options_list.js | 155 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/ |
D | Cache.java | 241 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/ |
D | NodeSetDTM.java | 575 this.removeElement(n); in removeNode() 968 public boolean removeElement(int s) in removeElement() method in NodeSetDTM 974 return super.removeElement(s); in removeElement()
|
D | NodeSet.java | 419 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/ |
D | ResizerWidget.js | 86 removeElement: function(element) method in WebInspector.ResizerWidget
|
D | SplitView.js | 718 this._resizerWidget.removeElement(resizerElement);
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | IntVector.java | 255 public final boolean removeElement(int s) in removeElement() method in IntVector
|
D | ObjectVector.java | 252 public final boolean removeElement(Object s) in removeElement() method in ObjectVector
|
D | NodeVector.java | 465 public boolean removeElement(int s) in removeElement() method in NodeVector
|
D | SuballocatedIntVector.java | 328 private boolean removeElement(int s) in removeElement() method in SuballocatedIntVector
|
/external/chromium_org/third_party/icu/source/common/ |
D | uvector.h | 182 UBool removeElement(void* obj);
|
D | uniset.cpp | 1205 strings->removeElement((void*) &s); in remove() 1283 strings->removeElement((void*) &s); in complement() 1373 if (!strings->removeElement(e)) { in complementAll()
|
D | uvector.cpp | 242 UBool UVector::removeElement(void* obj) { in removeElement() function in UVector
|
D | serv.cpp | 884 if (factories->removeElement(factory)) { in unregister()
|
/external/icu/icu4c/source/common/ |
D | uvector.h | 165 UBool removeElement(void* obj);
|
D | uniset.cpp | 1207 strings->removeElement((void*) &s); in remove() 1285 strings->removeElement((void*) &s); in complement() 1375 if (!strings->removeElement(e)) { in complementAll()
|
D | uvector.cpp | 243 UBool UVector::removeElement(void* obj) { in removeElement() function in UVector
|
D | serv.cpp | 884 if (factories->removeElement(factory)) { in unregister()
|
/external/icu/icu4c/source/i18n/ |
D | transreg.cpp | 691 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/ |
D | transreg.cpp | 689 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/ |
D | TestCaseEditController.java | 343 currentRule.removeElement(currentTestCase); in OnRemoveTestCase()
|
/external/chromium_org/third_party/skia/experimental/webtry/res/js/ |
D | polyfill.js | 2 …removeElement:function(a){this.removeCallback(a)},addElement:function(a){this.addCallback(a)},elem… method in b
|
/external/skia/experimental/webtry/res/js/ |
D | polyfill.js | 2 …removeElement:function(a){this.removeCallback(a)},addElement:function(a){this.addCallback(a)},elem… method in b
|
/external/chromium_org/third_party/polymer/platform/ |
D | platform.js | 36 …removeElement:function(a){this.removeCallback(a)},addElement:function(a){this.addCallback(a)},elem… method in b
|
/external/smack/asmack-master/jingle/ |
D | 60-remove-jingle_mediaimpl.patch | 2192 - colorList[level+1].removeElement(child);
|