Searched refs:dom (Results 1 - 25 of 399) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/src/views/
H A DSkParsePaint.cpp14 static SkShader* inflate_shader(const SkDOM& dom, const SkDOM::Node* node) argument
16 if ((node = dom.getFirstChild(node, "shader")) == NULL)
21 if (dom.hasAttr(node, "type", "linear-gradient"))
27 if ((str = dom.findAttr(node, "c0")) != NULL &&
29 (str = dom.findAttr(node, "c1")) != NULL &&
31 dom.findScalars(node, "p0", &pts[0].fX, 2) &&
32 dom.findScalars(node, "p1", &pts[1].fX, 2))
37 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0)
42 else if (dom.hasAttr(node, "type", "bitmap"))
44 if ((str = dom
63 SkPaint_Inflate(SkPaint* paint, const SkDOM& dom, const SkDOM::Node* node) argument
[all...]
H A DSkViewInflate.cpp20 void SkViewInflate::rInflate(const SkDOM& dom, const SkDOM::Node* node, SkView* parent) argument
22 const char* str = dom.findAttr(node, "id");
26 const SkDOM::Node* child = dom.getFirstChild(node);
29 SkView* view = this->createView(dom, child);
32 this->rInflate(dom, child, view);
37 const char* name = dom.getName(child);
40 if (!strcmp(name, "listenTo") && (target = dom.findAttr(child, "target")) != NULL)
43 if (!strcmp(name, "broadcastTo") && (target = dom.findAttr(child, "target")) != NULL)
46 child = dom.getNextSibling(child);
50 this->inflateView(parent, dom, nod
53 inflateView(SkView* view, const SkDOM& dom, const SkDOM::Node* node) argument
61 inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root) argument
103 SkDOM dom; local
116 createView(const SkDOM& dom, const SkDOM::Node* node) argument
[all...]
H A DSkBGViewArtist.cpp27 void SkBGViewArtist::onInflate(const SkDOM& dom, const SkDOM::Node* node) argument
29 SkPaint_Inflate(&fPaint, dom, node);
/external/skia/src/views/
H A DSkParsePaint.cpp14 static SkShader* inflate_shader(const SkDOM& dom, const SkDOM::Node* node) argument
16 if ((node = dom.getFirstChild(node, "shader")) == NULL)
21 if (dom.hasAttr(node, "type", "linear-gradient"))
27 if ((str = dom.findAttr(node, "c0")) != NULL &&
29 (str = dom.findAttr(node, "c1")) != NULL &&
31 dom.findScalars(node, "p0", &pts[0].fX, 2) &&
32 dom.findScalars(node, "p1", &pts[1].fX, 2))
37 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0)
42 else if (dom.hasAttr(node, "type", "bitmap"))
44 if ((str = dom
63 SkPaint_Inflate(SkPaint* paint, const SkDOM& dom, const SkDOM::Node* node) argument
[all...]
H A DSkViewInflate.cpp20 void SkViewInflate::rInflate(const SkDOM& dom, const SkDOM::Node* node, SkView* parent) argument
22 const char* str = dom.findAttr(node, "id");
26 const SkDOM::Node* child = dom.getFirstChild(node);
29 SkView* view = this->createView(dom, child);
32 this->rInflate(dom, child, view);
37 const char* name = dom.getName(child);
40 if (!strcmp(name, "listenTo") && (target = dom.findAttr(child, "target")) != NULL)
43 if (!strcmp(name, "broadcastTo") && (target = dom.findAttr(child, "target")) != NULL)
46 child = dom.getNextSibling(child);
50 this->inflateView(parent, dom, nod
53 inflateView(SkView* view, const SkDOM& dom, const SkDOM::Node* node) argument
61 inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root) argument
103 SkDOM dom; local
116 createView(const SkDOM& dom, const SkDOM::Node* node) argument
[all...]
H A DSkBGViewArtist.cpp27 void SkBGViewArtist::onInflate(const SkDOM& dom, const SkDOM::Node* node) argument
29 SkPaint_Inflate(&fPaint, dom, node);
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeListBase.java22 import org.w3c.dom.Node;
54 public class DTMNodeListBase implements org.w3c.dom.NodeList {
59 // org.w3c.dom.NodeList API follows
/external/chromium_org/third_party/webtreemap/src/
H A Dwebtreemap.js36 if (sibling.dom)
37 sibling.dom.style.zIndex = 0;
40 var width = root.dom.offsetWidth;
41 var height = root.dom.offsetHeight;
46 position(t.dom, -kBorderWidth, -kBorderWidth, width, height);
47 t.dom.style.zIndex = 1;
54 var dom = document.createElement('div');
55 dom.style.zIndex = 1;
56 dom.className = 'webtreemap-node webtreemap-level' + Math.min(level, 4);
58 dom
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DDOM3Serializer.java26 import org.w3c.dom.DOMErrorHandler;
27 import org.w3c.dom.Node;
28 import org.w3c.dom.ls.LSSerializerFilter;
58 * public org.w3c.dom.Document getDocument() throws Exception {
65 * org.w3c.dom.Document doc = builder.parse(is);
71 * // org.w3c.dom.bootstrap.DOMImplementationRegistry
72 * // org.w3c.dom.ls.DOMImplementationLS
73 * // org.w3c.dom.ls.DOMImplementationLS
74 * // org.w3c.dom.ls.LSSerializer
75 * // org.w3c.dom
[all...]
H A DDOMSerializer.java25 import org.w3c.dom.Node;
38 * org.w3c.dom.Document doc = ...;
H A DTransformStateSetter.java25 import org.w3c.dom.Node;
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DNodeConsumer.java23 import org.w3c.dom.Node;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
H A Dunittestresults.py30 import xml.dom.minidom namespace
41 dom = xml.dom.minidom.parseString(string)
43 for testcase in dom.getElementsByTagName('testcase'):
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
H A Dwebtreemap.js55 if (sibling.dom)
56 sibling.dom.style.zIndex = 0;
59 var width = root.dom.offsetWidth;
60 var height = root.dom.offsetHeight;
65 position(t.dom, -kBorderWidth, -kBorderWidth, width, height);
66 t.dom.style.zIndex = 1;
74 var dom = document.createElement('div');
75 dom.style.zIndex = 1;
76 dom.className = 'webtreemap-node webtreemap-level' + Math.min(level, 4);
78 dom
[all...]
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_dom.target.darwin-arm.mk28 third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp \
29 third_party/WebKit/Source/core/dom/AddConsoleMessageTask.cpp \
30 third_party/WebKit/Source/core/dom/Attr.cpp \
31 third_party/WebKit/Source/core/dom/CDATASection.cpp \
32 third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp \
33 third_party/WebKit/Source/core/dom/CharacterData.cpp \
34 third_party/WebKit/Source/core/dom/ChildFrameDisconnector.cpp \
35 third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp \
36 third_party/WebKit/Source/core/dom/ChildNodeList.cpp \
37 third_party/WebKit/Source/core/dom/ClassCollectio
[all...]
H A Dwebcore_dom.target.darwin-arm64.mk28 third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp \
29 third_party/WebKit/Source/core/dom/AddConsoleMessageTask.cpp \
30 third_party/WebKit/Source/core/dom/Attr.cpp \
31 third_party/WebKit/Source/core/dom/CDATASection.cpp \
32 third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp \
33 third_party/WebKit/Source/core/dom/CharacterData.cpp \
34 third_party/WebKit/Source/core/dom/ChildFrameDisconnector.cpp \
35 third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp \
36 third_party/WebKit/Source/core/dom/ChildNodeList.cpp \
37 third_party/WebKit/Source/core/dom/ClassCollectio
[all...]
H A Dwebcore_dom.target.darwin-mips.mk28 third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp \
29 third_party/WebKit/Source/core/dom/AddConsoleMessageTask.cpp \
30 third_party/WebKit/Source/core/dom/Attr.cpp \
31 third_party/WebKit/Source/core/dom/CDATASection.cpp \
32 third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp \
33 third_party/WebKit/Source/core/dom/CharacterData.cpp \
34 third_party/WebKit/Source/core/dom/ChildFrameDisconnector.cpp \
35 third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp \
36 third_party/WebKit/Source/core/dom/ChildNodeList.cpp \
37 third_party/WebKit/Source/core/dom/ClassCollectio
[all...]
H A Dwebcore_dom.target.darwin-x86.mk28 third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp \
29 third_party/WebKit/Source/core/dom/AddConsoleMessageTask.cpp \
30 third_party/WebKit/Source/core/dom/Attr.cpp \
31 third_party/WebKit/Source/core/dom/CDATASection.cpp \
32 third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp \
33 third_party/WebKit/Source/core/dom/CharacterData.cpp \
34 third_party/WebKit/Source/core/dom/ChildFrameDisconnector.cpp \
35 third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp \
36 third_party/WebKit/Source/core/dom/ChildNodeList.cpp \
37 third_party/WebKit/Source/core/dom/ClassCollectio
[all...]
H A Dwebcore_dom.target.darwin-x86_64.mk28 third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp \
29 third_party/WebKit/Source/core/dom/AddConsoleMessageTask.cpp \
30 third_party/WebKit/Source/core/dom/Attr.cpp \
31 third_party/WebKit/Source/core/dom/CDATASection.cpp \
32 third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp \
33 third_party/WebKit/Source/core/dom/CharacterData.cpp \
34 third_party/WebKit/Source/core/dom/ChildFrameDisconnector.cpp \
35 third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp \
36 third_party/WebKit/Source/core/dom/ChildNodeList.cpp \
37 third_party/WebKit/Source/core/dom/ClassCollectio
[all...]
H A Dwebcore_dom.target.linux-arm.mk28 third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp \
29 third_party/WebKit/Source/core/dom/AddConsoleMessageTask.cpp \
30 third_party/WebKit/Source/core/dom/Attr.cpp \
31 third_party/WebKit/Source/core/dom/CDATASection.cpp \
32 third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp \
33 third_party/WebKit/Source/core/dom/CharacterData.cpp \
34 third_party/WebKit/Source/core/dom/ChildFrameDisconnector.cpp \
35 third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp \
36 third_party/WebKit/Source/core/dom/ChildNodeList.cpp \
37 third_party/WebKit/Source/core/dom/ClassCollectio
[all...]
H A Dwebcore_dom.target.linux-arm64.mk28 third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp \
29 third_party/WebKit/Source/core/dom/AddConsoleMessageTask.cpp \
30 third_party/WebKit/Source/core/dom/Attr.cpp \
31 third_party/WebKit/Source/core/dom/CDATASection.cpp \
32 third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp \
33 third_party/WebKit/Source/core/dom/CharacterData.cpp \
34 third_party/WebKit/Source/core/dom/ChildFrameDisconnector.cpp \
35 third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp \
36 third_party/WebKit/Source/core/dom/ChildNodeList.cpp \
37 third_party/WebKit/Source/core/dom/ClassCollectio
[all...]
H A Dwebcore_dom.target.linux-mips.mk28 third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp \
29 third_party/WebKit/Source/core/dom/AddConsoleMessageTask.cpp \
30 third_party/WebKit/Source/core/dom/Attr.cpp \
31 third_party/WebKit/Source/core/dom/CDATASection.cpp \
32 third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp \
33 third_party/WebKit/Source/core/dom/CharacterData.cpp \
34 third_party/WebKit/Source/core/dom/ChildFrameDisconnector.cpp \
35 third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp \
36 third_party/WebKit/Source/core/dom/ChildNodeList.cpp \
37 third_party/WebKit/Source/core/dom/ClassCollectio
[all...]
H A Dwebcore_dom.target.linux-x86.mk28 third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp \
29 third_party/WebKit/Source/core/dom/AddConsoleMessageTask.cpp \
30 third_party/WebKit/Source/core/dom/Attr.cpp \
31 third_party/WebKit/Source/core/dom/CDATASection.cpp \
32 third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp \
33 third_party/WebKit/Source/core/dom/CharacterData.cpp \
34 third_party/WebKit/Source/core/dom/ChildFrameDisconnector.cpp \
35 third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp \
36 third_party/WebKit/Source/core/dom/ChildNodeList.cpp \
37 third_party/WebKit/Source/core/dom/ClassCollectio
[all...]
H A Dwebcore_dom.target.linux-x86_64.mk28 third_party/WebKit/Source/core/dom/ActiveDOMObject.cpp \
29 third_party/WebKit/Source/core/dom/AddConsoleMessageTask.cpp \
30 third_party/WebKit/Source/core/dom/Attr.cpp \
31 third_party/WebKit/Source/core/dom/CDATASection.cpp \
32 third_party/WebKit/Source/core/dom/CSSSelectorWatch.cpp \
33 third_party/WebKit/Source/core/dom/CharacterData.cpp \
34 third_party/WebKit/Source/core/dom/ChildFrameDisconnector.cpp \
35 third_party/WebKit/Source/core/dom/ChildListMutationScope.cpp \
36 third_party/WebKit/Source/core/dom/ChildNodeList.cpp \
37 third_party/WebKit/Source/core/dom/ClassCollectio
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMDOMException.java30 public class DTMDOMException extends org.w3c.dom.DOMException

Completed in 426 milliseconds

1234567891011>>