HomeSort by relevance Sort by last modified time
    Searched refs:WTF_ARRAY_LENGTH (Results 1 - 25 of 104) 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)));
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 55 if (skipString(start, end, disable, WTF_ARRAY_LENGTH(disable))) {
59 if (skipString(start, end, magnify, WTF_ARRAY_LENGTH(magnify))) {
SVGViewSpec.cpp 133 if (!skipString(ptr, end, svgViewSpec, WTF_ARRAY_LENGTH(svgViewSpec)))
142 if (skipString(ptr, end, viewBoxSpec, WTF_ARRAY_LENGTH(viewBoxSpec))) {
156 } else if (skipString(ptr, end, viewTargetSpec, WTF_ARRAY_LENGTH(viewTargetSpec))) {
169 if (!skipString(ptr, end, zoomAndPanSpec, WTF_ARRAY_LENGTH(zoomAndPanSpec)))
180 if (!skipString(ptr, end, preserveAspectRatioSpec, WTF_ARRAY_LENGTH(preserveAspectRatioSpec)))
191 if (!skipString(ptr, end, transformSpec, WTF_ARRAY_LENGTH(transformSpec)))
  /external/chromium_org/third_party/WebKit/Source/core/editing/
TextIteratorTest.cpp 149 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
163 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
178 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
195 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
212 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
228 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
245 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
263 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
281 Vector<String> expectedTextChunks = createVectorString(expectedTextChunksRawString, WTF_ARRAY_LENGTH(expectedTextChunksRawString));
298 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/modules/crypto/
CryptoKey.cpp 82 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyUsageMappings); ++i) {
92 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyUsageMappings); ++i) {
156 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyUsageMappings); ++i) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
CompositingReasons.cpp 192 size_t kNumberOfCompositingReasons = WTF_ARRAY_LENGTH(kCompositingReasonStringMap);
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/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 63 for (size_t i = 0; i < WTF_ARRAY_LENGTH(storageTypeMappings); ++i) {
80 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/platform/fonts/win/
FontCacheSkiaWin.cpp 150 numFonts = WTF_ARRAY_LENGTH(cjkFonts);
153 numFonts = WTF_ARRAY_LENGTH(commonFonts);
241 size_t numVariants = WTF_ARRAY_LENGTH(variantForSuffix);
280 size_t numVariants = WTF_ARRAY_LENGTH(variantForSuffix);
351 size_t numFonts = WTF_ARRAY_LENGTH(minAntiAliasSizeForFont);
378 numFonts = WTF_ARRAY_LENGTH(noSubpixelForSmallSizeFont);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8ErrorHandler.cpp 74 returnValue = V8ScriptRunner::callFunction(callFunction, scriptState()->executionContext(), thisValue, WTF_ARRAY_LENGTH(parameters), parameters, isolate());
76 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);
PageScriptDebugServer.cpp 135 v8::Handle<v8::Value> value = V8ScriptRunner::callInternalFunction(getScriptsFunction, debuggerScript, WTF_ARRAY_LENGTH(argv), argv, m_isolate);
254 v8::Handle<v8::Value> v8Value = callDebuggerMethod("isEvalCompilation", WTF_ARRAY_LENGTH(argvEventData), argvEventData);
259 String scriptName = toCoreStringWithUndefinedOrNullCheck(callDebuggerMethod("getScriptName", WTF_ARRAY_LENGTH(argvEventData), argvEventData));
260 String script = toCoreStringWithUndefinedOrNullCheck(callDebuggerMethod("getScriptSource", WTF_ARRAY_LENGTH(argvEventData), argvEventData));
265 callDebuggerMethod("setScriptSource", WTF_ARRAY_LENGTH(argvPreprocessedScript), argvPreprocessedScript);
  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.cpp.tmpl 39 DEFINE_STATIC_LOCAL(StylePropertyShorthand, {{property.lower_camel_name}}Longhands, ({{property_id}}, {{property.lower_camel_name}}Properties, WTF_ARRAY_LENGTH({{property.lower_camel_name}}Properties)));
  /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/modules/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 188 return CFDictionaryCreate(kCFAllocatorDefault, settingKeys, settingValues, WTF_ARRAY_LENGTH(settingKeys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
199 const void* values[] = { CFArrayCreate(kCFAllocatorDefault, descriptors, WTF_ARRAY_LENGTH(descriptors), &kCFTypeArrayCallBacks) };
200 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));
217 RetainPtr<CFArrayRef> featureSettings(AdoptCF, CFArrayCreate(kCFAllocatorDefault, settingDictionaries, WTF_ARRAY_LENGTH(settingDictionaries), &kCFTypeArrayCallBacks));
221 RetainPtr<CFDictionaryRef> attributes(AdoptCF, CFDictionaryCreate(kCFAllocatorDefault, keys, values, WTF_ARRAY_LENGTH(keys), &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks));

Completed in 1795 milliseconds

1 2 3 4 5