HomeSort by relevance Sort by last modified time
    Searched refs:nestingLevel (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
NestingLevelIncrementer.h 38 explicit NestingLevelIncrementer(unsigned& nestingLevel)
39 : m_nestingLevel(&nestingLevel)
HTMLParserScheduler.cpp 59 PumpSession::PumpSession(unsigned& nestingLevel, Document* document)
60 : NestingLevelIncrementer(nestingLevel)
HTMLParserScheduler.h 53 PumpSession(unsigned& nestingLevel, Document*);
  /external/chromium_org/third_party/skia/tests/
TDStackNesterTest.cpp 49 * that nestingLevel() has returned to its initial value.
55 const int initialNesting = nester->nestingLevel();
59 REPORTER_ASSERT(reporter, nester->nestingLevel() == initialNesting + 1);
67 REPORTER_ASSERT(reporter, nester->nestingLevel() == initialNesting);
81 REPORTER_ASSERT(reporter, nester.nestingLevel() == 0);
  /external/chromium_org/third_party/icu/source/common/unicode/
messagepattern.h 836 int32_t nestingLevel, UMessagePatternArgType parentType,
839 int32_t parseArg(int32_t index, int32_t argStartLength, int32_t nestingLevel,
844 int32_t parseChoiceStyle(int32_t index, int32_t nestingLevel,
847 int32_t parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel,
    [all...]
  /external/icu/icu4c/source/common/unicode/
messagepattern.h 836 int32_t nestingLevel, UMessagePatternArgType parentType,
839 int32_t parseArg(int32_t index, int32_t argStartLength, int32_t nestingLevel,
844 int32_t parseChoiceStyle(int32_t index, int32_t nestingLevel,
847 int32_t parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel,
    [all...]
  /external/jsoncpp/src/test_lib_json/
jsontest.cpp 100 unsigned int nestingLevel = 0;
108 nestingLevel );
113 ++nestingLevel;
117 addFailureInfo( file, line, expr, nestingLevel );
125 const char *expr, unsigned int nestingLevel )
134 failure.nestingLevel_ = nestingLevel;
jsontest.h 111 const char *expr, unsigned int nestingLevel );
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/WebKit/Source/core/frame/
DOMTimer.cpp 51 static inline bool shouldForwardUserGesture(int interval, int nestingLevel)
55 && nestingLevel == 1; // Gestures should not be forwarded to nested timers.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/console/
ConsoleView.js 565 var nestingLevel = this._currentGroup.nestingLevel();
568 return new WebInspector.ConsoleCommand(message, nestingLevel);
570 return new WebInspector.ConsoleCommandResult(message, this._linkifier, nestingLevel);
573 return new WebInspector.ConsoleGroupViewMessage(message, this._linkifier, nestingLevel);
575 return new WebInspector.ConsoleViewMessage(message, this._linkifier, nestingLevel);
    [all...]
ConsoleViewMessage.js 36 * @param {number} nestingLevel
38 WebInspector.ConsoleViewMessage = function(consoleMessage, linkifier, nestingLevel)
44 this._nestingLevel = nestingLevel;
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkTDStackNester.h 64 int nestingLevel() const {
SkPdfRenderer.cpp     [all...]

Completed in 4039 milliseconds