toUInt 2680 Source/core/dom/Element.cpp return getAttribute(attributeName).string().toUInt(); toUInt 41 Source/core/html/forms/DateTimeFieldsState.cpp unsigned const value = state[index].toUInt(&parsed); toUInt 70 Source/core/html/forms/FormController.cpp size_t valueSize = stateVector[index++].toUInt(); toUInt 212 Source/core/html/forms/FormController.cpp size_t itemCount = stateVector[index++].toUInt(); toUInt 2032 Source/core/inspector/InspectorDOMAgent.cpp unsigned childNumber = indexValue.toUInt(&success); toUInt 279 Source/core/inspector/InspectorHeapProfilerAgent.cpp unsigned id = heapSnapshotObjectId.toUInt(&ok); toUInt 505 Source/platform/weborigin/KURL.cpp setPort(parsedPort.toUInt()); toUInt 332 Source/wtf/text/StringImpl.h unsigned toUInt(bool* ok = 0); // ignores trailing garbage toUInt 617 Source/wtf/text/WTFString.cpp return m_impl->toUInt(ok); toUInt 369 Source/wtf/text/WTFString.h unsigned toUInt(bool* ok = 0) const;