Home
last modified time | relevance | path

Searched refs:WTF_ARRAY_LENGTH (Results 1 – 25 of 74) sorted by relevance

123

/external/webkit/Source/WebCore/dom/
DExceptionCode.cpp265 nameTableSize = WTF_ARRAY_LENGTH(rangeExceptionNames); in getExceptionCodeDescription()
273 nameTableSize = WTF_ARRAY_LENGTH(eventExceptionNames); in getExceptionCodeDescription()
281 nameTableSize = WTF_ARRAY_LENGTH(xmlHttpRequestExceptionNames); in getExceptionCodeDescription()
291 nameTableSize = WTF_ARRAY_LENGTH(xpathExceptionNames); in getExceptionCodeDescription()
302 nameTableSize = WTF_ARRAY_LENGTH(svgExceptionNames); in getExceptionCodeDescription()
312 nameTableSize = WTF_ARRAY_LENGTH(sqlExceptionNames); in getExceptionCodeDescription()
322 nameTableSize = WTF_ARRAY_LENGTH(fileExceptionNames); in getExceptionCodeDescription()
332 nameTableSize = WTF_ARRAY_LENGTH(idbDatabaseExceptionNames); in getExceptionCodeDescription()
340 nameTableSize = WTF_ARRAY_LENGTH(exceptionNames); in getExceptionCodeDescription()
/external/webkit/Source/WebCore/platform/text/transcoder/
DFontTranscoder.cpp44 …m_converterTypes.add(AtomicString(unicodeNameMSPGothic, WTF_ARRAY_LENGTH(unicodeNameMSPGothic)), B… in FontTranscoder()
48 …m_converterTypes.add(AtomicString(unicodeNameMSPMincho, WTF_ARRAY_LENGTH(unicodeNameMSPMincho)), B… in FontTranscoder()
52 …m_converterTypes.add(AtomicString(unicodeNameMSGothic, WTF_ARRAY_LENGTH(unicodeNameMSGothic)), Bac… in FontTranscoder()
56 …m_converterTypes.add(AtomicString(unicodeNameMSMincho, WTF_ARRAY_LENGTH(unicodeNameMSMincho)), Bac… in FontTranscoder()
60 …m_converterTypes.add(AtomicString(unicodeNameMeiryo, WTF_ARRAY_LENGTH(unicodeNameMeiryo)), Backsla… in FontTranscoder()
/external/webkit/Source/WebCore/svg/
DSVGViewSpec.cpp87 if (!skipString(currViewSpec, end, svgViewSpec, WTF_ARRAY_LENGTH(svgViewSpec))) in parseViewSpec()
96 if (skipString(currViewSpec, end, viewBoxSpec, WTF_ARRAY_LENGTH(viewBoxSpec))) { in parseViewSpec()
107 … } else if (skipString(currViewSpec, end, viewTargetSpec, WTF_ARRAY_LENGTH(viewTargetSpec))) { in parseViewSpec()
120 if (!skipString(currViewSpec, end, zoomAndPanSpec, WTF_ARRAY_LENGTH(zoomAndPanSpec))) in parseViewSpec()
131 …if (!skipString(currViewSpec, end, preserveAspectRatioSpec, WTF_ARRAY_LENGTH(preserveAspectRatioSp… in parseViewSpec()
144 if (!skipString(currViewSpec, end, transformSpec, WTF_ARRAY_LENGTH(transformSpec))) in parseViewSpec()
DSVGTransformable.cpp153 if (skipString(currTransform, end, skewXDesc, WTF_ARRAY_LENGTH(skewXDesc))) in parseAndSkipType()
155 else if (skipString(currTransform, end, skewYDesc, WTF_ARRAY_LENGTH(skewYDesc))) in parseAndSkipType()
157 else if (skipString(currTransform, end, scaleDesc, WTF_ARRAY_LENGTH(scaleDesc))) in parseAndSkipType()
161 } else if (skipString(currTransform, end, translateDesc, WTF_ARRAY_LENGTH(translateDesc))) in parseAndSkipType()
163 else if (skipString(currTransform, end, rotateDesc, WTF_ARRAY_LENGTH(rotateDesc))) in parseAndSkipType()
165 else if (skipString(currTransform, end, matrixDesc, WTF_ARRAY_LENGTH(matrixDesc))) in parseAndSkipType()
DSVGZoomAndPan.cpp59 if (skipString(start, end, disable, WTF_ARRAY_LENGTH(disable))) in parseZoomAndPan()
61 else if (skipString(start, end, magnify, WTF_ARRAY_LENGTH(magnify))) in parseZoomAndPan()
/external/webkit/Source/WebKit2/UIProcess/Plugins/win/
DPluginInfoStoreWin.cpp85 …int moduleFileNameLen = ::GetModuleFileNameW(0, moduleFileNameStr, WTF_ARRAY_LENGTH(moduleFileName… in safariPluginsDirectory()
87 if (!moduleFileNameLen || moduleFileNameLen == WTF_ARRAY_LENGTH(moduleFileNameStr)) in safariPluginsDirectory()
112 DWORD nameLen = WTF_ARRAY_LENGTH(name); in addMozillaPluginDirectories()
146 …mentStringsW(L"%SYSTEMDRIVE%\\PFiles\\Plugins", pluginDirectoryStr, WTF_ARRAY_LENGTH(pluginDirecto… in addWindowsMediaPlayerPluginDirectory()
148 if (pluginDirectorySize > 0 && pluginDirectorySize <= WTF_ARRAY_LENGTH(pluginDirectoryStr)) in addWindowsMediaPlayerPluginDirectory()
190 DWORD nameLen = WTF_ARRAY_LENGTH(name); in addAdobeAcrobatPluginDirectory()
225 if (!::GetSystemDirectoryW(systemDirectoryStr, WTF_ARRAY_LENGTH(systemDirectoryStr))) in addMacromediaPluginDirectories()
290 DWORD nameLen = WTF_ARRAY_LENGTH(name); in addPluginPathsFromRegistry()
/external/webkit/Source/WebKit2/Shared/win/
DWebKitBundle.cpp45 DWORD length = ::GetModuleFileNameW(gInstance, dllPathBuffer, WTF_ARRAY_LENGTH(dllPathBuffer)); in createWebKitBundle()
46 ASSERT(length && length < WTF_ARRAY_LENGTH(dllPathBuffer)); in createWebKitBundle()
/external/webkit/Source/WebCore/platform/win/
DLocalizedStringsWin.cpp52 …DWORD length = ::GetModuleFileNameW(instanceHandle(), dllPathBuffer, WTF_ARRAY_LENGTH(dllPathBuffe… in createWebKitBundle()
54 ASSERT(length < WTF_ARRAY_LENGTH(dllPathBuffer)); in createWebKitBundle()
DFileSystemWin.cpp199 int tempPathLength = ::GetTempPathA(WTF_ARRAY_LENGTH(tempPath), tempPath); in openTemporaryFile()
200 if (tempPathLength <= 0 || tempPathLength > WTF_ARRAY_LENGTH(tempPath)) in openTemporaryFile()
302 if (!GetTempPathW(WTF_ARRAY_LENGTH(tempDirPath), tempDirPath)) in safeCreateFile()
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataCoreText.cpp67WTF_ARRAY_LENGTH(keysWithKerningDisabled), &kCFCopyStringDictionaryKeyCallBacks, &kCFTypeDictionar… in getCFStringAttributes()
73WTF_ARRAY_LENGTH(keysWithKerningEnabled), &kCFCopyStringDictionaryKeyCallBacks, &kCFTypeDictionary… in getCFStringAttributes()
DComplexTextControllerCoreText.cpp142 …FDictionaryCreate(kCFAllocatorDefault, optionKeys, ltrOptionValues, WTF_ARRAY_LENGTH(optionKeys), … in collectComplexTextRunsForCharactersCoreText()
143 …FDictionaryCreate(kCFAllocatorDefault, optionKeys, rtlOptionValues, WTF_ARRAY_LENGTH(optionKeys), … in collectComplexTextRunsForCharactersCoreText()
/external/webkit/Source/JavaScriptCore/runtime/
DUString.cpp93 UChar* end = buf + WTF_ARRAY_LENGTH(buf); in number()
122 UChar* end = buf + WTF_ARRAY_LENGTH(buf); in number()
155 UChar* end = buf + WTF_ARRAY_LENGTH(buf); in number()
173 UChar* end = buf + WTF_ARRAY_LENGTH(buf); in number()
/external/webkit/Source/WebCore/platform/
DMIMETypeRegistry.cpp149 for (size_t i = 0; i < WTF_ARRAY_LENGTH(types); ++i) { in initializeSupportedImageMIMETypes()
217 for (size_t i = 0; i < WTF_ARRAY_LENGTH(types); ++i) in initializeSupportedJavaScriptMIMETypes()
252 for (size_t i = 0; i < WTF_ARRAY_LENGTH(types); ++i) in initializeSupportedNonImageMimeTypes()
440 for (size_t i = 0; i < WTF_ARRAY_LENGTH(types); ++i) in initializeUnsupportedTextMIMETypes()
DUUID.cpp70 int num = StringFromGUID2(uuid, reinterpret_cast<LPOLESTR>(uuidStr), WTF_ARRAY_LENGTH(uuidStr)); in createCanonicalUUIDString()
99 for (size_t i = 0; i < WTF_ARRAY_LENGTH(randomData); ++i) in createCanonicalUUIDString()
/external/webkit/Source/WebCore/platform/graphics/win/
DGraphicsContextCGWin.cpp235 …CGContextSetLineDash(context, edge_offset, edge_dash_lengths, WTF_ARRAY_LENGTH(edge_dash_lengths)); in drawLineForTextChecking()
240 …CGContextSetLineDash(context, middle_offset, middle_dash_lengths, WTF_ARRAY_LENGTH(middle_dash_len… in drawLineForTextChecking()
245 …CGContextSetLineDash(context, edge_offset, edge_dash_lengths, WTF_ARRAY_LENGTH(edge_dash_lengths)); in drawLineForTextChecking()
DIconWin.cpp71 UINT length = ::GetSystemDirectoryW(buffer, WTF_ARRAY_LENGTH(buffer)); in createIconForFiles()
/external/webkit/Source/WebCore/plugins/win/
DPluginDatabaseWin.cpp95 DWORD nameLen = WTF_ARRAY_LENGTH(name); in addPluginPathsFromRegistry()
256 …tringsW(TEXT("%SYSTEMDRIVE%\\PFiles\\Plugins"), pluginDirectoryStr, WTF_ARRAY_LENGTH(pluginDirecto… in addWindowsMediaPlayerPluginDirectory()
258 if (pluginDirectorySize > 0 && pluginDirectorySize <= WTF_ARRAY_LENGTH(pluginDirectoryStr)) in addWindowsMediaPlayerPluginDirectory()
409 if (!GetSystemDirectory(systemDirectoryStr, WTF_ARRAY_LENGTH(systemDirectoryStr))) in addMacromediaPluginDirectories()
/external/webkit/Source/WebCore/html/canvas/
DWebGLBuffer.cpp175 for (size_t i = 0; i < WTF_ARRAY_LENGTH(m_maxIndexCache); ++i) in getCachedMaxIndex()
183 size_t numEntries = WTF_ARRAY_LENGTH(m_maxIndexCache); in setCachedMaxIndex()
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DVerticalTextMap.cpp99 for (size_t i = 0; i < WTF_ARRAY_LENGTH(vTextCnvTable); ++i) in getVerticalForm()
/external/webkit/Source/WebCore/platform/wince/
DFileSystemWinCE.cpp195 int tempPathLength = ::GetTempPath(WTF_ARRAY_LENGTH(tempPath), tempPath); in openTemporaryFile()
196 if (tempPathLength <= 0 || tempPathLength > WTF_ARRAY_LENGTH(tempPath)) in openTemporaryFile()
/external/webkit/Source/WebKit2/UIProcess/Launcher/win/
DProcessLauncherWin.cpp68 if (!::GetModuleFileNameW(webKitModule, pathStr, WTF_ARRAY_LENGTH(pathStr))) in launchProcess()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsTypes.cpp50 const int numCompositeOperatorNames = WTF_ARRAY_LENGTH(compositeOperatorNames);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
DEditorClientEfl.cpp310 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyDownEntries); ++i) in interpretKeyEvent()
313 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyPressEntries); ++i) in interpretKeyEvent()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontUtilsChromiumWin.cpp153 for (size_t i = 0; i < WTF_ARRAY_LENGTH(fontMap); ++i) in initializeScriptFontMap()
160 for (size_t i = 0; i < WTF_ARRAY_LENGTH(scriptToFontFamilies); ++i) { in initializeScriptFontMap()
/external/webkit/Source/WebKit/wince/WebCoreSupport/
DEditorClientWinCE.cpp320 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyDownEntries); ++i) in interpretKeyEvent()
323 for (size_t i = 0; i < WTF_ARRAY_LENGTH(keyPressEntries); ++i) in interpretKeyEvent()

123