Home
last modified time | relevance | path

Searched refs:currentChildIndex (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
DInfoBarLayout.java437 int currentChildIndex = startIndex; in getNextGroup() local
485 int currentChildIndex = measureMainRow(maxWidth); in onMeasure() local
486 measureRemainingRows(maxWidth, currentChildIndex); in onMeasure()
518 int currentChildIndex = mainControlInfo.endIndex; in measureMainRow() local
519 while (currentChildIndex < childCount && remainingWidth > 0) { in measureMainRow()
520 GroupInfo groupInfo = getNextGroup(currentChildIndex); in measureMainRow()
525 currentChildIndex = groupInfo.endIndex; in measureMainRow()
532 addRowStartIndex(currentChildIndex); in measureMainRow()
543 for (int i = 0; i < currentChildIndex; i++) { in measureMainRow()
559 return currentChildIndex; in measureMainRow()
[all …]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRUnbufferedCommonTreeNodeStream.m45 @synthesize currentChildIndex;
92 currentChildIndex = -1;
205 [state setCurrentChildIndex:currentChildIndex];
231 currentChildIndex = [state currentChildIndex];
327 if (currentChildIndex == -1) {
330 if (currentChildIndex < (NSInteger)[currentNode getChildCount]) {
331 return [self visitChild:currentChildIndex];
335 return [self visitChild:currentChildIndex];
345 currentChildIndex = 0;
347 node = [self visitChild:currentChildIndex];
[all …]
DANTLRUnbufferedCommonTreeNodeStreamState.h34 int currentChildIndex; variable
48 - (NSInteger) currentChildIndex;
DANTLRUnbufferedCommonTreeNodeStreamState.m76 - (NSInteger) currentChildIndex
78 return currentChildIndex;
83 currentChildIndex = aCurrentChildIndex;
DANTLRUnbufferedCommonTreeNodeStream.h51 NSInteger currentChildIndex; variable
68 …ty (assign, getter=getCurrentChildIndex, setter=setCurrentChildIndex:) NSInteger currentChildIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRUnbufferedCommonTreeNodeStreamState.h34 int currentChildIndex; variable
48 - (NSInteger) currentChildIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRUnbufferedCommonTreeNodeStreamState.h34 int currentChildIndex; variable
48 - (NSInteger) currentChildIndex;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRUnbufferedCommonTreeNodeStreamState.h34 int currentChildIndex; variable
48 - (NSInteger) currentChildIndex;
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3commontreenodestream.h233 ANTLR3_INT32 currentChildIndex; member
320 ANTLR3_UINT32 currentChildIndex; member