Searched defs:lineEndings (Results 1 – 4 of 4) sorted by relevance
33 PassOwnPtr<Vector<unsigned> > lineEndings(const String& text) in lineEndings() function56 …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
73 String.prototype.lineEndings = function() method in String
440 …::CSS::SourceRange> buildSourceRangeObject(const SourceRange& range, Vector<unsigned>* lineEndings) in buildSourceRangeObject()695 …OwnPtr<Vector<unsigned> > lineEndings(m_parentStyleSheet ? m_parentStyleSheet->lineEndings() : Pas… in styleWithProperties() local1509 PassOwnPtr<Vector<unsigned> > InspectorStyleSheet::lineEndings() const in lineEndings() function in WebCore::InspectorStyleSheet1742 PassOwnPtr<Vector<unsigned> > InspectorStyleSheetForInlineStyle::lineEndings() const in lineEndings() function in WebCore::InspectorStyleSheetForInlineStyle