HomeSort by relevance Sort by last modified time
    Searched full:startline (Results 1 - 25 of 33) sorted by null

1 2

  /external/webkit/WebKit/chromium/public/
WebScriptSource.h 42 int startLine;
45 : code(code), startLine(1) { }
47 : code(code), url(url), startLine(1) { }
48 WebScriptSource(const WebString& code, const WebURL& url, int startLine)
49 : code(code), url(url), startLine(startLine) { }
  /external/webkit/WebCore/inspector/front-end/
TextEditorModel.js 31 WebInspector.TextRange = function(startLine, startColumn, endLine, endColumn)
33 this.startLine = startLine;
42 return this.startLine === this.endLine && this.startColumn === this.endColumn;
47 return this.endLine - this.startLine;
52 return new WebInspector.TextRange(this.startLine, this.startColumn, this.endLine, this.endColumn);
109 return new WebInspector.TextRange(range.startLine, range.startColumn, range.startLine, range.startColumn);
114 var prefix = this._lines[range.startLine].substring(0, range.startColumn);
116 var suffix = this._lines[range.startLine].substring(range.startColumn)
    [all...]
TextEditorHighlighter.js 92 var startLine = endLine;
93 while (startLine > 0) {
94 var state = this._textModel.getAttribute(startLine - 1, "highlighter-state");
97 startLine--;
101 var toLine = Math.min(startLine + 200, endLine);
102 this._highlightInChunks(startLine, toLine);
109 _highlightInChunks: function(startLine, endLine)
120 this._highlightTimer = setTimeout(this._highlightInChunks.bind(this, startLine, this._requestedEndLine), 100);
125 var toLine = Math.min(startLine + 500, this._requestedEndLine);
126 this._highlightLines(startLine, toLine)
    [all...]
TextViewer.js 90 var markedLine = this._rangeToMark.startLine;
97 this.revealLine(range.startLine);
98 this._paintLines(range.startLine, range.startLine + 1);
146 if (lineNumber > oldChunk.startLine) {
147 var prefixChunk = new WebInspector.TextChunk(this._textModel, oldChunk.startLine, lineNumber, paintLinesCallback);
158 if (oldChunk.startLine + oldChunk.linesCount > lineNumber + 1) {
159 var suffixChunk = new WebInspector.TextChunk(this._textModel, lineNumber + 1, oldChunk.startLine + oldChunk.linesCount, paintLinesCallback);
220 var line = this._textChunks[i].startLine;
221 if (lineNumber >= this._textChunks[i].startLine && lineNumber < this._textChunks[i].startLine + this._textChunks[i].linesCount
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 257 public SimpleCharStream(java.io.Reader dstream, int startline,
261 line = startline;
270 public SimpleCharStream(java.io.Reader dstream, int startline,
273 this(dstream, startline, startcolumn, 4096);
280 public void ReInit(java.io.Reader dstream, int startline,
284 line = startline;
299 public void ReInit(java.io.Reader dstream, int startline,
302 ReInit(dstream, startline, startcolumn, 4096);
309 public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline,
312 this(encoding == null ? new java.io.InputStreamReader(dstream) : new java.io.InputStreamReader(dstream, encoding), startline, startcolumn, buffersize)
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 257 public SimpleCharStream(java.io.Reader dstream, int startline,
261 line = startline;
270 public SimpleCharStream(java.io.Reader dstream, int startline,
273 this(dstream, startline, startcolumn, 4096);
280 public void ReInit(java.io.Reader dstream, int startline,
284 line = startline;
299 public void ReInit(java.io.Reader dstream, int startline,
302 ReInit(dstream, startline, startcolumn, 4096);
309 public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline,
312 this(encoding == null ? new java.io.InputStreamReader(dstream) : new java.io.InputStreamReader(dstream, encoding), startline, startcolumn, buffersize)
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 257 public SimpleCharStream(java.io.Reader dstream, int startline,
261 line = startline;
270 public SimpleCharStream(java.io.Reader dstream, int startline,
273 this(dstream, startline, startcolumn, 4096);
280 public void ReInit(java.io.Reader dstream, int startline,
284 line = startline;
299 public void ReInit(java.io.Reader dstream, int startline,
302 ReInit(dstream, startline, startcolumn, 4096);
309 public SimpleCharStream(java.io.InputStream dstream, String encoding, int startline,
312 this(encoding == null ? new java.io.InputStreamReader(dstream) : new java.io.InputStreamReader(dstream, encoding), startline, startcolumn, buffersize)
    [all...]
  /external/icu4c/tools/genrb/
parse.c 53 ParseResourceFunction(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
275 parseUCARules(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
296 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
420 parseTransliterator(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
437 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
498 parseDependency(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
510 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
560 parseString(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
567 return parseUCARules(tag, startline, status);
570 printf(" string %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1706 uint32_t startline; local
    [all...]
  /external/chromium/third_party/icu/source/tools/genrb/
parse.c 53 ParseResourceFunction(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status);
275 parseUCARules(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
296 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
420 parseTransliterator(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
437 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
498 parseDependency(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
510 printf(" %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
560 parseString(char *tag, uint32_t startline, const struct UString* comment, UErrorCode *status)
567 return parseUCARules(tag, startline, status);
570 printf(" string %s at line %i \n", (tag == NULL) ? "(null)" : tag, (int)startline);
1703 uint32_t startline; local
    [all...]
  /external/webkit/WebCore/bindings/js/
ScriptSourceCode.h 44 ScriptSourceCode(const String& source, const KURL& url = KURL(), int startLine = 1)
46 , m_code(m_provider, startLine)
63 int startLine() const { return m_code.firstLine(); }
ScriptController.cpp 122 timelineAgent->willEvaluateScript(sourceURL, sourceCode.startLine());
  /external/webkit/WebCore/bindings/v8/
ScriptSourceCode.h 42 ScriptSourceCode(const String& source, const KURL& url = KURL(), int startLine = 1)
45 , m_startLine(startLine)
62 int startLine() const { return m_startLine; }
WorkerScriptController.cpp 77 ScriptValue result = m_proxy->evaluate(sourceCode.source(), sourceCode.url().string(), sourceCode.startLine() - 1, &state);
V8Proxy.cpp 365 timelineAgent->willEvaluateScript(source.url().isNull() ? String() : source.url().string(), source.startLine());
385 v8::Handle<v8::Script> script = compileScript(code, source.url(), source.startLine() - 1);
  /frameworks/base/core/java/android/text/
DynamicLayout.java 240 int startline = getLineForOffset(where); local
241 int startv = getLineTop(startline);
278 mInts.deleteAt(startline, endline - startline);
279 mObjects.deleteAt(startline, endline - startline);
286 if (mIncludePad && startline == 0) {
297 mInts.adjustValuesBelow(startline, START, after - before);
298 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht);
336 mInts.insertAt(startline + i, ints)
    [all...]
Layout.java 1247 int startline = getLineForOffset(start); local
    [all...]
  /external/webkit/WebCore/inspector/
TimelineRecordFactory.cpp 145 ScriptObject TimelineRecordFactory::createParseHTMLData(InspectorFrontend* frontend, unsigned int length, unsigned int startLine)
149 data.set("startLine", startLine);
TimelineRecordFactory.h 72 static ScriptObject createParseHTMLData(InspectorFrontend*, unsigned int length, unsigned int startLine);
InspectorTimelineAgent.cpp 98 void InspectorTimelineAgent::willWriteHTML(unsigned int length, unsigned int startLine)
100 pushCurrentRecord(TimelineRecordFactory::createParseHTMLData(m_frontend, length, startLine), ParseHTMLTimelineRecordType);
InspectorTimelineAgent.h 89 void willWriteHTML(unsigned int length, unsigned int startLine);
  /external/sonivox/arm-fm-22k/lib_src/
eas_imelodydata.h 57 EAS_I32 startLine; /* file offset at start of line (for repeats) */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imelodydata.h 57 EAS_I32 startLine; /* file offset at start of line (for repeats) */
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelodydata.h 57 EAS_I32 startLine; /* file offset at start of line (for repeats) */
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/xml/
XmlDocumentBuilder.java 54 public static final String NODE_START_LINE = "startLine";
  /external/webkit/WebCore/rendering/
RenderBlockLineLayout.cpp 702 RootInlineBox* startLine = determineStartPosition(firstLine, fullLayout, previousLineBrokeCleanly, resolver, floats, floatIndex);
    [all...]

Completed in 924 milliseconds

1 2