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

/external/webkit/Source/WebCore/inspector/front-end/
H A DScript.js26 WebInspector.Script = function(sourceID, sourceURL, lineOffset, columnOffset, length, errorLine, errorMessage, isContentScript)
30 this.lineOffset = lineOffset;
H A DSourceFile.js159 scripts.sort(function(x, y) { return x.lineOffset - y.lineOffset || x.columnOffset - y.columnOffset; });
166 if (scripts.length === 1 && !scripts[0].lineOffset && !scripts[0].columnOffset)
202 while (lineNumber < scripts[i].lineOffset)
269 this._sortedScripts.sort(function(x, y) { return x.lineOffset - y.lineOffset || x.columnOffset - y.columnOffset; });
288 if (script.lineOffset > lineNumber || (script.lineOffset === lineNumber && script.columnOffset > columnNumber))
H A DDebuggerModel.js82 if (url === script.sourceURL && lineNumber === script.lineOffset)
182 _parsedScriptSource: function(sourceID, sourceURL, lineOffset, columnOffset, length, isContentScript)
184 var script = new WebInspector.Script(sourceID, sourceURL, lineOffset, columnOffset, length, undefined, undefined, isContentScript);
230 scriptParsed: function(sourceID, sourceURL, lineOffset, columnOffset, length, isContentScript)
232 this._debuggerModel._parsedScriptSource(sourceID, sourceURL, lineOffset, columnOffset, length, isContentScript);
H A DScriptFormatter.js65 var start = { lineNumber: scripts[i].lineOffset, columnNumber: scripts[i].columnOffset };
H A DDebuggerPresentationModel.js141 return !script.lineOffset && !script.columnOffset;
/external/webkit/Source/WebCore/inspector/
H A DScriptDebugListener.h44 virtual void didParseSource(const String& sourceID, const String& url, const String& data, int lineOffset, int columnOffset, bool isContentScript) = 0;
H A DInspectorDebuggerAgent.h122 virtual void didParseSource(const String& sourceID, const String& url, const String& data, int lineOffset, int columnOffset, bool isContentScript);
133 : lineOffset(0)
139 Script(const String& url, const String& data, int lineOffset, int columnOffset) argument
142 , lineOffset(lineOffset)
150 int lineOffset; member in class:WebCore::InspectorDebuggerAgent::Script
H A DInspectorDebuggerAgent.cpp250 if (breakpoint.lineNumber < script.lineOffset)
259 if (breakpoint.lineNumber >= script.lineOffset + script.linesCount)
375 void InspectorDebuggerAgent::didParseSource(const String& sourceID, const String& url, const String& data, int lineOffset, int columnOffset, bool isContentScript) argument
378 m_frontend->scriptParsed(sourceID, url, lineOffset, columnOffset, data.length(), isContentScript);
380 m_scripts.set(sourceID, Script(url, data, lineOffset, columnOffset));
/external/v8/test/mjsunit/
H A Dmirror-script.js52 assertEquals(0, mirror.lineOffset());
75 assertEquals(0, fromJSON.lineOffset);
/external/opencv/cvaux/src/
H A Dcvtexture.cpp146 int lookupTableLoop, imageColLoop, imageRowLoop, lineOffset = 0; local
152 imageRowLoop++, lineOffset += srcImageStep )
156 newGLCM->forwardLookupTable[srcImageData[lineOffset+imageColLoop]]=1;
282 int colLoop, rowLoop, lineOffset = 0; local
308 for( rowLoop=0; rowLoop<srcImageSize.height; rowLoop++, lineOffset+=srcImageStep )
312 int pixelValue1 = destGLCM->forwardLookupTable[srcImageData[lineOffset + colLoop]];
323 int pixelValue2 = destGLCM->forwardLookupTable[ srcImageData[ lineOffset + colLoop + memoryStep ] ];
/external/webkit/Source/WebCore/rendering/
H A DRenderListItem.cpp257 int lineOffset = 0; local
260 lineOffset += o->logicalLeft();
275 markerLogicalLeft = leftLineOffset - lineOffset - paddingStart() - borderStart() + m_marker->marginStart();
299 markerLogicalLeft = rightLineOffset - lineOffset + paddingStart() + borderStart() + m_marker->marginEnd();
322 IntRect markerRect(markerLogicalLeft + lineOffset, blockOffset, m_marker->width(), m_marker->height());
H A DInlineTextBox.cpp1232 int InlineTextBox::offsetForPosition(float lineOffset, bool includePartialGlyphs) const argument
1243 if (lineOffset - logicalLeft() > logicalWidth())
1245 if (lineOffset - logicalLeft() < 0)
1253 lineOffset - logicalLeft(), includePartialGlyphs);
/external/v8/src/
H A Dmirror-debugger.js1840 ScriptMirror.prototype.lineOffset = function() {
1909 if (this.lineOffset() > 0) {
1910 result += this.lineOffset();
1912 result += this.lineOffset() + this.lineCount() - 1;
2169 content.lineOffset = mirror.lineOffset();
H A Ddebug-debugger.js1256 lineOffset: script.lineOffset(),
/external/webkit/Source/WebCore/bindings/js/
H A DScriptDebugServer.cpp222 int lineOffset = sourceProvider->startPosition().m_line.convertAsZeroBasedInt(); local
228 copy[i]->didParseSource(sourceID, url, data, lineOffset, columnOffset, isContentScript);
/external/webkit/Source/WebCore/bindings/v8/
H A DDebuggerScript.js93 lineOffset: script.line_offset,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 281 milliseconds