Searched refs:lineOffset (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DFormatterSourceMap.js63 var lineOffset = lineNumber ? lineEndings[lineNumber - 1] + 1 : 0;
64 return lineOffset + columnNumber;
H A DFormatter.js54 var lineOffset = 0;
65 this._handleToken(innerMode.mode, token, state, stream, lineOffset + stream.start, isWhiteSpace, startOfNewLine, firstTokenOnLine);
75 lineOffset += line.length + 1; // +1 for the "\n" removed in split.
76 this._handleLineEnding(lineOffset - 1); // -1 for the index of the "\n".
/macosx-10.10/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A DFormatter.js54 var lineOffset = 0;
65 this._handleToken(innerMode.mode, token, state, stream, lineOffset + stream.start, isWhiteSpace, startOfNewLine, firstTokenOnLine);
75 lineOffset += line.length + 1; // +1 for the "\n" removed in split.
76 this._handleLineEnding(lineOffset - 1); // -1 for the index of the "\n".
H A DFormatterDebug.js36 var lineOffset = 0;
45 debugToken(innerMode.mode, token, state, stream, lineOffset + stream.start, startOfNewLine);
/macosx-10.10/WebCore-7600.1.25/editing/
H A DDictationCommand.cpp45 void operator()(size_t lineOffset, size_t lineLength, bool isLastLine) const argument
48 m_dictationCommand->insertTextRunWithoutNewlines(lineOffset, lineLength);
H A DTypingCommand.cpp59 void operator()(size_t lineOffset, size_t lineLength, bool isLastLine) const argument
62 if (!lineOffset || lineLength > 0)
63 m_typingCommand->insertTextRunWithoutNewlines(m_text.substring(lineOffset, lineLength), m_selectInsertedText);
66 m_typingCommand->insertTextRunWithoutNewlines(m_text.substring(lineOffset, lineLength), false);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderListItem.cpp336 LayoutUnit lineOffset = 0; local
339 lineOffset += o->logicalLeft();
353 markerLogicalLeft = leftLineOffset - lineOffset - paddingStart() - borderStart() + m_marker->marginStart();
376 markerLogicalLeft = rightLineOffset - lineOffset + paddingStart() + borderStart() + m_marker->marginEnd();
399 LayoutRect markerRect(markerLogicalLeft + lineOffset, blockOffset, m_marker->width(), m_marker->height());
H A DInlineTextBox.cpp1355 int InlineTextBox::offsetForPosition(float lineOffset, bool includePartialGlyphs) const argument
1360 if (lineOffset - logicalLeft() > logicalWidth())
1362 if (lineOffset - logicalLeft() < 0)
1369 return font.offsetForPosition(constructTextRun(lineStyle, font), lineOffset - logicalLeft(), includePartialGlyphs);
H A DRenderFlexibleBox.cpp1217 LayoutUnit lineOffset = initialAlignContentOffset(availableCrossAxisSpace, style().alignContent(), lineContexts.size()); local
1219 lineContexts[lineNumber].crossAxisOffset += lineOffset;
1221 adjustAlignmentForChild(*child, lineOffset);
1226 lineOffset += alignContentSpaceBetweenChildren(availableCrossAxisSpace, style().alignContent(), lineContexts.size());
/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DInterpreter.h86 int lineOffset; member in struct:JSC::StackFrame
H A DInterpreter.cpp519 line = divotLine + lineOffset;
/macosx-10.10/llvmCore-3425.0.34/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.h58 SmallVector<unsigned, 32> lineOffset; member in class:llvm::LineReader
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DUnlinkedCodeBlock.cpp126 FunctionExecutable* UnlinkedFunctionExecutable::link(VM& vm, const SourceCode& source, size_t lineOffset) argument
128 unsigned firstLine = lineOffset + m_firstLineOffset;
H A DUnlinkedCodeBlock.h135 FunctionExecutable* link(VM&, const SourceCode&, size_t lineOffset);
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkTextDisp.c7102 int lineOffset;
7137 lineOffset = Tcl_DStringLength(baseString);
7142 ciPtr->baseOffset = lineOffset;
7147 lineOffset + maxBytes, lineOffset, -1, chunkPtr->x, maxX,
7161 lineOffset+chLen, lineOffset, -1, chunkPtr->x, -1, 0,
7194 Tcl_DStringSetLength(baseString,lineOffset);
7238 Tcl_DStringSetLength(baseString,lineOffset+ciPtr->numBytes);
7053 int lineOffset; local
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/
H A Dantlr.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...

Completed in 290 milliseconds