Home
last modified time | relevance | path

Searched refs:currentAttr (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/tokenization/
Dtokenizer.js165 this.currentAttr = null;
338 this.currentAttr = { property
345 return Tokenizer.getTokenAttr(this.currentToken, this.currentAttr.name) !== null;
352 this.currentToken.attrs.push(this.currentAttr);
1390 this.currentAttr.name += toAsciiLowerChar(cp);
1393 this.currentAttr.name += toChar(cp);
1396 this.currentAttr.name += UNICODE.REPLACEMENT_CHARACTER;
1402 this.currentAttr.name += toChar(cp);
1464 this.currentAttr.value += UNICODE.REPLACEMENT_CHARACTER;
1474 this.currentAttr.value += toChar(cp);
[all …]
/external/skia/src/svg/parser/
DSkSVGPaintState.cpp144 SkString* currentAttr = current[index]; in flush() local
145 paintChanged |= changed[index] = lastAttr->equals(*currentAttr) == false; in flush()
181 SkString* currentAttr = current[index]; in flush() local
182 lastAttr->set(*currentAttr); in flush()
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/
Dparse5.js1614 this.currentAttr = null;
1787 this.currentAttr = {
1794 return Tokenizer.getTokenAttr(this.currentToken, this.currentAttr.name) !== null;
1801 this.currentToken.attrs.push(this.currentAttr);
2839 this.currentAttr.name += toAsciiLowerChar(cp);
2842 this.currentAttr.name += toChar(cp);
2845 this.currentAttr.name += UNICODE.REPLACEMENT_CHARACTER;
2851 this.currentAttr.name += toChar(cp);
2913 this.currentAttr.value += UNICODE.REPLACEMENT_CHARACTER;
2923 this.currentAttr.value += toChar(cp);
[all …]