/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
D | TextRange.js | 38 WebInspector.TextRange = function(startLine, startColumn, endLine, endColumn) argument 43 this.endColumn = endColumn; 62 …Line, serializedTextRange.startColumn, serializedTextRange.endLine, serializedTextRange.endColumn); 81 return this.startLine === this.endLine && this.startColumn === this.endColumn; 92 return this.endLine === range.startLine && this.endColumn === range.startColumn; 112 return (range.endLine === this.startLine && range.endColumn <= this.startColumn) 129 … return new WebInspector.TextRange(this.endLine, this.endColumn, this.endLine, this.endColumn); 145 …startLine > this.endLine || (this.startLine === this.endLine && this.startColumn > this.endColumn)) 146 … return new WebInspector.TextRange(this.endLine, this.endColumn, this.startLine, this.startColumn); 156 … return new WebInspector.TextRange(this.startLine, this.startColumn, this.endLine, this.endColumn); [all …]
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/ |
D | Script.js | 41 … function(target, scriptId, sourceURL, startLine, startColumn, endLine, endColumn, isContentScript… argument 49 this.endColumn = endColumn;
|
D | DebuggerModel.js | 478 …_parsedScriptSource: function(scriptId, sourceURL, startLine, startColumn, endLine, endColumn, isC… argument 480 …pt(this.target(), scriptId, sourceURL, startLine, startColumn, endLine, endColumn, isContentScript… 534 …if (script.endLine < lineNumber || (script.endLine === lineNumber && script.endColumn <= columnNum… 789 …scriptParsed: function(scriptId, sourceURL, startLine, startColumn, endLine, endColumn, isContentS… argument 791 …arsedScriptSource(scriptId, sourceURL, startLine, startColumn, endLine, endColumn, !!isContentScri… 805 …scriptFailedToParse: function(scriptId, sourceURL, startLine, startColumn, endLine, endColumn, isC… argument 807 …arsedScriptSource(scriptId, sourceURL, startLine, startColumn, endLine, endColumn, !!isContentScri…
|
D | ContentProviders.js | 66 … var columnNumber = previousScript.endColumn + scriptCloseTagLength + scriptOpenTagLength; 180 columnNumber = scripts[i].endColumn + scriptCloseTag.length;
|
D | CSSStyleModel.js | 949 …or.TextRange(firstRange.startLine, firstRange.startColumn, lastRange.endLine, lastRange.endColumn);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | ScriptDebugListener.h | 54 , endColumn(0) in Script() 66 int endColumn; variable
|
D | InspectorCSSAgent.cpp | 851 unsigned endColumn = 0; in jsonRangeToSourceRange() local 855 || !extractRangeComponent(errorString, range, "endColumn", endColumn)) in jsonRangeToSourceRange() 861 && inspectorStyleSheet->lineNumberAndColumnToOffset(endLineNumber, endColumn, &endOffset); in jsonRangeToSourceRange()
|
D | InspectorDebuggerAgent.cpp | 1358 …scriptURL, script.startLine, script.startColumn, script.endLine, script.endColumn, isContentScript… in didParseSource() 1360 …scriptURL, script.startLine, script.startColumn, script.endLine, script.endColumn, isContentScript… in didParseSource()
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | DebuggerScript.js | 160 var endColumn; 164 endColumn = 0; 167 endColumn = script.source.length + script.column_offset; 169 endColumn = script.source.length - (lineEnds[lineCount - 2] + 1); 181 endColumn: endColumn,
|
D | ScriptDebugServer.cpp | 579 script.endColumn = object->Get(v8AtomicString(m_isolate, "endColumn"))->ToInteger()->Value(); in dispatchDidParseSource()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/ |
D | CSSSourceFrame.js | 87 …bInspector.TextRange(selection.startLine, token.startColumn, selection.startLine, token.endColumn); 94 selection.endColumn = selection.startColumn + newUnitText.length;
|
D | JavaScriptSourceFrame.js | 504 … !== mouseLine || mouseColumn < textSelection.startColumn || mouseColumn > textSelection.endColumn) 508 …rner = this.textEditor.cursorPositionToCoordinates(textSelection.endLine, textSelection.endColumn); 513 endColumn: textSelection.endColumn - 1 property 524 var tokenContent = line.substring(token.startColumn, token.endColumn); 531 … var rightCorner = this.textEditor.cursorPositionToCoordinates(lineNumber, token.endColumn - 1); 537 endColumn: token.endColumn - 1 property 552 var endHighlight = anchorBox.highlight.endColumn;
|
D | EditingLocationHistoryManager.js | 172 columnNumber: selection.endColumn
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/ |
D | CodeMirrorTextEditor.js | 355 var tokenValue = line.substring(token.startColumn, token.endColumn); 524 … var move = this._camelCaseMoveFromPosition(selection.endLine, selection.endColumn, direction); 526 selection.endColumn = move.columnNumber; 646 if (range.endColumn > WebInspector.CodeMirrorTextEditor.maxHighlightLength) 774 endColumn: token.end, 1223 newRange.endColumn = newRange.startColumn; 1226 newRange.endColumn = newRange.startColumn + changeObject.text[0].length; 1229 newRange.endColumn = changeObject.text[linesAdded - 1].length; 1638 _isWord: function(selectedText, lineNumber, startColumn, endColumn) argument 1642 …var rightBound = endColumn === line.length || !WebInspector.TextUtils.isWordChar(line.charAt(endCo… [all …]
|
D | CodeMirrorUtils.js | 48 end: new CodeMirror.Pos(range.endLine, range.endColumn)
|
D | SourceFrame.js | 725 …tText(WebInspector.UIString("Line %d, Column %d", textRange.endLine + 1, textRange.endColumn + 1));
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderMultiColumnSet.cpp | 448 unsigned endColumn = columnIndexAtOffset(paintInvalidationLogicalBottom); in paintInvalidationForFlowThreadContent() local 452 for (unsigned i = startColumn; i <= endColumn; i++) { in paintInvalidationForFlowThreadContent() 502 unsigned endColumn = columnIndexAtOffset(layerLogicalBottom); in collectLayerFragments() local 514 for (unsigned i = startColumn; i <= endColumn; i++) { in collectLayerFragments()
|
D | RenderTableSection.cpp | 1358 unsigned endColumn; in spannedColumns() local 1360 endColumn = nextColumn; in spannedColumns() 1362 …endColumn = std::upper_bound(columnPos.begin() + nextColumn, columnPos.end(), flippedRect.maxX()) … in spannedColumns() 1363 if (endColumn == columnPos.size()) in spannedColumns() 1364 endColumn = columnPos.size() - 1; in spannedColumns() 1367 return CellSpan(startColumn, endColumn); in spannedColumns()
|
D | RenderTable.cpp | 948 unsigned endColumn = numEffCols() - 1; in calcBorderEnd() local 949 if (RenderTableCol* column = colElement(endColumn)) { in calcBorderEnd()
|
D | RenderBlock.cpp | 3048 unsigned endColumn = (endOffset - beforeBorderPadding) / colHeight; in adjustRectForColumns() local 3050 if (startColumn == endColumn) { in adjustRectForColumns() 3074 result.unite(columnRectAt(colInfo, endColumn)); in adjustRectForColumns()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/ |
D | DocumentationView.js | 396 …or.TextRange(textSelection.startLine, token.startColumn, textSelection.startLine, token.endColumn); 426 return token ? line.substring(token.startColumn, token.endColumn) : null;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/bindings/ |
D | CSSWorkspaceBinding.js | 137 …var column = forName ? range.startColumn : range.endColumn - (cssProperty.text && cssProperty.text…
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/ |
D | ExtensionServer.js | 711 endColumn: textRange.endColumn, property
|
/external/clang/include/clang-c/ |
D | Index.h | 3975 unsigned *endColumn);
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 1076 unsigned startLine, startColumn, endLine, endColumn, curLine, curColumn; in FunctionScanVisitor() local 1086 &endLine, &endColumn); in FunctionScanVisitor()
|