Searched refs:lastTop (Results 1 – 5 of 5) sorted by relevance
/external/chromium/chrome/browser/resources/options/ |
D | search_page.js | 94 if (top != this.lastTop) { 96 this.lastTop = top;
|
/external/chromium_org/chrome/browser/resources/options/ |
D | search_page.js | 105 if (top != this.lastTop) { 107 this.lastTop = top;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBlock.cpp | 2416 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/ |
D | cmsccoll.c | 4381 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/ |
D | cmsccoll.c | 4400 UChar32 lastTop = 0; in TestImplicitGeneration() local 4431 lastTop = last & topByte; in TestImplicitGeneration() 4435 if (lastTop != currentTop || i == 0x10000 || i == 0x110000) { in TestImplicitGeneration()
|