Home
last modified time | relevance | path

Searched refs:maxLine (Results 1 – 3 of 3) sorted by relevance

/external/yaffs2/yaffs2/
Dyaffs_guts.h520 int maxLine; member
Dyaffs_guts.c194 dev->tempBuffer[j].maxLine = in yaffs_GetTempBuffer()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dcodemirror.js178 d.maxLine = null;
292 d.maxLine = getLine(doc, doc.first);
293 d.maxLineLength = lineLength(doc, d.maxLine);
299 d.maxLine = line;
1361 if (display.maxLineChanged && !cm.options.lineWrapping && display.maxLine) {
1362 var width = measureLineWidth(cm, display.maxLine);
2429 if (line == display.maxLine) {
2445 display.maxLine = line;
3757 cm.display.maxLine = visual;
3841 …(cm && marker.collapsed && !cm.options.lineWrapping && visualLine(doc, line) == cm.display.maxLine)