Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DStyleElement.cpp120 unsigned nodeLength = nodeValue.length(); in process() local
121 memcpy(p, nodeValue.characters(), nodeLength * sizeof(UChar)); in process()
122 p += nodeLength; in process()