HomeSort by relevance Sort by last modified time
    Searched refs:WTF_ARRAY_LENGTH (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /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 84 COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_length);
90 COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_length);
96 COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_length);
103 COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_length);
110 COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_length);
118 COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_length);
  /external/chromium_org/third_party/WebKit/Source/core/css/
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)));
98 DEFINE_STATIC_LOCAL(StylePropertyShorthand, transitionLonghands, (CSSPropertyTransition, transitionProperties, WTF_ARRAY_LENGTH(transitionProperties)));
110 DEFINE_STATIC_LOCAL(StylePropertyShorthand, webkitTransitionLonghands, (CSSPropertyWebkitTransition, webkitTransitionProperties, WTF_ARRAY_LENGTH(webkitTransitionProperties)));
RuntimeCSSEnabled.cpp 52 setCSSPropertiesEnabled(exclusionProperties, WTF_ARRAY_LENGTH(exclusionProperties), RuntimeEnabledFeatures::cssExclusionsEnabled());
58 setCSSPropertiesEnabled(shapeProperties, WTF_ARRAY_LENGTH(shapeProperties), RuntimeEnabledFeatures::cssShapesEnabled());
65 setCSSPropertiesEnabled(css3TextDecorationProperties, WTF_ARRAY_LENGTH(css3TextDecorationProperties), RuntimeEnabledFeatures::css3TextDecorationsEnabled());
70 setCSSPropertiesEnabled(css3TextProperties, WTF_ARRAY_LENGTH(css3TextProperties), RuntimeEnabledFeatures::css3TextEnabled());
89 setCSSPropertiesEnabled(cssGridLayoutProperties, WTF_ARRAY_LENGTH(cssGridLayoutProperties), RuntimeEnabledFeatures::cssGridLayoutEnabled());
94 setCSSPropertiesEnabled(cssObjectFitPositionProperties, WTF_ARRAY_LENGTH(cssObjectFitPositionProperties), RuntimeEnabledFeatures::objectFitPositionEnabled());
107 setCSSPropertiesEnabled(animationProperties, WTF_ARRAY_LENGTH(animationProperties), RuntimeEnabledFeatures::cssAnimationUnprefixedEnabled());
117 setCSSPropertiesEnabled(transformProperties, WTF_ARRAY_LENGTH(transformProperties), RuntimeEnabledFeatures::cssTransformsUnprefixedEnabled());
CSSTransformValue.cpp 62 ASSERT_WITH_SECURITY_IMPLICATION(static_cast<size_t>(operation) < WTF_ARRAY_LENGTH(transformNamePrefixes));
MediaQueryListListener.cpp 42 invokeCallback(m_scriptState.get(), v8::Handle<v8::Function>::Cast(m_function.v8Value()), WTF_ARRAY_LENGTH(args), args);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGZoomAndPan.cpp 55 if (skipString(start, end, disable, WTF_ARRAY_LENGTH(disable))) {
59 if (skipString(start, end, magnify, WTF_ARRAY_LENGTH(magnify))) {
SVGViewSpec.cpp 135 if (!skipString(ptr, end, svgViewSpec, WTF_ARRAY_LENGTH(svgViewSpec)))
144 if (skipString(ptr, end, viewBoxSpec, WTF_ARRAY_LENGTH(viewBoxSpec))) {
158 } else if (skipString(ptr, end, viewTargetSpec, WTF_ARRAY_LENGTH(viewTargetSpec))) {
171 if (!skipString(ptr, end, zoomAndPanSpec, WTF_ARRAY_LENGTH(zoomAndPanSpec)))
182 if (!skipString(ptr, end, preserveAspectRatioSpec, WTF_ARRAY_LENGTH(preserveAspectRatioSpec)))
193 if (!skipString(ptr, end, transformSpec, WTF_ARRAY_LENGTH(transformSpec)))
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIteratorTest.cpp 151 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
165 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
180 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
197 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
214 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
230 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
247 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
265 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
283 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
300 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString))
    [all...]
  /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/modules/quota/
StorageQuota.cpp 64 for (size_t i = 0; i < WTF_ARRAY_LENGTH(storageTypeMappings); ++i) {
82 for (size_t i = 0; i < WTF_ARRAY_LENGTH(storageTypeMappings); ++i)
  /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 81 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyUsageMappings); ++i) {
91 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyUsageMappings); ++i) {
163 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyUsageMappings); ++i) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontCacheSkiaWin.cpp 146 numFonts = WTF_ARRAY_LENGTH(cjkFonts);
149 numFonts = WTF_ARRAY_LENGTH(commonFonts);
237 size_t numFonts = WTF_ARRAY_LENGTH(minAntiAliasSizeForFont);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ErrorHandler.cpp 75 returnValue = V8ScriptRunner::callFunction(callFunction, scriptState()->executionContext(), thisValue, WTF_ARRAY_LENGTH(parameters), parameters, isolate());
77 returnValue = ScriptController::callFunction(scriptState()->executionContext(), callFunction, thisValue, WTF_ARRAY_LENGTH(parameters), parameters, isolate());
V8MutationCallback.cpp 76 ScriptController::callFunction(executionContext(), m_callback.newLocal(isolate), thisObject, WTF_ARRAY_LENGTH(argv), argv, isolate);
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl 39 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/platform/transforms/
TransformOperationsTest.cpp 119 for (size_t i = 0; i < WTF_ARRAY_LENGTH(testTransforms); ++i) {
120 for (size_t j = 0; j < WTF_ARRAY_LENGTH(progress); ++j) {
174 for (size_t i = 0; i < WTF_ARRAY_LENGTH(testTransforms); ++i) {
175 for (size_t j = 0; j < WTF_ARRAY_LENGTH(progress); ++j) {
199 for (size_t i = 0; i < WTF_ARRAY_LENGTH(sizes); ++i) {
263 // This would have been best as anonymous structs, but |WTF_ARRAY_LENGTH|
265 // WTF_ARRAY_LENGTH will automatically support anonymous structs.
295 for (size_t i = 0; i < WTF_ARRAY_LENGTH(tests); ++i) {
353 for (size_t i = 0; i < WTF_ARRAY_LENGTH(axes); ++i) {
354 for (size_t j = 0; j < WTF_ARRAY_LENGTH(angles); ++j)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CustomSQLStatementErrorCallback.cpp 71 v8::Handle<v8::Value> result = ScriptController::callFunction(executionContext(), m_callback.newLocal(isolate), m_scriptState->context()->Global(), WTF_ARRAY_LENGTH(argv), argv, isolate);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMException.cpp 86 size_t tableSize = WTF_ARRAY_LENGTH(coreExceptions);
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecReplacementTest.cpp 56 size_t testCaseSize = WTF_ARRAY_LENGTH(testCase);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
FontPlatformDataCocoa.mm 199 return CFDictionaryCreate(kCFAllocatorDefault, settingKeys, settingValues, WTF_ARRAY_LENGTH(settingKeys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
210 const void* values[] = { CFArrayCreate(kCFAllocatorDefault, descriptors, WTF_ARRAY_LENGTH(descriptors), &kCFTypeArrayCallBacks) };
211 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
228 RetainPtr<CFArrayRef> featureSettings(AdoptCF, CFArrayCreate(kCFAllocatorDefault, settingDictionaries, WTF_ARRAY_LENGTH(settingDictionaries), &kCFTypeArrayCallBacks));
232 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));

Completed in 1800 milliseconds

1 2 3 4 5