Searched refs:pushElement (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/test/fixtures/ |
D | formatting_element_list_test.js | 30 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/ |
D | log_to_xml.py | 43 def pushElement (self, elem): member in BuildXMLLogHandler 70 self.pushElement(elem)
|
/external/skia/src/core/ |
D | SkClipStack.cpp | 676 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/ |
D | formatting_element_list.js | 93 FormattingElementList.prototype.pushElement = function (element, token) { method in FormattingElementList
|
D | parser.js | 1373 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/ |
D | SkClipStack.h | 464 void pushElement(const Element& element);
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/ |
D | parse5.js | 4382 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);
|