lines             495 Source/core/dom/Element.cpp void Element::scrollByLines(int lines)
lines             497 Source/core/dom/Element.cpp     scrollByUnits(lines, ScrollByLine);
lines             181 Source/core/dom/Element.h     void scrollByLines(int lines);
lines             232 Source/core/html/HTMLViewSourceDocument.cpp     Vector<String> lines;
lines             233 Source/core/html/HTMLViewSourceDocument.cpp     text.split('\n', true, lines);
lines             234 Source/core/html/HTMLViewSourceDocument.cpp     unsigned size = lines.size();
lines             236 Source/core/html/HTMLViewSourceDocument.cpp         String substring = lines[i];
lines             179 Source/core/html/track/vtt/BufferedLineReaderTest.cpp String MakeTestData(const char** lines, const LineBreakType* breaks, int count)
lines             183 Source/core/html/track/vtt/BufferedLineReaderTest.cpp         builder.append(lines[i]);
lines             193 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     const char* lines[] = {
lines             203 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     const size_t numTestLines = WTF_ARRAY_LENGTH(lines);
lines             205 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String data = MakeTestData(lines, breaks, numTestLines);
lines             217 Source/core/html/track/vtt/BufferedLineReaderTest.cpp                 ASSERT_EQ(line, lines[lineCount++]);
lines             226 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     const char* lines[] = {
lines             236 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     const size_t numTestLines = WTF_ARRAY_LENGTH(lines);
lines             238 Source/core/html/track/vtt/BufferedLineReaderTest.cpp     String data = MakeTestData(lines, breaks, numTestLines);
lines             250 Source/core/html/track/vtt/BufferedLineReaderTest.cpp                 ASSERT_EQ(line, lines[lineCount++]);
lines             763 Source/core/rendering/style/RenderStyle.h     EBoxLines boxLines() const { return static_cast<EBoxLines>(rareNonInheritedData->m_deprecatedFlexibleBox->lines); }
lines            1245 Source/core/rendering/style/RenderStyle.h     void setBoxLines(EBoxLines l) { SET_VAR(rareNonInheritedData.access()->m_deprecatedFlexibleBox, lines, l); }
lines              48 Source/core/rendering/style/StyleDeprecatedFlexibleBoxData.cpp     , lines(o.lines)
lines              54 Source/core/rendering/style/StyleDeprecatedFlexibleBoxData.cpp     return flex == o.flex && flexGroup == o.flexGroup && ordinalGroup == o.ordinalGroup && align == o.align && pack == o.pack && orient == o.orient && lines == o.lines;
lines              51 Source/core/rendering/style/StyleDeprecatedFlexibleBoxData.h     unsigned lines : 1; // EBoxLines
lines             108 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c         unsigned lines;
lines             127 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c     self->stats.lines = 0;
lines             402 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c         STATS( self->stats.lines++; )
lines             566 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c         "lines", self->stats.lines,