Home
last modified time | relevance | path

Searched refs:lastTop (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/resources/options/
Dsearch_page.js94 if (top != this.lastTop) {
96 this.lastTop = top;
/external/chromium_org/chrome/browser/resources/options/
Dsearch_page.js105 if (top != this.lastTop) {
107 this.lastTop = top;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderBlock.cpp2416 LayoutUnit lastTop = 0; in selectionGapRectsForRepaint() local
2417 LayoutUnit lastLeft = logicalLeftSelectionOffset(this, lastTop); in selectionGapRectsForRepaint()
2418 LayoutUnit lastRight = logicalRightSelectionOffset(this, lastTop); in selectionGapRectsForRepaint()
2420 return selectionGaps(this, offsetFromRepaintContainer, IntSize(), lastTop, lastLeft, lastRight); in selectionGapRectsForRepaint()
2426 LayoutUnit lastTop = 0; in paintSelection() local
2427 LayoutUnit lastLeft = logicalLeftSelectionOffset(this, lastTop); in paintSelection()
2428 LayoutUnit lastRight = logicalRightSelectionOffset(this, lastTop); in paintSelection()
2431 …LayoutRect gapRectsBounds = selectionGaps(this, paintOffset, LayoutSize(), lastTop, lastLeft, last… in paintSelection()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcmsccoll.c4381 UChar32 lastTop = 0; in TestImplicitGeneration() local
4412 lastTop = last & topByte; in TestImplicitGeneration()
4416 if (lastTop != currentTop || i == 0x10000 || i == 0x110000) { in TestImplicitGeneration()
/external/icu4c/test/cintltst/
Dcmsccoll.c4400 UChar32 lastTop = 0; in TestImplicitGeneration() local
4431 lastTop = last & topByte; in TestImplicitGeneration()
4435 if (lastTop != currentTop || i == 0x10000 || i == 0x110000) { in TestImplicitGeneration()