HomeSort by relevance Sort by last modified time
    Searched full:nestinglevel (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/html/parser/
NestingLevelIncrementer.h 36 explicit NestingLevelIncrementer(unsigned& nestingLevel)
37 : m_nestingLevel(&nestingLevel)
HTMLParserScheduler.h 42 PumpSession(unsigned& nestingLevel)
43 : NestingLevelIncrementer(nestingLevel)
  /external/proguard/src/proguard/classfile/util/
InternalTypeEnumeration.java 149 int nestingLevel = 1;
157 nestingLevel++;
161 nestingLevel--;
165 while (nestingLevel > 0);
DescriptorClassEnumeration.java 38 private int nestingLevel;
100 nestingLevel++;
115 nestingLevel--;
130 nestingLevel += 2;
136 nestingLevel -= 2;
153 if (nestingLevel == 1 &&
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 162 * @param nestingLevel The nesting level: 0 if called from the base class,
168 public void onInputEvent(InputEvent event, int nestingLevel) {
171 onKeyEvent(keyEvent, nestingLevel);
175 onTouchEvent(motionEvent, nestingLevel);
177 onTrackballEvent(motionEvent, nestingLevel);
179 onGenericMotionEvent(motionEvent, nestingLevel);
187 * @param nestingLevel The nesting level: 0 if called from the base class,
193 public void onKeyEvent(KeyEvent event, int nestingLevel) {
194 if (!startEvent(event, nestingLevel, EVENT_TYPE_KEY)) {
249 * @param nestingLevel The nesting level: 0 if called from the base class
    [all...]
  /external/webkit/Tools/Scripts/
extract-localizable-strings 127 my $nestingLevel;
182 if (defined $nestingLevel) {
209 $nestingLevel = 0 if !defined $nestingLevel;
239 ++$nestingLevel if defined $nestingLevel;
244 $nestingLevel = undef if defined $nestingLevel && !--$nestingLevel;
253 $nestingLevel = 0 if !defined $nestingLevel
    [all...]
  /external/chromium/chrome/browser/resources/options/
options_page.js 154 var nestingLevel = topmostPage ? topmostPage.nestingLevel : 0;
157 if (nestingLevel > 0) {
158 var container = $('subpage-sheet-container-' + nestingLevel);
278 (!topPage || page.nestingLevel > topPage.nestingLevel))
312 while (topPage && topPage.nestingLevel > level) {
511 var nestingLevel = topPage.isOverlay ? 100 : topPage.nestingLevel;
513 this.setPageFrozenAtLevel_(i < nestingLevel, i)
    [all...]
  /external/icu4c/common/
messagepattern.cpp 433 int32_t nestingLevel, UMessagePatternArgType parentType,
438 if(nestingLevel>Part::MAX_VALUE) {
443 addPart(UMSGPAT_PART_TYPE_MSG_START, index, msgStartLength, nestingLevel, errorCode);
509 index=parseArg(index-1, 1, nestingLevel, parseError, errorCode);
510 } else if((nestingLevel>0 && c==u_rightCurlyBrace) ||
517 nestingLevel, errorCode);
527 if(nestingLevel>0 && !inTopLevelChoiceMessage(nestingLevel, parentType)) {
532 addLimitPart(msgStart, UMSGPAT_PART_TYPE_MSG_LIMIT, index, 0, nestingLevel, errorCode);
537 MessagePattern::parseArg(int32_t index, int32_t argStartLength, int32_t nestingLevel,
    [all...]
  /external/webkit/Source/WebCore/page/
DOMTimer.cpp 58 static inline bool shouldForwardUserGesture(int interval, int nestingLevel)
62 && nestingLevel == 1; // Gestures should not be forwarded to nested timers.
  /external/icu4c/i18n/
choicfmt.cpp 312 int32_t nestingLevel = 0;
315 if (c == SINGLE_QUOTE && nestingLevel == 0) {
318 } else if (c == VERTICAL_BAR && nestingLevel == 0) {
330 ++nestingLevel;
331 } else if (c == RIGHT_CURLY_BRACE && nestingLevel > 0) {
332 --nestingLevel;
  /external/icu4c/common/unicode/
messagepattern.h 835 int32_t nestingLevel, UMessagePatternArgType parentType,
838 int32_t parseArg(int32_t index, int32_t argStartLength, int32_t nestingLevel,
843 int32_t parseChoiceStyle(int32_t index, int32_t nestingLevel,
846 int32_t parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel,
    [all...]
  /external/jhead/
exif.c 544 unsigned ExifLength, int NestingLevel)
554 if (NestingLevel > 4){
560 IndentString[NestingLevel * 4] = '\0';
    [all...]
  /external/webkit/Source/JavaScriptCore/yarr/
YarrJIT.cpp     [all...]

Completed in 393 milliseconds