Home
last modified time | relevance | path

Searched defs:lineEndings (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextPosition.cpp33 PassOwnPtr<Vector<unsigned> > lineEndings(const String& text) in lineEndings() function
56 …sition TextPosition::fromOffsetAndLineEndings(unsigned offset, const Vector<unsigned>& lineEndings) in fromOffsetAndLineEndings()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DScriptFormatter.js55 WebInspector.Formatter.locationToPosition = function(lineEndings, lineNumber, columnNumber) argument
66 WebInspector.Formatter.positionToLocation = function(lineEndings, position) argument
Dutilities.js73 String.prototype.lineEndings = function() method in String
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp440 …::CSS::SourceRange> buildSourceRangeObject(const SourceRange& range, Vector<unsigned>* lineEndings) in buildSourceRangeObject()
695 …OwnPtr<Vector<unsigned> > lineEndings(m_parentStyleSheet ? m_parentStyleSheet->lineEndings() : Pas… in styleWithProperties() local
1509 PassOwnPtr<Vector<unsigned> > InspectorStyleSheet::lineEndings() const in lineEndings() function in WebCore::InspectorStyleSheet
1742 PassOwnPtr<Vector<unsigned> > InspectorStyleSheetForInlineStyle::lineEndings() const in lineEndings() function in WebCore::InspectorStyleSheetForInlineStyle