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

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertyShorthandCustom.cpp 35 DEFINE_STATIC_LOCAL(StylePropertyShorthand, borderForParsingLonghands, (CSSPropertyBorder, borderShorthandProperties, propertiesForInitialization, WTF_ARRAY_LENGTH(borderShorthandProperties)));
59 DEFINE_STATIC_LOCAL(StylePropertyShorthand, webkitAnimationLonghandsForParsing, (CSSPropertyWebkitAnimation, animationPropertiesForParsing, WTF_ARRAY_LENGTH(animationPropertiesForParsing)));
CSSTransformValue.cpp 64 ASSERT_WITH_SECURITY_IMPLICATION(static_cast<size_t>(operation) < WTF_ARRAY_LENGTH(transformNamePrefixes));
  /external/chromium_org/third_party/WebKit/Source/core/page/
RuntimeCSSEnabled.cpp 56 setCSSPropertiesEnabled(regionProperites, WTF_ARRAY_LENGTH(regionProperites), RuntimeEnabledFeatures::cssRegionsEnabled());
65 setCSSPropertiesEnabled(exclusionProperties, WTF_ARRAY_LENGTH(exclusionProperties), RuntimeEnabledFeatures::cssExclusionsEnabled());
71 setCSSPropertiesEnabled(css3TextDecorationProperties, WTF_ARRAY_LENGTH(css3TextDecorationProperties), RuntimeEnabledFeatures::css3TextDecorationsEnabled());
75 setCSSPropertiesEnabled(css3TextProperties, WTF_ARRAY_LENGTH(css3TextProperties), RuntimeEnabledFeatures::css3TextEnabled());
90 setCSSPropertiesEnabled(cssGridLayoutProperties, WTF_ARRAY_LENGTH(cssGridLayoutProperties), RuntimeEnabledFeatures::cssGridLayoutEnabled());
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/transcoder/
FontTranscoder.cpp 44 m_converterTypes.add(AtomicString(unicodeNameMSPGothic, WTF_ARRAY_LENGTH(unicodeNameMSPGothic)), BackslashToYenSign);
48 m_converterTypes.add(AtomicString(unicodeNameMSPMincho, WTF_ARRAY_LENGTH(unicodeNameMSPMincho)), BackslashToYenSign);
52 m_converterTypes.add(AtomicString(unicodeNameMSGothic, WTF_ARRAY_LENGTH(unicodeNameMSGothic)), BackslashToYenSign);
56 m_converterTypes.add(AtomicString(unicodeNameMSMincho, WTF_ARRAY_LENGTH(unicodeNameMSMincho)), BackslashToYenSign);
60 m_converterTypes.add(AtomicString(unicodeNameMeiryo, WTF_ARRAY_LENGTH(unicodeNameMeiryo)), BackslashToYenSign);
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextBreakIterator.h 89 COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_length);
95 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);
115 COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_length);
123 COMPILE_ASSERT(WTF_ARRAY_LENGTH(m_priorContext) == 2, TextBreakIterator_unexpected_prior_context_length);
LocaleICU.cpp 151 return udat_open(timeStyle, dateStyle, m_locale.data(), gmtTimezone, WTF_ARRAY_LENGTH(gmtTimezone), 0, -1, &status);
231 labels->reserveCapacity(WTF_ARRAY_LENGTH(WTF::monthFullName));
232 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(WTF::monthFullName); ++i)
393 m_shortMonthLabels.reserveCapacity(WTF_ARRAY_LENGTH(WTF::monthName));
394 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(WTF::monthName); ++i)
  /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))) {
SVGTransformable.cpp 162 if (skipString(ptr, end, skewXDesc, WTF_ARRAY_LENGTH(skewXDesc)))
164 else if (skipString(ptr, end, skewYDesc, WTF_ARRAY_LENGTH(skewYDesc)))
166 else if (skipString(ptr, end, scaleDesc, WTF_ARRAY_LENGTH(scaleDesc)))
170 } else if (skipString(ptr, end, translateDesc, WTF_ARRAY_LENGTH(translateDesc)))
172 else if (skipString(ptr, end, rotateDesc, WTF_ARRAY_LENGTH(rotateDesc)))
174 else if (skipString(ptr, end, matrixDesc, WTF_ARRAY_LENGTH(matrixDesc)))
SVGViewSpec.cpp 213 if (!skipString(ptr, end, svgViewSpec, WTF_ARRAY_LENGTH(svgViewSpec)))
222 if (skipString(ptr, end, viewBoxSpec, WTF_ARRAY_LENGTH(viewBoxSpec))) {
233 } else if (skipString(ptr, end, viewTargetSpec, WTF_ARRAY_LENGTH(viewTargetSpec))) {
246 if (!skipString(ptr, end, zoomAndPanSpec, WTF_ARRAY_LENGTH(zoomAndPanSpec)))
257 if (!skipString(ptr, end, preserveAspectRatioSpec, WTF_ARRAY_LENGTH(preserveAspectRatioSpec)))
270 if (!skipString(ptr, end, transformSpec, WTF_ARRAY_LENGTH(transformSpec)))
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
Key.cpp 73 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyUsageMappings); ++i) {
83 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyUsageMappings); ++i) {
126 for (int i = 0; i < WTF_ARRAY_LENGTH(keyUsageMappings); ++i) {
NormalizeAlgorithm.cpp 111 for (size_t i = 0; i < WTF_ARRAY_LENGTH(paramsForOperation); ++i)
150 for (size_t i = 0; i < WTF_ARRAY_LENGTH(algorithmNameMappings); ++i) {
157 for (size_t i = 0; i < WTF_ARRAY_LENGTH(operationParamsMappings); ++i) {
  /external/chromium_org/third_party/WebKit/Source/weborigin/
KnownPorts.cpp 130 const unsigned short* const blockedPortListEnd = blockedPortList + WTF_ARRAY_LENGTH(blockedPortList);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ErrorHandler.cpp 69 returnValue = V8ScriptRunner::callFunction(callFunction, context, thisValue, WTF_ARRAY_LENGTH(parameters), parameters);
71 returnValue = ScriptController::callFunctionWithInstrumentation(0, callFunction, thisValue, WTF_ARRAY_LENGTH(parameters), parameters);
V8EventListener.cpp 92 return frame->script()->callFunction(handlerFunction, receiver, WTF_ARRAY_LENGTH(parameters), parameters);
DateExtension.cpp 93 V8ScriptRunner::callInternalFunction(v8::Handle<v8::Function>::Cast(sleepFunctionHandle), v8::Object::New(), WTF_ARRAY_LENGTH(argv), argv, isolate);
V8WorkerGlobalScopeEventListener.cpp 101 v8::Local<v8::Value> result = V8ScriptRunner::callFunction(handlerFunction, context, receiver, WTF_ARRAY_LENGTH(parameters), parameters);
  /external/chromium_org/third_party/WebKit/Source/core/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/core/platform/graphics/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/core/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/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/core/platform/text/win/
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)
343 m_monthLabels.reserveCapacity(WTF_ARRAY_LENGTH(types));
344 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(types); ++i) {
348 m_monthLabels.reserveCapacity(WTF_ARRAY_LENGTH(WTF::monthFullName));
349 for (unsigned m = 0; m < WTF_ARRAY_LENGTH(WTF::monthFullName); ++m)
369 m_weekDayShortLabels.reserveCapacity(WTF_ARRAY_LENGTH(types));
370 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(types); ++i)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
IntegerToStringConversion.h 64 LChar* end = buf + WTF_ARRAY_LENGTH(buf);
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/mac/
LocaleMac.mm 128 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(WTF::monthFullName); ++i)
145 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(WTF::weekdayName); ++i) {
255 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(WTF::monthName); ++i)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCombineText.cpp 115 for (size_t i = 0 ; i < WTF_ARRAY_LENGTH(widthVariants) ; ++i) {

Completed in 1015 milliseconds

1 2 3 4