fromOffsetAndLineEndings 1833 Source/core/css/parser/BisonCSSParser-in.cpp TextPosition tokenPosition = TextPosition::fromOffsetAndLineEndings(location.offset, *m_lineEndings); fromOffsetAndLineEndings 463 Source/core/inspector/InspectorStyleSheet.cpp TextPosition start = TextPosition::fromOffsetAndLineEndings(range.start, *lineEndings); fromOffsetAndLineEndings 464 Source/core/inspector/InspectorStyleSheet.cpp TextPosition end = TextPosition::fromOffsetAndLineEndings(range.end, *lineEndings); fromOffsetAndLineEndings 80 Source/wtf/text/TextPosition.h WTF_EXPORT static TextPosition fromOffsetAndLineEndings(unsigned, const Vector<unsigned>&);