Home
last modified time | relevance | path

Searched refs:pushElement (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/
Dformatting_element_list_test.js30 list.pushElement(element1, element1Token);
36 list.pushElement(element2, element2Token);
51 list.pushElement(element1, token);
54 list.pushElement(element2, token);
55 list.pushElement(element3, token);
80 list.pushElement(element1, token1);
81 list.pushElement(element1, token2);
82 list.pushElement(element2, token3);
83 list.pushElement(element1, token4);
91 list.pushElement(element1, token5);
[all …]
/external/deqp/scripts/log/
Dlog_to_xml.py43 def pushElement (self, elem): member in BuildXMLLogHandler
70 self.pushElement(elem)
/external/skia/src/core/
DSkClipStack.cpp676 void SkClipStack::pushElement(const Element& element) { in pushElement() function in SkClipStack
723 this->pushElement(element); in clipDevRRect()
728 this->pushElement(element); in clipDevRect()
733 this->pushElement(element); in clipDevPath()
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
Dformatting_element_list.js93 FormattingElementList.prototype.pushElement = function (element, token) { method in FormattingElementList
Dparser.js1373 p.activeFormattingElements.pushElement(p.openElements.current, token);
1379 p.activeFormattingElements.pushElement(p.openElements.current, token);
1391 p.activeFormattingElements.pushElement(p.openElements.current, token);
/external/skia/include/core/
DSkClipStack.h464 void pushElement(const Element& element);
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
Dparse5.js4382 FormattingElementList.prototype.pushElement = function (element, token) {
6411 p.activeFormattingElements.pushElement(p.openElements.current, token);
6417 p.activeFormattingElements.pushElement(p.openElements.current, token);
6429 p.activeFormattingElements.pushElement(p.openElements.current, token);