/external/chromium_org/third_party/WebKit/Source/platform/text/ |
UnicodeUtilitiesTest.cpp | 137 String stringToFold(charactersToFold, WTF_ARRAY_LENGTH(charactersToFold)); 143 const String foldedString("\"\"\"\'\'\'\0", WTF_ARRAY_LENGTH(charactersToFold)); 157 nonKanaString1, WTF_ARRAY_LENGTH(nonKanaString1), 158 nonKanaString2, WTF_ARRAY_LENGTH(nonKanaString2))); 162 kanaString, WTF_ARRAY_LENGTH(kanaString), 163 nonKanaString2, WTF_ARRAY_LENGTH(nonKanaString2))); 167 kanaString, WTF_ARRAY_LENGTH(kanaString), 168 kanaString, WTF_ARRAY_LENGTH(kanaString))); 175 voicedKanaString1, WTF_ARRAY_LENGTH(voicedKanaString1), 176 voicedKanaString2, WTF_ARRAY_LENGTH(voicedKanaString2))) [all...] |
TextBreakIterator.h | 82 COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_length); 88 COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_length); 94 COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_length); 101 COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_length); 108 COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_length); 116 COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_length);
|
LocaleWin.cpp | 212 m_shortMonthLabels.reserveCapacity(WTF_ARRAY_LENGTH(types)); 213 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(types); ++i) { 217 m_shortMonthLabels.reserveCapacity(WTF_ARRAY_LENGTH(WTF::monthName)); 218 for (unsigned m = 0; m < WTF_ARRAY_LENGTH(WTF::monthName); ++m) 348 m_monthLabels.reserveCapacity(WTF_ARRAY_LENGTH(types)); 349 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(types); ++i) { 353 m_monthLabels.reserveCapacity(WTF_ARRAY_LENGTH(WTF::monthFullName)); 354 for (unsigned m = 0; m < WTF_ARRAY_LENGTH(WTF::monthFullName); ++m) 374 m_weekDayShortLabels.reserveCapacity(WTF_ARRAY_LENGTH(types)); 375 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(types); ++i) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
TextIteratorTest.cpp | 137 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); 151 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); 166 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); 183 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); 200 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); 216 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); 233 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); 251 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); 269 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)); 286 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString)) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
RuntimeCSSEnabled.cpp | 56 setCSSPropertiesEnabled(regionProperites, WTF_ARRAY_LENGTH(regionProperites), RuntimeEnabledFeatures::cssRegionsEnabled()); 61 setCSSPropertiesEnabled(exclusionProperties, WTF_ARRAY_LENGTH(exclusionProperties), RuntimeEnabledFeatures::cssExclusionsEnabled()); 69 setCSSPropertiesEnabled(shapeProperties, WTF_ARRAY_LENGTH(shapeProperties), RuntimeEnabledFeatures::cssShapesEnabled()); 76 setCSSPropertiesEnabled(css3TextDecorationProperties, WTF_ARRAY_LENGTH(css3TextDecorationProperties), RuntimeEnabledFeatures::css3TextDecorationsEnabled()); 81 setCSSPropertiesEnabled(css3TextProperties, WTF_ARRAY_LENGTH(css3TextProperties), RuntimeEnabledFeatures::css3TextEnabled()); 97 setCSSPropertiesEnabled(cssGridLayoutProperties, WTF_ARRAY_LENGTH(cssGridLayoutProperties), RuntimeEnabledFeatures::cssGridLayoutEnabled()); 102 setCSSPropertiesEnabled(cssObjectFitPositionProperties, WTF_ARRAY_LENGTH(cssObjectFitPositionProperties), RuntimeEnabledFeatures::objectFitPositionEnabled()); 115 setCSSPropertiesEnabled(animationProperties, WTF_ARRAY_LENGTH(animationProperties), RuntimeEnabledFeatures::cssAnimationUnprefixedEnabled());
|
StylePropertyShorthandCustom.cpp | 35 DEFINE_STATIC_LOCAL(StylePropertyShorthand, borderForParsingLonghands, (CSSPropertyBorder, borderShorthandProperties, propertiesForInitialization, WTF_ARRAY_LENGTH(borderShorthandProperties))); 60 DEFINE_STATIC_LOCAL(StylePropertyShorthand, webkitAnimationLonghandsForParsing, (CSSPropertyAnimation, animationPropertiesForParsing, WTF_ARRAY_LENGTH(animationPropertiesForParsing))); 85 DEFINE_STATIC_LOCAL(StylePropertyShorthand, webkitAnimationLonghandsForParsing, (CSSPropertyWebkitAnimation, animationPropertiesForParsing, WTF_ARRAY_LENGTH(animationPropertiesForParsing)));
|
CSSTransformValue.cpp | 62 ASSERT_WITH_SECURITY_IMPLICATION(static_cast<size_t>(operation) < WTF_ARRAY_LENGTH(transformNamePrefixes));
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGZoomAndPan.cpp | 45 if (skipString(start, end, disable, WTF_ARRAY_LENGTH(disable))) { 49 if (skipString(start, end, magnify, WTF_ARRAY_LENGTH(magnify))) {
|
SVGViewSpec.cpp | 210 if (!skipString(ptr, end, svgViewSpec, WTF_ARRAY_LENGTH(svgViewSpec))) 219 if (skipString(ptr, end, viewBoxSpec, WTF_ARRAY_LENGTH(viewBoxSpec))) { 230 } else if (skipString(ptr, end, viewTargetSpec, WTF_ARRAY_LENGTH(viewTargetSpec))) { 243 if (!skipString(ptr, end, zoomAndPanSpec, WTF_ARRAY_LENGTH(zoomAndPanSpec))) 254 if (!skipString(ptr, end, preserveAspectRatioSpec, WTF_ARRAY_LENGTH(preserveAspectRatioSpec))) 267 if (!skipString(ptr, end, transformSpec, WTF_ARRAY_LENGTH(transformSpec)))
|
/external/chromium_org/third_party/WebKit/Source/platform/clipboard/ |
ClipboardUtilitiesTest.cpp | 66 String name = "na" + String(invalidCharacters, WTF_ARRAY_LENGTH(invalidCharacters)) + "me"; 67 String extension = "e" + String(invalidCharacters, WTF_ARRAY_LENGTH(invalidCharacters)) + "xt";
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
KnownPorts.cpp | 130 const unsigned short* const blockedPortListEnd = blockedPortList + WTF_ARRAY_LENGTH(blockedPortList);
|
/external/chromium_org/third_party/WebKit/Source/wtf/testing/ |
WTFTestHelpersTest.cpp | 67 EXPECT_EQ(CString("\"\\u30C6\\u30B9\\u30C8\""), toCStringThroughPrinter(String(unicodeSample, WTF_ARRAY_LENGTH(unicodeSample))));
|
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/ |
BufferedLineReaderTest.cpp | 203 const size_t numTestLines = WTF_ARRAY_LENGTH(lines); 204 COMPILE_ASSERT(numTestLines == WTF_ARRAY_LENGTH(breaks), DifferentLengths_lines_and_breaks); 207 for (size_t k = 0; k < WTF_ARRAY_LENGTH(blockSizes); ++k) { 236 const size_t numTestLines = WTF_ARRAY_LENGTH(lines); 237 COMPILE_ASSERT(numTestLines == WTF_ARRAY_LENGTH(breaks), DifferentLengths_lines_and_breaks); 240 for (size_t k = 0; k < WTF_ARRAY_LENGTH(blockSizes); ++k) {
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
Key.cpp | 77 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyUsageMappings); ++i) { 87 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyUsageMappings); ++i) { 170 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyUsageMappings); ++i) {
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
V8ErrorHandler.cpp | 77 returnValue = V8ScriptRunner::callFunction(callFunction, context, thisValue, WTF_ARRAY_LENGTH(parameters), parameters, isolate); 79 returnValue = ScriptController::callFunction(context, callFunction, thisValue, WTF_ARRAY_LENGTH(parameters), parameters, isolate);
|
PageScriptDebugServer.cpp | 115 v8::Handle<v8::Value> value = V8ScriptRunner::callInternalFunction(getScriptsFunction, debuggerScript, WTF_ARRAY_LENGTH(argv), argv, m_isolate); 223 v8::Handle<v8::Value> v8Value = callDebuggerMethod("isEvalCompilation", WTF_ARRAY_LENGTH(argvEventData), argvEventData); 228 String scriptName = toCoreStringWithUndefinedOrNullCheck(callDebuggerMethod("getScriptName", WTF_ARRAY_LENGTH(argvEventData), argvEventData)); 229 String script = toCoreStringWithUndefinedOrNullCheck(callDebuggerMethod("getScriptSource", WTF_ARRAY_LENGTH(argvEventData), argvEventData)); 234 callDebuggerMethod("setScriptSource", WTF_ARRAY_LENGTH(argvPreprocessedScript), argvPreprocessedScript);
|
V8EventListener.cpp | 93 return frame->script().callFunction(handlerFunction, receiver, WTF_ARRAY_LENGTH(parameters), parameters);
|
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/ |
StylePropertyShorthand.cpp.tmpl | 40 DEFINE_STATIC_LOCAL(StylePropertyShorthand, {{ property.camel_case_name }}Longhands, ({{ property_id }}, {{ property.camel_case_name }}Properties, WTF_ARRAY_LENGTH({{ property.camel_case_name }}Properties)));
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
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/core/dom/ |
DOMException.cpp | 83 size_t tableSize = WTF_ARRAY_LENGTH(coreExceptions);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/ |
FontPlatformDataCocoa.mm | 197 return CFDictionaryCreate(kCFAllocatorDefault, settingKeys, settingValues, WTF_ARRAY_LENGTH(settingKeys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks); 208 const void* values[] = { CFArrayCreate(kCFAllocatorDefault, descriptors, WTF_ARRAY_LENGTH(descriptors), &kCFTypeArrayCallBacks) }; 209 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks)); 226 RetainPtr<CFArrayRef> featureSettings(AdoptCF, CFArrayCreate(kCFAllocatorDefault, settingDictionaries, WTF_ARRAY_LENGTH(settingDictionaries), &kCFTypeArrayCallBacks)); 230 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
interface.cpp | 412 'WTF_ARRAY_LENGTH(%sAttributes)' % v8_class) 416 'WTF_ARRAY_LENGTH(%sAccessors)' % v8_class) 420 'WTF_ARRAY_LENGTH(%sMethods)' % v8_class) 554 V8DOMConfiguration::installConstants(functionTemplate, prototypeTemplate, {{v8_class}}Constants, WTF_ARRAY_LENGTH({{v8_class}}Constants), isolate); [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/navigatorcontentutils/ |
NavigatorContentUtils.cpp | 68 for (size_t i = 0; i < WTF_ARRAY_LENGTH(protocols); ++i) 86 newURL.remove(index, WTF_ARRAY_LENGTH(token) - 1);
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
FontCacheSkiaWin.cpp | 136 numFonts = WTF_ARRAY_LENGTH(cjkFonts); 139 numFonts = WTF_ARRAY_LENGTH(commonFonts);
|
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
IntegerToStringConversion.h | 69 LChar* end = buf + WTF_ARRAY_LENGTH(buf);
|