Searched refs:valueOK (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLIElement.cpp111 bool valueOK; local
112 int requestedValue = value.toInt(&valueOK);
113 if (valueOK)

Completed in 101 milliseconds