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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextPosition.cpp57 TextPosition TextPosition::fromOffsetAndLineEndings(unsigned offset, const Vector<unsigned>& lineEndings) function in class:WTF::TextPosition
H A DTextPosition.h80 WTF_EXPORT static TextPosition fromOffsetAndLineEndings(unsigned, const Vector<unsigned>&);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorStyleSheet.cpp466 TextPosition start = TextPosition::fromOffsetAndLineEndings(range.start, *lineEndings);
467 TextPosition end = TextPosition::fromOffsetAndLineEndings(range.end, *lineEndings);
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DBisonCSSParser-in.cpp1688 TextPosition tokenPosition = TextPosition::fromOffsetAndLineEndings(location.offset, *m_lineEndings);

Completed in 113 milliseconds