Searched refs:maxTextSize (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMAgent.cpp94 static const size_t maxTextSize = 10000; member in namespace:blink
1579 if (nodeValue.length() > maxTextSize)
1580 nodeValue = nodeValue.left(maxTextSize) + ellipsisUChar;

Completed in 152 milliseconds