Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
Dmarkup.cpp98 unsigned lastCopiedFrom = 0; in appendAttributeValue() local
110 result.append(uchars + lastCopiedFrom, i - lastCopiedFrom); in appendAttributeValue()
112 lastCopiedFrom = i + 1; in appendAttributeValue()
115 result.append(uchars + lastCopiedFrom, i - lastCopiedFrom); in appendAttributeValue()
117 lastCopiedFrom = i + 1; in appendAttributeValue()
120 result.append(uchars + lastCopiedFrom, i - lastCopiedFrom); in appendAttributeValue()
122 lastCopiedFrom = i + 1; in appendAttributeValue()
125 result.append(uchars + lastCopiedFrom, i - lastCopiedFrom); in appendAttributeValue()
127 lastCopiedFrom = i + 1; in appendAttributeValue()
131 result.append(uchars + lastCopiedFrom, i - lastCopiedFrom); in appendAttributeValue()
[all …]