Searched defs:lineEndings (Results 1 – 4 of 4) sorted by relevance
33 PassOwnPtr<Vector<unsigned> > lineEndings(const String& text) in lineEndings() function51 OrdinalNumber TextPosition::toOffset(const Vector<unsigned>& lineEndings) in toOffset()57 …sition TextPosition::fromOffsetAndLineEndings(unsigned offset, const Vector<unsigned>& lineEndings) in fromOffsetAndLineEndings()
55 WebInspector.Formatter.locationToPosition = function(lineEndings, lineNumber, columnNumber) argument66 WebInspector.Formatter.positionToLocation = function(lineEndings, position) argument
462 …::CSS::SourceRange> buildSourceRangeObject(const SourceRange& range, Vector<unsigned>* lineEndings) in buildSourceRangeObject()660 …OwnPtr<Vector<unsigned> > lineEndings(m_parentStyleSheet ? m_parentStyleSheet->lineEndings() : Pas… in styleWithProperties() local878 PassOwnPtr<Vector<unsigned> > InspectorStyleSheetBase::lineEndings() in lineEndings() function in blink::InspectorStyleSheetBase
86 String.prototype.lineEndings = function() method in String