/external/autotest/frontend/client/src/autotest/common/table/ |
D | FragmentedTable.java | 7 import com.google.gwt.user.client.DOM; 57 Element tbody = DOM.getFirstChild(getElement()); in updateBodyElems() 58 for(; tbody != null; tbody = DOM.getNextSibling(tbody)) { in updateBodyElems() 85 Element tr = DOM.getParent(td); in getCellPosition() 86 Element body = DOM.getParent(tr); in getCellPosition() 87 int fragmentIndex = DOM.getChildIndex(getElement(), body); in getCellPosition() 88 int rowWithinFragment = DOM.getChildIndex(body, tr); in getCellPosition() 90 int column = DOM.getChildIndex(tr, td); in getCellPosition() 99 Element td = DOM.eventGetTarget(event); in getEventTargetCell() 100 for (; td != null; td = DOM.getParent(td)) { in getEventTargetCell() [all …]
|
D | TableRenderer.java | 8 import com.google.gwt.user.client.DOM; 83 Element tempDiv = DOM.createDiv(); in renderBody()
|
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/ |
D | debug.js | 5 MochiKit.DOM.hideElement(anchor.expandedElement); 12 MochiKit.DOM.showElement(anchor.expandedElement); 22 var el = MochiKit.DOM.DIV({}); 60 MochiKit.DOM.showElement(output); 80 MochiKit.DOM.showElement('error-area'); 86 MochiKit.DOM.hideElement('error-area'); 97 var newEl = MochiKit.DOM.TEXTAREA(stdops); 102 var newEl = MochiKit.DOM.INPUT(stdops); 107 MochiKit.DOM.swapDOM(input, newEl); 158 MochiKit.DOM.showElement(span); [all …]
|
D | MochiKit.packed.js | 925 if(typeof (MochiKit.DOM)!="undefined"&&arguments.length==1&&(typeof (_135)=="string"||(typeof (_135… 926 var kv=MochiKit.DOM.formContents(_135); 2740 MochiKit.DOM.NAME="MochiKit.DOM"; 2741 MochiKit.DOM.VERSION="1.4.2"; 2742 MochiKit.DOM.__repr__=function(){ 2745 MochiKit.DOM.toString=function(){ 2748 MochiKit.DOM.EXPORT=["removeEmptyTextNodes","formContents","currentWindow","currentDocument","withW… 2749 MochiKit.DOM.EXPORT_OK=["domConverters"]; 2750 MochiKit.DOM.DEPRECATED=[["computedStyle","MochiKit.Style.getStyle","1.4"],["elementDimensions","Mo… 2751 MochiKit.Base.update(MochiKit.DOM,{currentWindow:function(){ [all …]
|
/external/autotest/frontend/client/src/autotest/common/ui/ |
D | ElementWidget.java | 3 import com.google.gwt.user.client.DOM; 20 DOM.removeChild(DOM.getParent(element), element); in ElementWidget() 24 this(DOM.getElementById(elementId)); in ElementWidget()
|
D | RightClickTable.java | 8 import com.google.gwt.user.client.DOM; 61 Element tr = DOM.getParent(td); 62 Element body = DOM.getParent(tr); 63 int row = DOM.getChildIndex(body, tr); 64 int column = DOM.getChildIndex(tr, td);
|
D | RealHyperlink.java | 4 import com.google.gwt.user.client.DOM; 11 link = DOM.createAnchor(); in RealHyperlink()
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | README.md | 12 **Shadow DOM**: provides encapsulation by hiding DOM subtrees under shadow roots ([spec](https://w3… 23 `webcomponents-lite.js` includes all polyfills except for shadow DOM. 35 | Shadow DOM | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | 41 ~Indicates support may be flaky. If using Custom Elements or HTML Imports with Shadow DOM, 42 you will get the non-flaky Mutation Observer polyfill that Shadow DOM includes.
|
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/ |
D | README.md | 12 **Shadow DOM**: provides encapsulation by hiding DOM subtrees under shadow roots ([spec](https://w3… 23 `webcomponents-lite.js` includes all polyfills except for shadow DOM. 35 | Shadow DOM | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | 41 ~Indicates support may be flaky. If using Custom Elements or HTML Imports with Shadow DOM, 42 you will get the non-flaky Mutation Observer polyfill that Shadow DOM includes.
|
/external/chromium-trace/catapult/tracing/docs/ |
D | coordinate-systems.md | 6 pictures created in one browser in the DOM of another browser window. 11 The snapshot view lives in a quad-stack-viewer DOM element. This is area of 36 The quad-stack-viewer DOM element is positioned by CSS at some offset in the 40 The CSS transforms move us from the DOM coordinate system to the world system. 41 *What is the origin of the canvas in the DOM coordinate system
|
/external/libxml2/doc/ |
D | DOM.fig | 63 4 0 0 0 0 0 18 0.0000 4 195 1395 2175 1575 DOM server\001 64 4 0 0 0 0 0 18 0.0000 4 195 1335 4200 1650 DOM client\001
|
D | structure.fig | 234 4 0 0 0 0 -1 20 0.0000 4 255 4665 5175 825 A DOM tree as built by the XML parser\001
|
D | Makefile.am | 13 PAGES= architecture.html bugs.html contribs.html docs.html DOM.html \ 70 DOM.gif \ 71 DOM.html \ 337 …srcdir)/encoding.html $(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(srcdir)/small…
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_ssa.cpp | 62 #define DOM(i) (data[(i) + 4 * count]) macro 72 INFO("DOM(%i) = %i\n", i, DOM(i)); in debugPrint() 158 DOM(v) = (SEMI(u) < SEMI(v)) ? u : p; in build() 162 if (DOM(w) != SEMI(w)) in build() 163 DOM(w) = DOM(DOM(w)); in build() 165 DOM(0) = 0; in build() 171 nw = &BasicBlock::get(vert[DOM(v)])->dom;; in build() 187 #undef DOM
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | DateTimeRule.java | 28 public static final int DOM = 0; field in DateTimeRule 102 dateRuleType = DOM; in DateTimeRule() 271 case DOM: in toString()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | DateTimeRule.java | 27 public static final int DOM = 0; field in DateTimeRule 87 dateRuleType = DOM; in DateTimeRule() 236 case DOM: in toString()
|
/external/libxml2/ |
D | TODO | 136 - DOM needs 144 - DOM needs 252 interface. Currently the DOM-like representation is built but 257 - DOM support, instead of using a proprietary in memory 259 call a DOM API to actually build the resulting document. 265 very near a direct DOM implementation. The DOM glue is implemented
|
/external/autotest/frontend/client/src/autotest/tko/ |
D | TkoUtils.java | 15 import com.google.gwt.user.client.DOM; 55 DOM.getElementById(elementId).getStyle().setProperty("display", visible ? "" : "none"); in setElementVisible()
|
D | FilterStringViewer.java | 11 import com.google.gwt.user.client.DOM; 130 DOM.eventGetCurrentEvent().stopPropagation(); in changeEditable()
|
/external/chromium-trace/catapult/third_party/html5lib-python/ |
D | CHANGES.rst | 105 * Removed ``dom2sax`` from DOM treebuilders. It has been replaced by 140 * Removed default DOM treebuilder, so ``html5lib.treebuilders.dom`` is no 142 return the default DOM treebuilder, which uses ``xml.dom.minidom``.
|
/external/chromium-trace/catapult/tracing/third_party/css-element-queries/ |
D | README.md | 12 …via window.resize event and not inside layout changes like css3 animation, :hover, DOM changes etc. 18 …- works with any layout modifications: HTML (innerHTML etc), inline styles, DOM mutation, CSS3 tra…
|
/external/selinux/checkpolicy/ |
D | policy_scan.l | 177 DOM { return(DOM);}
|
/external/icu/icu4c/source/i18n/unicode/ |
D | dtrule.h | 37 DOM = 0, /**< The exact day of month, enumerator
|
/external/chromium-trace/catapult/third_party/flot/ |
D | FAQ.md | 49 put in a DOM element for the graph placeholder where the examples and 62 weird with the DOM or with the CSS that is interfering with Flot.
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/ |
D | README.md | 14 * [Parser](#class-parser) - HTML to DOM-tree parser. 16 * [Serializer](#class-serializer) - DOM-tree to HTML code serializer. 225 You can create a custom tree adapter so parse5 can work with your own DOM-tree implementation.
|