/external/chromium_org/third_party/WebKit/Source/platform/text/ |
D | UnicodeUtilitiesTest.cpp | 137 String stringToFold(charactersToFold, WTF_ARRAY_LENGTH(charactersToFold)); in TEST() 143 const String foldedString("\"\"\"\'\'\'\0", WTF_ARRAY_LENGTH(charactersToFold)); in TEST() 157 nonKanaString1, WTF_ARRAY_LENGTH(nonKanaString1), in TEST() 158 nonKanaString2, WTF_ARRAY_LENGTH(nonKanaString2))); in TEST() 162 kanaString, WTF_ARRAY_LENGTH(kanaString), in TEST() 163 nonKanaString2, WTF_ARRAY_LENGTH(nonKanaString2))); in TEST() 167 kanaString, WTF_ARRAY_LENGTH(kanaString), in TEST() 168 kanaString, WTF_ARRAY_LENGTH(kanaString))); in TEST() 175 voicedKanaString1, WTF_ARRAY_LENGTH(voicedKanaString1), in TEST() 176 voicedKanaString2, WTF_ARRAY_LENGTH(voicedKanaString2))); in TEST() [all …]
|
D | TextBreakIterator.h | 82 …COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_l… in lastCharacter() 88 …COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_l… in secondToLastCharacter() 94 …COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_l… in setPriorContext() 101 …COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_l… in updatePriorContext() 108 …COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_l… in resetPriorContext() 116 …COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_l… in priorContextLength()
|
D | LocaleWin.cpp | 212 m_shortMonthLabels.reserveCapacity(WTF_ARRAY_LENGTH(types)); in ensureShortMonthLabels() 213 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(types); ++i) { in ensureShortMonthLabels() 217 m_shortMonthLabels.reserveCapacity(WTF_ARRAY_LENGTH(WTF::monthName)); in ensureShortMonthLabels() 218 for (unsigned m = 0; m < WTF_ARRAY_LENGTH(WTF::monthName); ++m) in ensureShortMonthLabels() 348 m_monthLabels.reserveCapacity(WTF_ARRAY_LENGTH(types)); in ensureMonthLabels() 349 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(types); ++i) { in ensureMonthLabels() 353 m_monthLabels.reserveCapacity(WTF_ARRAY_LENGTH(WTF::monthFullName)); in ensureMonthLabels() 354 for (unsigned m = 0; m < WTF_ARRAY_LENGTH(WTF::monthFullName); ++m) in ensureMonthLabels() 374 m_weekDayShortLabels.reserveCapacity(WTF_ARRAY_LENGTH(types)); in ensureWeekDayShortLabels() 375 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(types); ++i) { in ensureWeekDayShortLabels() [all …]
|
D | LocaleICU.cpp | 149 …return udat_open(timeStyle, dateStyle, m_locale.data(), gmtTimezone, WTF_ARRAY_LENGTH(gmtTimezone)… in openDateFormat() 227 labels->reserveCapacity(WTF_ARRAY_LENGTH(WTF::monthFullName)); in createFallbackMonthLabels() 228 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(WTF::monthFullName); ++i) in createFallbackMonthLabels() 387 m_shortMonthLabels.reserveCapacity(WTF_ARRAY_LENGTH(WTF::monthName)); in shortMonthLabels() 388 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(WTF::monthName); ++i) in shortMonthLabels()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | TextIteratorTest.cpp | 137 …xpectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextC… in TEST_F() 151 …xpectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextC… in TEST_F() 166 …xpectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextC… in TEST_F() 183 …xpectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextC… in TEST_F() 200 …xpectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextC… in TEST_F() 216 …xpectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextC… in TEST_F() 233 …xpectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextC… in TEST_F() 251 …xpectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextC… in TEST_F() 269 …xpectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextC… in TEST_F() 286 …xpectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextC… in TEST_F() [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | RuntimeCSSEnabled.cpp | 56 …setCSSPropertiesEnabled(regionProperites, WTF_ARRAY_LENGTH(regionProperites), RuntimeEnabledFeatur… in setPropertySwitchesFromRuntimeFeatures() 61 …setCSSPropertiesEnabled(exclusionProperties, WTF_ARRAY_LENGTH(exclusionProperties), RuntimeEnabled… in setPropertySwitchesFromRuntimeFeatures() 69 …setCSSPropertiesEnabled(shapeProperties, WTF_ARRAY_LENGTH(shapeProperties), RuntimeEnabledFeatures… in setPropertySwitchesFromRuntimeFeatures() 76 …setCSSPropertiesEnabled(css3TextDecorationProperties, WTF_ARRAY_LENGTH(css3TextDecorationPropertie… in setPropertySwitchesFromRuntimeFeatures() 81 …setCSSPropertiesEnabled(css3TextProperties, WTF_ARRAY_LENGTH(css3TextProperties), RuntimeEnabledFe… in setPropertySwitchesFromRuntimeFeatures() 97 …setCSSPropertiesEnabled(cssGridLayoutProperties, WTF_ARRAY_LENGTH(cssGridLayoutProperties), Runtim… in setPropertySwitchesFromRuntimeFeatures() 102 …setCSSPropertiesEnabled(cssObjectFitPositionProperties, WTF_ARRAY_LENGTH(cssObjectFitPositionPrope… in setPropertySwitchesFromRuntimeFeatures() 115 …setCSSPropertiesEnabled(animationProperties, WTF_ARRAY_LENGTH(animationProperties), RuntimeEnabled… in setPropertySwitchesFromRuntimeFeatures()
|
D | StylePropertyShorthandCustom.cpp | 35 …ertyBorder, borderShorthandProperties, propertiesForInitialization, WTF_ARRAY_LENGTH(borderShortha… in borderShorthandForParsing() 60 …dsForParsing, (CSSPropertyAnimation, animationPropertiesForParsing, WTF_ARRAY_LENGTH(animationProp… in animationShorthandForParsing() 85 …arsing, (CSSPropertyWebkitAnimation, animationPropertiesForParsing, WTF_ARRAY_LENGTH(animationProp… in webkitAnimationShorthandForParsing()
|
D | CSSTransformValue.cpp | 62 …ASSERT_WITH_SECURITY_IMPLICATION(static_cast<size_t>(operation) < WTF_ARRAY_LENGTH(transformNamePr… in transformValueToCssString()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGViewSpec.cpp | 210 if (!skipString(ptr, end, svgViewSpec, WTF_ARRAY_LENGTH(svgViewSpec))) in parseViewSpecInternal() 219 if (skipString(ptr, end, viewBoxSpec, WTF_ARRAY_LENGTH(viewBoxSpec))) { in parseViewSpecInternal() 230 } else if (skipString(ptr, end, viewTargetSpec, WTF_ARRAY_LENGTH(viewTargetSpec))) { in parseViewSpecInternal() 243 if (!skipString(ptr, end, zoomAndPanSpec, WTF_ARRAY_LENGTH(zoomAndPanSpec))) in parseViewSpecInternal() 254 … if (!skipString(ptr, end, preserveAspectRatioSpec, WTF_ARRAY_LENGTH(preserveAspectRatioSpec))) in parseViewSpecInternal() 267 if (!skipString(ptr, end, transformSpec, WTF_ARRAY_LENGTH(transformSpec))) in parseViewSpecInternal()
|
D | SVGZoomAndPan.cpp | 45 if (skipString(start, end, disable, WTF_ARRAY_LENGTH(disable))) { in parseZoomAndPanInternal() 49 if (skipString(start, end, magnify, WTF_ARRAY_LENGTH(magnify))) { in parseZoomAndPanInternal()
|
D | SVGParserUtilities.cpp | 689 if (skipString(ptr, end, skewXDesc, WTF_ARRAY_LENGTH(skewXDesc))) in parseAndSkipType() 691 else if (skipString(ptr, end, skewYDesc, WTF_ARRAY_LENGTH(skewYDesc))) in parseAndSkipType() 693 else if (skipString(ptr, end, scaleDesc, WTF_ARRAY_LENGTH(scaleDesc))) in parseAndSkipType() 697 } else if (skipString(ptr, end, translateDesc, WTF_ARRAY_LENGTH(translateDesc))) in parseAndSkipType() 699 else if (skipString(ptr, end, rotateDesc, WTF_ARRAY_LENGTH(rotateDesc))) in parseAndSkipType() 701 else if (skipString(ptr, end, matrixDesc, WTF_ARRAY_LENGTH(matrixDesc))) in parseAndSkipType()
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
D | BufferedLineReaderTest.cpp | 203 const size_t numTestLines = WTF_ARRAY_LENGTH(lines); in TEST() 204 COMPILE_ASSERT(numTestLines == WTF_ARRAY_LENGTH(breaks), DifferentLengths_lines_and_breaks); in TEST() 207 for (size_t k = 0; k < WTF_ARRAY_LENGTH(blockSizes); ++k) { in TEST() 236 const size_t numTestLines = WTF_ARRAY_LENGTH(lines); in TEST() 237 COMPILE_ASSERT(numTestLines == WTF_ARRAY_LENGTH(breaks), DifferentLengths_lines_and_breaks); in TEST() 240 for (size_t k = 0; k < WTF_ARRAY_LENGTH(blockSizes); ++k) { in TEST()
|
/external/chromium_org/third_party/WebKit/Source/platform/clipboard/ |
D | ClipboardUtilitiesTest.cpp | 66 String name = "na" + String(invalidCharacters, WTF_ARRAY_LENGTH(invalidCharacters)) + "me"; in TEST() 67 String extension = "e" + String(invalidCharacters, WTF_ARRAY_LENGTH(invalidCharacters)) + "xt"; in TEST()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | PageScriptDebugServer.cpp | 115 …iptRunner::callInternalFunction(getScriptsFunction, debuggerScript, WTF_ARRAY_LENGTH(argv), argv, … in addListener() 223 …v8::Handle<v8::Value> v8Value = callDebuggerMethod("isEvalCompilation", WTF_ARRAY_LENGTH(argvEvent… in preprocessBeforeCompile() 228 …eStringWithUndefinedOrNullCheck(callDebuggerMethod("getScriptName", WTF_ARRAY_LENGTH(argvEventData… in preprocessBeforeCompile() 229 …tringWithUndefinedOrNullCheck(callDebuggerMethod("getScriptSource", WTF_ARRAY_LENGTH(argvEventData… in preprocessBeforeCompile() 234 …callDebuggerMethod("setScriptSource", WTF_ARRAY_LENGTH(argvPreprocessedScript), argvPreprocessedSc… in preprocessBeforeCompile()
|
D | V8ErrorHandler.cpp | 77 …ue = V8ScriptRunner::callFunction(callFunction, context, thisValue, WTF_ARRAY_LENGTH(parameters), … in callListenerFunction() 79 … = ScriptController::callFunction(context, callFunction, thisValue, WTF_ARRAY_LENGTH(parameters), … in callListenerFunction()
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
D | Key.cpp | 77 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyUsageMappings); ++i) { in keyUsageToString() 87 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyUsageMappings); ++i) { in keyUsageStringToMask() 170 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyUsageMappings); ++i) { in usages()
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
D | interface.cpp | 412 'WTF_ARRAY_LENGTH(%sAttributes)' % v8_class) 416 'WTF_ARRAY_LENGTH(%sAccessors)' % v8_class) 420 'WTF_ARRAY_LENGTH(%sMethods)' % v8_class)
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsTypes.cpp | 68 const int numCompositeOperatorNames = WTF_ARRAY_LENGTH(compositeOperatorNames); 69 const int numBlendOperatorNames = WTF_ARRAY_LENGTH(blendOperatorNames);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
D | FontCacheSkiaWin.cpp | 136 numFonts = WTF_ARRAY_LENGTH(cjkFonts); in platformFallbackForCharacter() 139 numFonts = WTF_ARRAY_LENGTH(commonFonts); in platformFallbackForCharacter()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/ |
D | FontPlatformDataCocoa.mm | 197 …return CFDictionaryCreate(kCFAllocatorDefault, settingKeys, settingValues, WTF_ARRAY_LENGTH(settin… 208 …const void* values[] = { CFArrayCreate(kCFAllocatorDefault, descriptors, WTF_ARRAY_LENGTH(descript… 209 …utes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTy… 226 …gs(AdoptCF, CFArrayCreate(kCFAllocatorDefault, settingDictionaries, WTF_ARRAY_LENGTH(settingDictio… 230 …utes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTy…
|
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/ |
D | NavigatorContentUtils.cpp | 68 for (size_t i = 0; i < WTF_ARRAY_LENGTH(protocols); ++i) in initProtocolHandlerWhitelist() 86 newURL.remove(index, WTF_ARRAY_LENGTH(token) - 1); in verifyCustomHandlerURL()
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
D | KnownPorts.cpp | 130 …const unsigned short* const blockedPortListEnd = blockedPortList + WTF_ARRAY_LENGTH(blockedPortLis… in portAllowed()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
D | Font.cpp | 431 static size_t complexCodePathRangesCount = WTF_ARRAY_LENGTH(complexCodePathRanges); in characterRangeCodePath() 517 static size_t cjkIdeographRangesCount = WTF_ARRAY_LENGTH(cjkIdeographRanges); in isCJKIdeograph() 544 for (size_t i = 0; i < WTF_ARRAY_LENGTH(cjkIsolatedSymbolsArray); ++i) in isCJKIdeographOrSymbol() 590 static size_t cjkSymbolRangesCount = WTF_ARRAY_LENGTH(cjkSymbolRanges); in isCJKIdeographOrSymbol()
|
/external/chromium_org/third_party/WebKit/Source/wtf/testing/ |
D | WTFTestHelpersTest.cpp | 67 …C6\\u30B9\\u30C8\""), toCStringThroughPrinter(String(unicodeSample, WTF_ARRAY_LENGTH(unicodeSample… in TEST()
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
D | FontFallbackWin.cpp | 151 for (size_t i = 0; i < WTF_ARRAY_LENGTH(fontMap); ++i) in initializeScriptFontMap() 158 for (size_t i = 0; i < WTF_ARRAY_LENGTH(scriptToFontFamilies); ++i) { in initializeScriptFontMap()
|