Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.cpp95 static const UChar ellipsisUChar[] = { 0x2026, 0 }; variable
1580 nodeValue = nodeValue.left(maxTextSize) + ellipsisUChar; in buildObjectForNode()