format             13 Source/bindings/templates/interface.cpp        '{0}V8Internal::{0}ConstructorGetter'.format(cpp_class)) %}
format           1047 Source/bindings/templates/interface.cpp     '{0}V8Internal::{0}OriginSafeMethodSetterCallback'.format(cpp_class)
format            122 Source/bindings/v8/ExceptionMessages.cpp     return String::format("The %s is %s.", name, std::isinf(value) ? "infinite" : "not a number");
format            128 Source/bindings/v8/ExceptionMessages.cpp     return String::format("The %s is %s.", name, value.isInfinity() ? "infinite" : "not a number");
format            154 Source/bindings/v8/ExceptionMessages.cpp     return detail ? String::format("This object is read-only, because %s.", detail) : readOnly;
format            138 Source/bindings/v8/ExceptionMessages.h             return String::format("%e", 1.0*number);
format            150 Source/bindings/v8/ExceptionMessages.h             return String::format("%e", number);
format             52 Source/core/css/CSSFontFaceSrcValue.h     const String& format() const { return m_format; }
format             55 Source/core/css/CSSFontFaceSrcValue.h     void setFormat(const String& format) { m_format = format; }
format            184 Source/core/css/CSSMatrix.cpp         return String::format("matrix(%f, %f, %f, %f, %f, %f)", m_matrix.a(), m_matrix.b(), m_matrix.c(), m_matrix.d(), m_matrix.e(), m_matrix.f());
format            185 Source/core/css/CSSMatrix.cpp     return String::format("matrix3d(%f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f, %f)",
format             36 Source/core/css/CSSUnicodeRangeValue.cpp         return String::format("U+%X", m_from);
format             37 Source/core/css/CSSUnicodeRangeValue.cpp     return String::format("U+%X-%X", m_from, m_to);
format           5344 Source/core/css/parser/CSSPropertyParser.cpp         String str = String::format("%06d", static_cast<int>((value->fValue+.5)));
format             64 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %u elements were added to the sharing candidate list.\n", sharedStyleCandidates));
format             65 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %u calls were made to findSharedStyle, %u found a candidate to share with (%.2f%%).\n", sharedStyleLookups, sharedStyleFound, PERCENT(sharedStyleFound, sharedStyleLookups)));
format             67 Source/core/css/resolver/StyleResolverStats.cpp         output.append(String::format("  %u candidates could have matched but were not in the list when searching (%.2f%%).\n", sharedStyleMissed, PERCENT(sharedStyleMissed, sharedStyleLookups)));
format             68 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %u of found styles were rejected (%.2f%%), %.2f%% by uncommon attribute rules, %.2f%% by sibling rules and %.2f%% by parents disabling sharing.\n",
format             74 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %u of found styles were used for sharing (%.2f%%).\n", sharedStylesUsed, PERCENT(sharedStylesUsed, sharedStyleFound)));
format             75 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %.2f%% of calls to findSharedStyle returned a shared style.\n", PERCENT(sharedStylesUsed, sharedStyleLookups)));
format             80 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %u calls to applyMatchedProperties, %u hit the cache (%.2f%%).\n", matchedPropertyApply, matchedPropertyCacheHit, PERCENT(matchedPropertyCacheHit, matchedPropertyApply)));
format             81 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %u cache hits also shared the inherited style (%.2f%%).\n", matchedPropertyCacheInheritedHit, PERCENT(matchedPropertyCacheInheritedHit, matchedPropertyCacheHit)));
format             82 Source/core/css/resolver/StyleResolverStats.cpp     output.append(String::format("  %u styles created in applyMatchedProperties were added to the cache (%.2f%%).\n", matchedPropertyCacheAdded, PERCENT(matchedPropertyCacheAdded, matchedPropertyApply)));
format           3970 Source/core/dom/Document.cpp     return String::format("%02d/%02d/%04d %02d:%02d:%02d", date.month() + 1, date.monthDay(), date.fullYear(), date.hour(), date.minute(), date.second());
format            105 Source/core/fileapi/FileReaderLoader.cpp         request.setHTTPHeaderField("Range", AtomicString(String::format("bytes=%d-%d", m_rangeStart, m_rangeEnd)));
format             78 Source/core/html/HTMLShadowElement.cpp             String message = String::format("<shadow> doesn't work for %s element host.", root->host()->tagName().utf8().data());
format             71 Source/core/html/ImageData.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s is zero or not a number.", width ? "height" : "width"));
format           1714 Source/core/html/canvas/CanvasRenderingContext2D.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The %s provided is less than 0.", r0 < 0 ? "r0" : "r1"));
format           1740 Source/core/html/canvas/CanvasRenderingContext2D.cpp         exceptionState.throwDOMException(InvalidStateError, String::format("The canvas %s is 0.", imageSource->sourceSize().width() ? "height" : "width"));
format           1838 Source/core/html/canvas/CanvasRenderingContext2D.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s is 0.", sw ? "height" : "width"));
format           1865 Source/core/html/canvas/CanvasRenderingContext2D.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s is 0.", sw ? "height" : "width"));
format             50 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual GLenum format() const OVERRIDE;
format             86 Source/core/html/canvas/WebGLFramebuffer.cpp         GLenum format = m_renderbuffer->internalFormat();
format             87 Source/core/html/canvas/WebGLFramebuffer.cpp         if (format == GL_DEPTH_STENCIL_OES
format             92 Source/core/html/canvas/WebGLFramebuffer.cpp         return format;
format            150 Source/core/html/canvas/WebGLFramebuffer.cpp         virtual GLenum format() const OVERRIDE;
format            321 Source/core/html/canvas/WebGLFramebuffer.cpp     GLenum internalformat = attachedObject->format();
format            487 Source/core/html/canvas/WebGLFramebuffer.cpp     return attachment->format();
format            505 Source/core/html/canvas/WebGLFramebuffer.cpp         if (!attachment->format()) {
format             48 Source/core/html/canvas/WebGLFramebuffer.h         virtual GLenum format() const = 0;
format            652 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::addCompressedTextureFormat(GLenum format)
format            654 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!m_compressedTextureFormats.contains(format))
format            655 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_compressedTextureFormats.append(format);
format           1369 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::compressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, ArrayBufferView* data)
format           1375 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateCompressedTexFormat(format)) {
format           1379 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateCompressedTexFuncData("compressedTexSubImage2D", width, height, format, data))
format           1386 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (format != tex->getInternalFormat(target, level)) {
format           1391 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateCompressedTexSubDimensions("compressedTexSubImage2D", target, level, xoffset, yoffset, width, height, format, tex))
format           1395 Source/core/html/canvas/WebGLRenderingContextBase.cpp                                                  width, height, format, data->byteLength(), data->baseAddress());
format           1398 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateSettableTexFormat(const char* functionName, GLenum format)
format           1400 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (WebGLImageConversion::getClearBitsByFormat(format) & (GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT)) {
format           1741 Source/core/html/canvas/WebGLRenderingContextBase.cpp             synthesizeGLError(GL_INVALID_OPERATION, functionName, String::format("attribute %d is enabled but has no buffer bound", i).utf8().data());
format           3008 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::readPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, ArrayBufferView* pixels)
format           3020 Source/core/html/canvas/WebGLRenderingContextBase.cpp     switch (format) {
format           3039 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (format != GL_RGBA || type != GL_UNSIGNED_BYTE) {
format           3056 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum error = WebGLImageConversion::computeImageSizeInBytes(format, type, width, height, m_packAlignment, &totalBytesRequired, &padding);
format           3071 Source/core/html/canvas/WebGLRenderingContextBase.cpp         m_context->readPixels(x, y, width, height, format, type, data);
format           3266 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::texImage2DBase(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void* pixels, ExceptionState& exceptionState)
format           3271 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ASSERT(validateTexFuncParameters("texImage2D", NotTexSubImage2D, target, level, internalformat, width, height, border, format, type));
format           3275 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->texImage2D(target, level, convertTexInternalFormat(internalformat, type), width, height, border, format, type, pixels);
format           3279 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::texImage2DImpl(GLenum target, GLint level, GLenum internalformat, GLenum format, GLenum type, Image* image, WebGLImageConversion::ImageHtmlDomSource domSource, bool flipY, bool premultiplyAlpha, ExceptionState& exceptionState)
format           3293 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (type == GL_UNSIGNED_BYTE && sourceDataFormat == WebGLImageConversion::DataFormatRGBA8 && format == GL_RGBA && alphaOp == WebGLImageConversion::AlphaDoNothing && !flipY)
format           3296 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (!WebGLImageConversion::packImageData(image, imagePixelData, format, type, flipY, alphaOp, sourceDataFormat, imageExtractor.imageWidth(), imageExtractor.imageHeight(), imageExtractor.imageSourceUnpackAlignment(), data)) {
format           3304 Source/core/html/canvas/WebGLRenderingContextBase.cpp     texImage2DBase(target, level, internalformat, imageExtractor.imageWidth(), imageExtractor.imageHeight(), 0, format, type, needConversion ? data.data() : imagePixelData, exceptionState);
format           3309 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateTexFunc(const char* functionName, TexFuncValidationFunctionType functionType, TexFuncValidationSourceType sourceType, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLint xoffset, GLint yoffset)
format           3311 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateTexFuncParameters(functionName, functionType, target, level, internalformat, width, height, border, format, type))
format           3326 Source/core/html/canvas/WebGLRenderingContextBase.cpp             if (!validateSettableTexFormat(functionName, format))
format           3330 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (!validateSettableTexFormat(functionName, format))
format           3343 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (texture->getInternalFormat(target, level) != format || texture->getType(target, level) != type) {
format           3369 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum format, GLenum type, ArrayBufferView* pixels, ExceptionState& exceptionState)
format           3371 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateTexFuncData("texImage2D", level, width, height, format, type, pixels, NullAllowed)
format           3372 Source/core/html/canvas/WebGLRenderingContextBase.cpp         || !validateTexFunc("texImage2D", NotTexSubImage2D, SourceArrayBufferView, target, level, internalformat, width, height, border, format, type, 0, 0))
format           3378 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (!WebGLImageConversion::extractTextureData(width, height, format, type, m_unpackAlignment, m_unpackFlipY, m_unpackPremultiplyAlpha, data, tempData))
format           3385 Source/core/html/canvas/WebGLRenderingContextBase.cpp     texImage2DBase(target, level, internalformat, width, height, border, format, type, data, exceptionState);
format           3391 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum format, GLenum type, ImageData* pixels, ExceptionState& exceptionState)
format           3393 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !pixels || !validateTexFunc("texImage2D", NotTexSubImage2D, SourceImageData, target, level, internalformat, pixels->width(), pixels->height(), 0, format, type, 0, 0))
format           3399 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!m_unpackFlipY && !m_unpackPremultiplyAlpha && format == GL_RGBA && type == GL_UNSIGNED_BYTE)
format           3402 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (!WebGLImageConversion::extractImageData(pixels->data()->data(), pixels->size(), format, type, m_unpackFlipY, m_unpackPremultiplyAlpha, data)) {
format           3409 Source/core/html/canvas/WebGLRenderingContextBase.cpp     texImage2DBase(target, level, internalformat, pixels->width(), pixels->height(), 0, format, type, needConversion ? data.data() : pixels->data()->data(), exceptionState);
format           3415 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum format, GLenum type, HTMLImageElement* image, ExceptionState& exceptionState)
format           3424 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!imageForRender || !validateTexFunc("texImage2D", NotTexSubImage2D, SourceHTMLImageElement, target, level, internalformat, imageForRender->width(), imageForRender->height(), 0, format, type, 0, 0))
format           3427 Source/core/html/canvas/WebGLRenderingContextBase.cpp     texImage2DImpl(target, level, internalformat, format, type, imageForRender.get(), WebGLImageConversion::HtmlDomImage, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState);
format           3431 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum format, GLenum type, HTMLCanvasElement* canvas, ExceptionState& exceptionState)
format           3433 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateHTMLCanvasElement("texImage2D", canvas, exceptionState) || !validateTexFunc("texImage2D", NotTexSubImage2D, SourceHTMLCanvasElement, target, level, internalformat, canvas->width(), canvas->height(), 0, format, type, 0, 0))
format           3463 Source/core/html/canvas/WebGLRenderingContextBase.cpp         texImage2D(target, level, internalformat, format, type, imageData.get(), exceptionState);
format           3465 Source/core/html/canvas/WebGLRenderingContextBase.cpp         texImage2DImpl(target, level, internalformat, format, type, canvas->copiedImage(), WebGLImageConversion::HtmlDomCanvas, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState);
format           3483 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum format, GLenum type, HTMLVideoElement* video, ExceptionState& exceptionState)
format           3486 Source/core/html/canvas/WebGLRenderingContextBase.cpp         || !validateTexFunc("texImage2D", NotTexSubImage2D, SourceHTMLVideoElement, target, level, internalformat, video->videoWidth(), video->videoHeight(), 0, format, type, 0, 0))
format           3503 Source/core/html/canvas/WebGLRenderingContextBase.cpp     texImage2DImpl(target, level, internalformat, format, type, image.get(), WebGLImageConversion::HtmlDomVideo, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState);
format           3554 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::texSubImage2DBase(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void* pixels, ExceptionState& exceptionState)
format           3558 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ASSERT(validateTexFuncParameters("texSubImage2D", TexSubImage2D, target, level, format, width, height, 0, format, type));
format           3560 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ASSERT(validateSettableTexFormat("texSubImage2D", format));
format           3570 Source/core/html/canvas/WebGLRenderingContextBase.cpp     ASSERT(tex->getInternalFormat(target, level) == format);
format           3572 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->texSubImage2D(target, level, xoffset, yoffset, width, height, format, type, pixels);
format           3575 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::texSubImage2DImpl(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLenum format, GLenum type, Image* image, WebGLImageConversion::ImageHtmlDomSource domSource, bool flipY, bool premultiplyAlpha, ExceptionState& exceptionState)
format           3589 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (type == GL_UNSIGNED_BYTE && sourceDataFormat == WebGLImageConversion::DataFormatRGBA8 && format == GL_RGBA && alphaOp == WebGLImageConversion::AlphaDoNothing && !flipY)
format           3592 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (!WebGLImageConversion::packImageData(image, imagePixelData, format, type, flipY, alphaOp, sourceDataFormat, imageExtractor.imageWidth(), imageExtractor.imageHeight(), imageExtractor.imageSourceUnpackAlignment(), data)) {
format           3600 Source/core/html/canvas/WebGLRenderingContextBase.cpp     texSubImage2DBase(target, level, xoffset, yoffset, imageExtractor.imageWidth(), imageExtractor.imageHeight(), format, type,  needConversion ? data.data() : imagePixelData, exceptionState);
format           3607 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum format, GLenum type, ArrayBufferView* pixels, ExceptionState& exceptionState)
format           3609 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !validateTexFuncData("texSubImage2D", level, width, height, format, type, pixels, NullNotAllowed)
format           3610 Source/core/html/canvas/WebGLRenderingContextBase.cpp         || !validateTexFunc("texSubImage2D", TexSubImage2D, SourceArrayBufferView, target, level, format, width, height, 0, format, type, xoffset, yoffset))
format           3616 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (!WebGLImageConversion::extractTextureData(width, height, format, type,
format           3627 Source/core/html/canvas/WebGLRenderingContextBase.cpp     texSubImage2DBase(target, level, xoffset, yoffset, width, height, format, type, data, exceptionState);
format           3633 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum format, GLenum type, ImageData* pixels, ExceptionState& exceptionState)
format           3635 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (isContextLost() || !pixels || !validateTexFunc("texSubImage2D", TexSubImage2D, SourceImageData, target, level, format,  pixels->width(), pixels->height(), 0, format, type, xoffset, yoffset))
format           3642 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (format == GL_RGBA && type == GL_UNSIGNED_BYTE && !m_unpackFlipY && !m_unpackPremultiplyAlpha)
format           3645 Source/core/html/canvas/WebGLRenderingContextBase.cpp         if (!WebGLImageConversion::extractImageData(pixels->data()->data(), pixels->size(), format, type, m_unpackFlipY, m_unpackPremultiplyAlpha, data)) {
format           3652 Source/core/html/canvas/WebGLRenderingContextBase.cpp     texSubImage2DBase(target, level, xoffset, yoffset, pixels->width(), pixels->height(), format, type, needConversion ? data.data() : pixels->data()->data(), exceptionState);
format           3658 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum format, GLenum type, HTMLImageElement* image, ExceptionState& exceptionState)
format           3667 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!imageForRender || !validateTexFunc("texSubImage2D", TexSubImage2D, SourceHTMLImageElement, target, level, format, imageForRender->width(), imageForRender->height(), 0, format, type, xoffset, yoffset))
format           3670 Source/core/html/canvas/WebGLRenderingContextBase.cpp     texSubImage2DImpl(target, level, xoffset, yoffset, format, type, imageForRender.get(), WebGLImageConversion::HtmlDomImage, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState);
format           3674 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum format, GLenum type, HTMLCanvasElement* canvas, ExceptionState& exceptionState)
format           3677 Source/core/html/canvas/WebGLRenderingContextBase.cpp         || !validateTexFunc("texSubImage2D", TexSubImage2D, SourceHTMLCanvasElement, target, level, format, canvas->width(), canvas->height(), 0, format, type, xoffset, yoffset))
format           3682 Source/core/html/canvas/WebGLRenderingContextBase.cpp         texSubImage2D(target, level, xoffset, yoffset, format, type, imageData.get(), exceptionState);
format           3684 Source/core/html/canvas/WebGLRenderingContextBase.cpp         texSubImage2DImpl(target, level, xoffset, yoffset, format, type, canvas->copiedImage(), WebGLImageConversion::HtmlDomCanvas, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState);
format           3688 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum format, GLenum type, HTMLVideoElement* video, ExceptionState& exceptionState)
format           3691 Source/core/html/canvas/WebGLRenderingContextBase.cpp         || !validateTexFunc("texSubImage2D", TexSubImage2D, SourceHTMLVideoElement, target, level, format, video->videoWidth(), video->videoHeight(), 0, format, type, xoffset, yoffset))
format           3697 Source/core/html/canvas/WebGLRenderingContextBase.cpp     texSubImage2DImpl(target, level, xoffset, yoffset, format, type, image.get(), WebGLImageConversion::HtmlDomVideo, m_unpackFlipY, m_unpackPremultiplyAlpha, exceptionState);
format           4492 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateTexFuncFormatAndType(const char* functionName, GLenum format, GLenum type, GLint level)
format           4494 Source/core/html/canvas/WebGLRenderingContextBase.cpp     switch (format) {
format           4541 Source/core/html/canvas/WebGLRenderingContextBase.cpp     switch (format) {
format           4677 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type)
format           4682 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateTexFuncFormatAndType(functionName, format, type, level) || !validateTexFuncLevel(functionName, target, level))
format           4688 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (format != internalformat) {
format           4701 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateTexFuncData(const char* functionName, GLint level, GLsizei width, GLsizei height, GLenum format, GLenum type, ArrayBufferView* pixels, NullDisposition disposition)
format           4711 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateTexFuncFormatAndType(functionName, format, type, level))
format           4713 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateSettableTexFormat(functionName, format))
format           4750 Source/core/html/canvas/WebGLRenderingContextBase.cpp     GLenum error = WebGLImageConversion::computeImageSizeInBytes(format, type, width, height, m_unpackAlignment, &totalBytesRequired, 0);
format           4757 Source/core/html/canvas/WebGLRenderingContextBase.cpp             error = WebGLImageConversion::computeImageSizeInBytes(format, type, width, height, 1, &totalBytesRequired, 0);
format           4769 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateCompressedTexFormat(GLenum format)
format           4771 Source/core/html/canvas/WebGLRenderingContextBase.cpp     return m_compressedTextureFormats.contains(format);
format           4774 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateCompressedTexFuncData(const char* functionName, GLsizei width, GLsizei height, GLenum format, ArrayBufferView* pixels)
format           4787 Source/core/html/canvas/WebGLRenderingContextBase.cpp     switch (format) {
format           4848 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateCompressedTexDimensions(const char* functionName, TexFuncValidationFunctionType functionType, GLenum target, GLint level, GLsizei width, GLsizei height, GLenum format)
format           4853 Source/core/html/canvas/WebGLRenderingContextBase.cpp     switch (format) {
format           4873 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateCompressedTexSubDimensions(const char* functionName, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, WebGLTexture* tex)
format           4880 Source/core/html/canvas/WebGLRenderingContextBase.cpp     switch (format) {
format           4896 Source/core/html/canvas/WebGLRenderingContextBase.cpp         return validateCompressedTexDimensions(functionName, TexSubImage2D, target, level, width, height, format);
format           5474 Source/core/html/canvas/WebGLRenderingContextBase.cpp             return String::format("WebGL ERROR(0x%04X)", error);
format            140 Source/core/html/canvas/WebGLRenderingContextBase.h     void compressedTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, ArrayBufferView* data);
format            220 Source/core/html/canvas/WebGLRenderingContextBase.h     void readPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, ArrayBufferView* pixels);
format            234 Source/core/html/canvas/WebGLRenderingContextBase.h         GLenum format, GLenum type, ArrayBufferView*, ExceptionState&);
format            236 Source/core/html/canvas/WebGLRenderingContextBase.h         GLenum format, GLenum type, ImageData*, ExceptionState&);
format            238 Source/core/html/canvas/WebGLRenderingContextBase.h         GLenum format, GLenum type, HTMLImageElement*, ExceptionState&);
format            240 Source/core/html/canvas/WebGLRenderingContextBase.h         GLenum format, GLenum type, HTMLCanvasElement*, ExceptionState&);
format            242 Source/core/html/canvas/WebGLRenderingContextBase.h         GLenum format, GLenum type, HTMLVideoElement*, ExceptionState&);
format            249 Source/core/html/canvas/WebGLRenderingContextBase.h         GLenum format, GLenum type, ArrayBufferView*, ExceptionState&);
format            251 Source/core/html/canvas/WebGLRenderingContextBase.h         GLenum format, GLenum type, ImageData*, ExceptionState&);
format            253 Source/core/html/canvas/WebGLRenderingContextBase.h         GLenum format, GLenum type, HTMLImageElement*, ExceptionState&);
format            255 Source/core/html/canvas/WebGLRenderingContextBase.h         GLenum format, GLenum type, HTMLCanvasElement*, ExceptionState&);
format            257 Source/core/html/canvas/WebGLRenderingContextBase.h         GLenum format, GLenum type, HTMLVideoElement*, ExceptionState&);
format            682 Source/core/html/canvas/WebGLRenderingContextBase.h     void texImage2DBase(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void* pixels, ExceptionState&);
format            683 Source/core/html/canvas/WebGLRenderingContextBase.h     void texImage2DImpl(GLenum target, GLint level, GLenum internalformat, GLenum format, GLenum type, Image*, WebGLImageConversion::ImageHtmlDomSource, bool flipY, bool premultiplyAlpha, ExceptionState&);
format            684 Source/core/html/canvas/WebGLRenderingContextBase.h     void texSubImage2DBase(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void* pixels, ExceptionState&);
format            685 Source/core/html/canvas/WebGLRenderingContextBase.h     void texSubImage2DImpl(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLenum format, GLenum type, Image*, WebGLImageConversion::ImageHtmlDomSource, bool flipY, bool premultiplyAlpha, ExceptionState&);
format            716 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateTexFuncFormatAndType(const char* functionName, GLenum format, GLenum type, GLint level);
format            738 Source/core/html/canvas/WebGLRenderingContextBase.h         GLsizei height, GLint border, GLenum format, GLenum type, GLint xoffset, GLint yoffset);
format            746 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateTexFuncParameters(const char* functionName, TexFuncValidationFunctionType, GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type);
format            756 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateTexFuncData(const char* functionName, GLint level, GLsizei width, GLsizei height, GLenum format, GLenum type, ArrayBufferView* pixels, NullDisposition);
format            762 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateSettableTexFormat(const char* functionName, GLenum format);
format            766 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateCompressedTexFuncData(const char* functionName, GLsizei width, GLsizei height, GLenum format, ArrayBufferView* pixels);
format            769 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateCompressedTexFormat(GLenum format);
format            773 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateCompressedTexDimensions(const char* functionName, TexFuncValidationFunctionType, GLenum target, GLint level, GLsizei width, GLsizei height, GLenum format);
format            777 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateCompressedTexSubDimensions(const char* functionName, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, WebGLTexture*);
format             70 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     bool validateFormat(const String& format, const BaseMultipleFieldsDateAndTimeInputType&);
format            122 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp bool DateTimeFormatValidator::validateFormat(const String& format, const BaseMultipleFieldsDateAndTimeInputType& inputType)
format            124 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     if (!DateTimeFormat::parse(format, *this))
format            102 Source/core/html/forms/DateInputType.cpp     return String::format("%04u-%02u-%02u", dateTimeFieldsState.year(), dateTimeFieldsState.month(), dateTimeFieldsState.dayOfMonth());
format            115 Source/core/html/forms/DateTimeLocalInputType.cpp         return String::format("%04u-%02u-%02uT%02u:%02u:%02u.%03u",
format            126 Source/core/html/forms/DateTimeLocalInputType.cpp         return String::format("%04u-%02u-%02uT%02u:%02u:%02u",
format            135 Source/core/html/forms/DateTimeLocalInputType.cpp     return String::format("%04u-%02u-%02uT%02u:%02u",
format            147 Source/core/html/forms/MonthInputType.cpp     return String::format("%04u-%02u", dateTimeFieldsState.year(), dateTimeFieldsState.month());
format            133 Source/core/html/forms/TimeInputType.cpp         return String::format("%02u:%02u:%02u.%03u",
format            140 Source/core/html/forms/TimeInputType.cpp         return String::format("%02u:%02u:%02u",
format            145 Source/core/html/forms/TimeInputType.cpp     return String::format("%02u:%02u", dateTimeFieldsState.hour23(), dateTimeFieldsState.minute());
format             97 Source/core/html/forms/WeekInputType.cpp     return String::format("%04u-W%02u", dateTimeFieldsState.year(), dateTimeFieldsState.weekOfYear());
format            297 Source/core/html/parser/XSSAuditor.cpp             document->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Error parsing header X-XSS-Protection: " + headerValue + ": "  + errorDetails + " at character position " + String::format("%u", errorPosition) + ". The default protections will be applied.");
format            109 Source/core/html/shadow/DateTimeNumericFieldElement.cpp         return locale.convertToLocalizedNumber(String::format("%04d", value));
format            111 Source/core/html/shadow/DateTimeNumericFieldElement.cpp         return locale.convertToLocalizedNumber(String::format("%03d", value));
format            112 Source/core/html/shadow/DateTimeNumericFieldElement.cpp     return locale.convertToLocalizedNumber(String::format("%02d", value));
format            193 Source/core/html/track/vtt/VTTCue.cpp             String::format("translate(-%.2f%%, -%.2f%%)", position.first, position.second));
format            232 Source/core/html/track/vtt/VTTCue.cpp     return String::format("%p id=%s interval=%f-->%f cue=%s)", this, id().utf8().data(), startTime(), endTime(), text().utf8().data());
format            112 Source/core/inspector/InjectedScriptBase.cpp             *result = JSONString::create(String::format("Object has too long reference chain(must not be longer than %d)", JSONValue::maxDepth));
format            200 Source/core/inspector/InspectorCSSAgent.cpp         return String::format("SetStyleSheetText %s", m_styleSheet->id().utf8().data());
format            256 Source/core/inspector/InspectorCSSAgent.cpp         return String::format("SetPropertyText %s:%u:%s", m_styleSheet->id().utf8().data(), m_propertyIndex, m_overwrite ? "true" : "false");
format            100 Source/core/inspector/InspectorConsoleAgent.cpp         ConsoleMessage expiredMessage(!isWorkerAgent(), OtherMessageSource, LogMessageType, WarningMessageLevel, String::format("%d console messages are not shown.", m_expiredConsoleMessageCount));
format            222 Source/core/inspector/InspectorConsoleAgent.cpp     String message = title + String::format(": %.3fms", elapsed * 1000);
format            170 Source/core/inspector/InspectorFrontendHost.cpp             String symbolCode = String::format("\\u%04X", symbol);
format             34 Source/core/inspector/InspectorStyleTextEditor.cpp InspectorStyleTextEditor::InspectorStyleTextEditor(WillBeHeapVector<InspectorStyleProperty>* allProperties, const String& styleText, const NewLineAndWhitespace& format)
format             37 Source/core/inspector/InspectorStyleTextEditor.cpp     , m_format(format)
format             43 Source/core/inspector/InspectorStyleTextEditor.h     InspectorStyleTextEditor(WillBeHeapVector<InspectorStyleProperty>* allProperties, const String& styleText, const NewLineAndWhitespace& format);
format            441 Source/core/inspector/InspectorTimelineAgent.cpp         String message = String::format("Timeline '%s' terminated.", m_consoleTimelines[i].utf8().data());
format            815 Source/core/inspector/InspectorTimelineAgent.cpp     String message = String::format("Timeline '%s' started.", title.utf8().data());
format            833 Source/core/inspector/InspectorTimelineAgent.cpp         String message = String::format("Timeline '%s' was not started.", title.utf8().data());
format            838 Source/core/inspector/InspectorTimelineAgent.cpp     String message = String::format("Timeline '%s' finished.", title.utf8().data());
format             66 Source/core/rendering/FastTextAutosizer.cpp             AtomicString(String::format("bm %f * (lw %d / fw %d)",
format            749 Source/core/rendering/FastTextAutosizer.cpp             explanation = String::format("[from width %d of %s]",
format            754 Source/core/rendering/FastTextAutosizer.cpp         AtomicString(String::format("cluster: %f %s", cluster->m_multiplier, explanation.utf8().data())));
format            547 Source/core/rendering/FloatingObjects.cpp     return String::format("%p (%dx%d %dx%d)", floatingObject, floatingObject->frameRect().pixelSnappedX(), floatingObject->frameRect().pixelSnappedY(), floatingObject->frameRect().pixelSnappedMaxX(), floatingObject->frameRect().pixelSnappedMaxY());
format            245 Source/core/rendering/RenderFlowThread.h     static String string(const RenderRegion* value) { return String::format("%p", value); }
format            426 Source/core/rendering/RenderMediaControls.cpp         return String::format("%s%01d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds);
format            428 Source/core/rendering/RenderMediaControls.cpp         return String::format("%s%02d:%02d", (time < 0 ? "-" : ""), minutes, seconds);
format            430 Source/core/rendering/RenderMediaControls.cpp     return String::format("%s%01d:%02d", (time < 0 ? "-" : ""), minutes, seconds);
format           1372 Source/core/rendering/RenderObject.cpp         "info", TRACE_STR_COPY(String::format("rect: %d,%d %dx%d, invalidation_reason: %s",
format            463 Source/core/rendering/RenderTheme.cpp             return String::format("%s%02d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds);
format            465 Source/core/rendering/RenderTheme.cpp         return String::format("%s%01d:%02d:%02d", (time < 0 ? "-" : ""), hours, minutes, seconds);
format            468 Source/core/rendering/RenderTheme.cpp     return String::format("%s%02d:%02d", (time < 0 ? "-" : ""), minutes, seconds);
format            276 Source/core/rendering/TextAutosizer.cpp     writeDebugInfo(clusterInfo.root, AtomicString(String::format("cluster:%f", multiplier)));
format             43 Source/core/svg/SVGAltGlyphElement.h     const AtomicString& format() const;
format            264 Source/core/svg/SVGUseElement.cpp     text += String::format("SVGElementInstance this=%p, (parentNode=%s (%p), firstChild=%s (%p), correspondingElement=%s (%p), directUseElement=%s (%p), shadowTreeElement=%s (%p), id=%s)\n",
format            279 Source/core/svg/SVGUseElement.cpp         text += String::format(" -> SVGElementInstance this=%p, (refCount: %i, shadowTreeElement in document? %i)\n",
format            290 Source/core/svg/properties/SVGListPropertyHelper.h         exceptionState.throwDOMException(IndexSizeError, String::format("Failed to replace the provided item at index %zu.", index));
format            473 Source/core/testing/Internals.cpp         exceptionState.throwDOMException(InvalidAccessError, String::format("The %s node is neither a document node, nor a shadow root.", treeScope1 ? "second" : "first"));
format           1708 Source/core/testing/Internals.cpp         exceptionState.throwDOMException(InvalidAccessError, String::format("The %s element provided is invalid.", element1 ? "second" : "first"));
format           1728 Source/core/testing/Internals.cpp         exceptionState.throwDOMException(InvalidAccessError, String::format("No render layer can be obtained from the %s provided element.", layer1 ? "second" : "first"));
format            148 Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/Runner.java                     logError(String.format(
format             72 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java         String message = String.format("%s:%d: ERROR - %s%n%s%n%s%n",
format            117 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java                 String.format("Type %s extends %s but does not properly invoke its constructor",
format            141 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java                         String.format("No __proto__ assigned for type %s having @extends",
format            171 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java             reportErrorAtNodeStart(node.getLeft(), String.format(
format            176 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java                 reportErrorAtNodeStart(node.getRight(), String.format(
format            186 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java             reportErrorAtNodeStart(node.getRight(), String.format(
format            216 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ProtoFollowsExtendsChecker.java             reportErrorAtNodeStart(prototypeValueNode, String.format(
format             94 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/ReturnAnnotationChecker.java                     String.format("invalid @returns annotation found - %s", suggestedResolution));
format             68 Source/modules/crypto/Crypto.cpp         exceptionState.throwDOMException(TypeMismatchError, String::format("The provided ArrayBufferView is of type '%s', which is not an integer array type.", array->typeName()));
format             72 Source/modules/crypto/Crypto.cpp         exceptionState.throwDOMException(QuotaExceededError, String::format("The ArrayBufferView's byte length (%u) exceeds the number of bytes of entropy available via this API (65536).", array->byteLength()));
format            183 Source/modules/crypto/Key.cpp bool Key::parseFormat(const String& formatString, blink::WebCryptoKeyFormat& format, CryptoResult* result)
format            187 Source/modules/crypto/Key.cpp         format = blink::WebCryptoKeyFormatRaw;
format            191 Source/modules/crypto/Key.cpp         format = blink::WebCryptoKeyFormatPkcs8;
format            195 Source/modules/crypto/Key.cpp         format = blink::WebCryptoKeyFormatSpki;
format            199 Source/modules/crypto/Key.cpp         format = blink::WebCryptoKeyFormatJwk;
format            172 Source/modules/crypto/SubtleCrypto.cpp     blink::WebCryptoKeyFormat format;
format            173 Source/modules/crypto/SubtleCrypto.cpp     if (!Key::parseFormat(rawFormat, format, result.get()))
format            186 Source/modules/crypto/SubtleCrypto.cpp     blink::Platform::current()->crypto()->importKey(format, keyDataBytes, keyData->byteLength(), algorithm, extractable, keyUsages, result->result());
format            200 Source/modules/crypto/SubtleCrypto.cpp     blink::WebCryptoKeyFormat format;
format            201 Source/modules/crypto/SubtleCrypto.cpp     if (!Key::parseFormat(rawFormat, format, result.get()))
format            209 Source/modules/crypto/SubtleCrypto.cpp     blink::Platform::current()->crypto()->exportKey(format, key->key(), result->result());
format            228 Source/modules/crypto/SubtleCrypto.cpp     blink::WebCryptoKeyFormat format;
format            229 Source/modules/crypto/SubtleCrypto.cpp     if (!Key::parseFormat(rawFormat, format, result.get()))
format            244 Source/modules/crypto/SubtleCrypto.cpp     blink::Platform::current()->crypto()->wrapKey(format, key->key(), wrappingKey->key(), wrapAlgorithm, result->result());
format            263 Source/modules/crypto/SubtleCrypto.cpp     blink::WebCryptoKeyFormat format;
format            264 Source/modules/crypto/SubtleCrypto.cpp     if (!Key::parseFormat(rawFormat, format, result.get()))
format            285 Source/modules/crypto/SubtleCrypto.cpp     blink::Platform::current()->crypto()->unwrapKey(format, wrappedKeyData, wrappedKeyDataSize, unwrappingKey->key(), unwrapAlgorithm, unwrappedKeyAlgorithm, extractable, keyUsages, result->result());
format            117 Source/modules/encryptedmedia/MediaKeySession.cpp         exceptionState.throwDOMException(InvalidAccessError, String::format("The response argument provided is %s.", response ? "an empty array" : "invalid"));
format            102 Source/modules/imagebitmap/ImageBitmapFactories.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
format            145 Source/modules/imagebitmap/ImageBitmapFactories.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
format            189 Source/modules/imagebitmap/ImageBitmapFactories.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
format            218 Source/modules/imagebitmap/ImageBitmapFactories.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
format            241 Source/modules/imagebitmap/ImageBitmapFactories.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
format            260 Source/modules/imagebitmap/ImageBitmapFactories.cpp         exceptionState.throwDOMException(IndexSizeError, String::format("The source %s provided is 0.", sw ? "height" : "width"));
format            761 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp             m_requestCallback->sendFailure(String::format("Could not clear object store '%s': %d", m_objectStoreName.utf8().data(), ec));
format             89 Source/modules/webdatabase/DatabaseBackendBase.cpp     return String::format("%s (%d %s)", message, sqliteErrorCode, sqliteErrorMessage);
format             71 Source/modules/webdatabase/DatabaseSync.h         setLastErrorMessage(String::format("%s (%d, %s)", message, sqliteCode, sqliteMessage));
format             47 Source/modules/webdatabase/SQLError.h         return create(code, String::format("%s (%d %s)", message, sqliteCode, sqliteMessage));
format            185 Source/modules/websockets/WebSocket.cpp             builder.append(String::format("\\u%04X", protocol[i]));
format            666 Source/platform/DateComponents.cpp String DateComponents::toStringForTime(SecondFormat format) const
format            669 Source/platform/DateComponents.cpp     SecondFormat effectiveFormat = format;
format            672 Source/platform/DateComponents.cpp     else if (format == None && m_second)
format            680 Source/platform/DateComponents.cpp         return String::format("%02d:%02d", m_hour, m_minute);
format            682 Source/platform/DateComponents.cpp         return String::format("%02d:%02d:%02d", m_hour, m_minute, m_second);
format            684 Source/platform/DateComponents.cpp         return String::format("%02d:%02d:%02d.%03d", m_hour, m_minute, m_second, m_millisecond);
format            688 Source/platform/DateComponents.cpp String DateComponents::toString(SecondFormat format) const
format            692 Source/platform/DateComponents.cpp         return String::format("%04d-%02d-%02d", m_year, m_month + 1, m_monthDay);
format            694 Source/platform/DateComponents.cpp         return String::format("%04d-%02d-%02dT", m_year, m_month + 1, m_monthDay)
format            695 Source/platform/DateComponents.cpp             + toStringForTime(format) + String("Z");
format            697 Source/platform/DateComponents.cpp         return String::format("%04d-%02d-%02dT", m_year, m_month + 1, m_monthDay)
format            698 Source/platform/DateComponents.cpp             + toStringForTime(format);
format            700 Source/platform/DateComponents.cpp         return String::format("%04d-%02d", m_year, m_month + 1);
format            702 Source/platform/DateComponents.cpp         return toStringForTime(format);
format            704 Source/platform/DateComponents.cpp         return String::format("%04d-W%02d", m_year, m_week);
format             90 Source/platform/DateComponents.h     String toString(SecondFormat format = None) const;
format             73 Source/platform/JSONValues.cpp                 String symbolCode = String::format("\\u%04X", symbol);
format             53 Source/platform/PODIntervalTreeTest.cpp         return String::format("0x%p", value);
format             94 Source/platform/PODIntervalTreeTest.cpp         return String::format("0x%p", value);
format            176 Source/platform/audio/HRTFElevation.cpp     String resourceName = String::format("IRC_%s_C_R0195_T%03d_P%03d", subjectName.utf8().data(), azimuth, positiveElevation);
format             78 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp bool FontCustomPlatformData::supportsFormat(const String& format)
format             80 Source/platform/fonts/mac/FontCustomPlatformDataMac.cpp     return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format);
format             69 Source/platform/fonts/opentype/OpenTypeSanitizer.cpp bool OpenTypeSanitizer::supportsFormat(const String& format)
format             71 Source/platform/fonts/opentype/OpenTypeSanitizer.cpp     return equalIgnoringCase(format, "woff")
format             72 Source/platform/fonts/opentype/OpenTypeSanitizer.cpp         || (RuntimeEnabledFeatures::woff2Enabled() && equalIgnoringCase(format, "woff2"));
format            137 Source/platform/fonts/opentype/OpenTypeUtilities.cpp     BigEndianUShort format;
format            176 Source/platform/fonts/opentype/OpenTypeUtilities.cpp     name->format = 0;
format            107 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp bool FontCustomPlatformData::supportsFormat(const String& format)
format            109 Source/platform/fonts/skia/FontCustomPlatformDataSkia.cpp     return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format);
format            147 Source/platform/geometry/FloatPolygon.h     static String string(const FloatPolygonEdge* edge) { return String::format("%p (%f,%f %f,%f)", edge, edge->vertex1().x(), edge->vertex1().y(), edge->vertex2().x(), edge->vertex2().y()); }
format            258 Source/platform/graphics/Color.cpp         return String::format("#%02X%02X%02X%02X", red(), green(), blue(), alpha());
format            259 Source/platform/graphics/Color.cpp     return String::format("#%02X%02X%02X", red(), green(), blue());
format            949 Source/platform/graphics/gpu/DrawingBuffer.cpp void DrawingBuffer::texImage2DResourceSafe(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLint unpackAlignment)
format            952 Source/platform/graphics/gpu/DrawingBuffer.cpp     m_context->texImage2D(target, level, internalformat, width, height, border, format, type, 0);
format            194 Source/platform/graphics/gpu/DrawingBuffer.h     void texImage2DResourceSafe(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, GLint alignment = 4);
format             72 Source/platform/graphics/gpu/DrawingBufferTest.cpp     virtual void texImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border, WGC3Denum format, WGC3Denum type, const void* pixels)
format            232 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<int format, typename SourceType, typename DstType>
format            540 Source/platform/graphics/gpu/WebGLImageConversion.cpp template<int format, int alphaOp, typename SourceType, typename DstType>
format           1124 Source/platform/graphics/gpu/WebGLImageConversion.cpp bool HasAlpha(int format)
format           1126 Source/platform/graphics/gpu/WebGLImageConversion.cpp     return format == WebGLImageConversion::DataFormatA8
format           1127 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatA16F
format           1128 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatA32F
format           1129 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRA8
format           1130 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatAR8
format           1131 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRA16F
format           1132 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRA32F
format           1133 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRGBA8
format           1134 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatBGRA8
format           1135 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatARGB8
format           1136 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatABGR8
format           1137 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRGBA16F
format           1138 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRGBA32F
format           1139 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRGBA4444
format           1140 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRGBA5551;
format           1143 Source/platform/graphics/gpu/WebGLImageConversion.cpp bool HasColor(int format)
format           1145 Source/platform/graphics/gpu/WebGLImageConversion.cpp     return format == WebGLImageConversion::DataFormatRGBA8
format           1146 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRGBA16F
format           1147 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRGBA32F
format           1148 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRGB8
format           1149 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRGB16F
format           1150 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRGB32F
format           1151 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatBGR8
format           1152 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatBGRA8
format           1153 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatARGB8
format           1154 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatABGR8
format           1155 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRGBA5551
format           1156 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRGBA4444
format           1157 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRGB565
format           1158 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatR8
format           1159 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatR16F
format           1160 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatR32F
format           1161 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRA8
format           1162 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRA16F
format           1163 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatRA32F
format           1164 Source/platform/graphics/gpu/WebGLImageConversion.cpp         || format == WebGLImageConversion::DataFormatAR8;
format           1220 Source/platform/graphics/gpu/WebGLImageConversion.cpp unsigned TexelBytesForFormat(WebGLImageConversion::DataFormat format)
format           1222 Source/platform/graphics/gpu/WebGLImageConversion.cpp     switch (format) {
format           1443 Source/platform/graphics/gpu/WebGLImageConversion.cpp bool WebGLImageConversion::computeFormatAndTypeParameters(GLenum format, GLenum type, unsigned* componentsPerPixel, unsigned* bytesPerComponent)
format           1445 Source/platform/graphics/gpu/WebGLImageConversion.cpp     switch (format) {
format           1494 Source/platform/graphics/gpu/WebGLImageConversion.cpp GLenum WebGLImageConversion::computeImageSizeInBytes(GLenum format, GLenum type, GLsizei width, GLsizei height, GLint alignment, unsigned* imageSizeInBytes, unsigned* paddingInBytes)
format           1501 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (!computeFormatAndTypeParameters(format, type, &bytesPerComponent, &componentsPerPixel))
format           1602 Source/platform/graphics/gpu/WebGLImageConversion.cpp unsigned WebGLImageConversion::getClearBitsByFormat(GLenum format)
format           1604 Source/platform/graphics/gpu/WebGLImageConversion.cpp     switch (format) {
format           1626 Source/platform/graphics/gpu/WebGLImageConversion.cpp unsigned WebGLImageConversion::getChannelBitsByFormat(GLenum format)
format           1628 Source/platform/graphics/gpu/WebGLImageConversion.cpp     switch (format) {
format           1657 Source/platform/graphics/gpu/WebGLImageConversion.cpp     GLenum format,
format           1672 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (computeImageSizeInBytes(format, type, width, height, 1, &packedSize, 0) != GL_NO_ERROR)
format           1676 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (!packPixels(reinterpret_cast<const uint8_t*>(pixels), sourceFormat, width, height, sourceUnpackAlignment, format, type, alphaOp, data.data(), flipY))
format           1686 Source/platform/graphics/gpu/WebGLImageConversion.cpp     GLenum format,
format           1699 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (computeImageSizeInBytes(format, type, width, height, 1, &packedSize, 0) != GL_NO_ERROR)
format           1703 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (!packPixels(imageData, DataFormatRGBA8, width, height, 0, format, type, premultiplyAlpha ? AlphaDoPremultiply : AlphaDoNothing, data.data(), flipY))
format           1712 Source/platform/graphics/gpu/WebGLImageConversion.cpp     GLenum format, GLenum type,
format           1719 Source/platform/graphics/gpu/WebGLImageConversion.cpp     DataFormat sourceDataFormat = getDataFormat(format, type);
format           1723 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (!computeFormatAndTypeParameters(format, type, &componentsPerPixel, &bytesPerComponent))
format           1728 Source/platform/graphics/gpu/WebGLImageConversion.cpp     if (!packPixels(static_cast<const uint8_t*>(pixels), sourceDataFormat, width, height, unpackAlignment, format, type, (premultiplyAlpha ? AlphaDoPremultiply : AlphaDoNothing), data.data(), flipY))
format            114 Source/platform/graphics/gpu/WebGLImageConversion.h     static bool computeFormatAndTypeParameters(GLenum format, GLenum type, unsigned* componentsPerPixel, unsigned* bytesPerComponent);
format            121 Source/platform/graphics/gpu/WebGLImageConversion.h     static GLenum computeImageSizeInBytes(GLenum format, GLenum type, GLsizei width, GLsizei height, GLint alignment, unsigned* imageSizeInBytes, unsigned* paddingInBytes);
format            139 Source/platform/graphics/gpu/WebGLImageConversion.h     static bool packImageData(Image*, const void* pixels, GLenum format, GLenum type, bool flipY, AlphaOp, DataFormat sourceFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, Vector<uint8_t>& data);
format            145 Source/platform/graphics/gpu/WebGLImageConversion.h     static bool extractImageData(const uint8_t*, const IntSize&, GLenum format, GLenum type, bool flipY, bool premultiplyAlpha, Vector<uint8_t>& data);
format            152 Source/platform/graphics/gpu/WebGLImageConversion.h     static bool extractTextureData(unsigned width, unsigned height, GLenum format, GLenum type, unsigned unpackAlignment, bool flipY, bool premultiplyAlpha, const void* pixels, Vector<uint8_t>& data);
format             55 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void* mapTexSubImage2DCHROMIUM(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, WGC3Denum access) { return 0; }
format             98 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void compressedTexSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Dsizei imageSize, const void* data) { }
format            178 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void readPixels(WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, void* pixels) { }
format            193 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void texImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border, WGC3Denum format, WGC3Denum type, const void* pixels) { }
format            198 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void texSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, const void* pixels) { }
format            340 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     qcms_data_type format = QCMS_DATA_RGBA_8;
format            342 Source/platform/image-decoders/webp/WEBPImageDecoder.cpp     m_transform = qcms_transform_create(inputProfile, format, deviceProfile, QCMS_DATA_RGBA_8, QCMS_INTENT_PERCEPTUAL);
format             77 Source/platform/text/DateTimeFormatTest.cpp                 return String::format("Token(%d, %d)", fieldType, count);
format            315 Source/platform/text/LocaleICU.cpp     String format = "yyyy-MM";
format            319 Source/platform/text/LocaleICU.cpp         return format;
format            329 Source/platform/text/LocaleICU.cpp             format = String::adopt(buffer);
format            332 Source/platform/text/LocaleICU.cpp     return format;
format            227 Source/platform/text/LocaleWin.cpp static unsigned countContinuousLetters(const String& format, unsigned index)
format            230 Source/platform/text/LocaleWin.cpp     UChar reference = format[index];
format            231 Source/platform/text/LocaleWin.cpp     while (index + 1 < format.length()) {
format            232 Source/platform/text/LocaleWin.cpp         if (format[++index] != reference)
format            264 Source/platform/text/LocaleWin.cpp static String convertWindowsDateTimeFormat(const String& format)
format            270 Source/platform/text/LocaleWin.cpp     for (unsigned i = 0; i < format.length(); ++i) {
format            271 Source/platform/text/LocaleWin.cpp         UChar ch = format[i];
format            276 Source/platform/text/LocaleWin.cpp                 if (lastQuoteCanBeLiteral && format[i - 1] == '\'') {
format            290 Source/platform/text/LocaleWin.cpp             if (lastQuoteCanBeLiteral && i > 0 && format[i - 1] == '\'') {
format            299 Source/platform/text/LocaleWin.cpp             unsigned count = countContinuousLetters(format, i);
format            302 Source/platform/text/LocaleWin.cpp                 converted.append(format, symbolStart, count);
format            305 Source/platform/text/LocaleWin.cpp                     converted.append(format, symbolStart, count);
format            320 Source/platform/text/LocaleWin.cpp                 literalBuffer.append(format, symbolStart, count);
format            449 Source/platform/text/LocaleWin.cpp     String format = getLocaleInfoString(LOCALE_SSHORTTIME);
format            451 Source/platform/text/LocaleWin.cpp     if (format.isEmpty()) {
format            452 Source/platform/text/LocaleWin.cpp         format = getLocaleInfoString(LOCALE_STIMEFORMAT);
format            456 Source/platform/text/LocaleWin.cpp         size_t pos = format.reverseFind(builder.toString());
format            458 Source/platform/text/LocaleWin.cpp             format.remove(pos, builder.length());
format            460 Source/platform/text/LocaleWin.cpp     m_timeFormatWithoutSeconds = convertWindowsDateTimeFormat(format);
format            162 Source/platform/text/PlatformLocale.cpp             String zeroPaddedSecondString = zeroPadString(String::format("%.03f", second), numberOfPatternCharacters + 4);
format            259 Source/web/WebPageSerializer.cpp     return String::format("\n<!-- saved from url=(%04d)%s -->\n",
format           3215 Source/web/tests/WebFrameTest.cpp         EXPECT_EQ(result->text(), String::format("%s %02d", kFindString, resultIndex));
format             81 Source/wtf/Assertions.cpp static void vprintf_stderr_common(const char* format, va_list args)
format             84 Source/wtf/Assertions.cpp     if (strstr(format, "%@")) {
format             85 Source/wtf/Assertions.cpp         CFStringRef cfFormat = CFStringCreateWithCString(NULL, format, kCFStringEncodingUTF8);
format            114 Source/wtf/Assertions.cpp     asl_vlog(0, 0, ASL_LEVEL_NOTICE, format, copyOfArgs);
format            121 Source/wtf/Assertions.cpp     __android_log_vprint(ANDROID_LOG_WARN, "WebKit", format, args);
format            132 Source/wtf/Assertions.cpp             if (_vsnprintf(buffer, size, format, args) != -1) {
format            143 Source/wtf/Assertions.cpp     vfprintf(stderr, format, args);
format            151 Source/wtf/Assertions.cpp static void vprintf_stderr_with_prefix(const char* prefix, const char* format, va_list args)
format            154 Source/wtf/Assertions.cpp     size_t formatLength = strlen(format);
format            157 Source/wtf/Assertions.cpp     memcpy(formatWithPrefix.get() + prefixLength, format, formatLength);
format            163 Source/wtf/Assertions.cpp static void vprintf_stderr_with_trailing_newline(const char* format, va_list args)
format            165 Source/wtf/Assertions.cpp     size_t formatLength = strlen(format);
format            166 Source/wtf/Assertions.cpp     if (formatLength && format[formatLength - 1] == '\n') {
format            167 Source/wtf/Assertions.cpp         vprintf_stderr_common(format, args);
format            172 Source/wtf/Assertions.cpp     memcpy(formatWithNewline.get(), format, formatLength);
format            184 Source/wtf/Assertions.cpp static void printf_stderr_common(const char* format, ...)
format            187 Source/wtf/Assertions.cpp     va_start(args, format);
format            188 Source/wtf/Assertions.cpp     vprintf_stderr_common(format, args);
format            213 Source/wtf/Assertions.cpp void WTFReportAssertionFailureWithMessage(const char* file, int line, const char* function, const char* assertion, const char* format, ...)
format            216 Source/wtf/Assertions.cpp     va_start(args, format);
format            217 Source/wtf/Assertions.cpp     vprintf_stderr_with_prefix("ASSERTION FAILED: ", format, args);
format            335 Source/wtf/Assertions.cpp void WTFReportFatalError(const char* file, int line, const char* function, const char* format, ...)
format            338 Source/wtf/Assertions.cpp     va_start(args, format);
format            339 Source/wtf/Assertions.cpp     vprintf_stderr_with_prefix("FATAL ERROR: ", format, args);
format            345 Source/wtf/Assertions.cpp void WTFReportError(const char* file, int line, const char* function, const char* format, ...)
format            348 Source/wtf/Assertions.cpp     va_start(args, format);
format            349 Source/wtf/Assertions.cpp     vprintf_stderr_with_prefix("ERROR: ", format, args);
format            355 Source/wtf/Assertions.cpp void WTFLog(WTFLogChannel* channel, const char* format, ...)
format            361 Source/wtf/Assertions.cpp     va_start(args, format);
format            362 Source/wtf/Assertions.cpp     vprintf_stderr_with_trailing_newline(format, args);
format            366 Source/wtf/Assertions.cpp void WTFLogVerbose(const char* file, int line, const char* function, WTFLogChannel* channel, const char* format, ...)
format            372 Source/wtf/Assertions.cpp     va_start(args, format);
format            373 Source/wtf/Assertions.cpp     vprintf_stderr_with_trailing_newline(format, args);
format            379 Source/wtf/Assertions.cpp void WTFLogAlways(const char* format, ...)
format            382 Source/wtf/Assertions.cpp     va_start(args, format);
format            383 Source/wtf/Assertions.cpp     vprintf_stderr_with_trailing_newline(format, args);
format            104 Source/wtf/Assertions.h WTF_EXPORT void WTFReportAssertionFailureWithMessage(const char* file, int line, const char* function, const char* assertion, const char* format, ...) WTF_ATTRIBUTE_PRINTF(5, 6);
format            106 Source/wtf/Assertions.h WTF_EXPORT void WTFReportFatalError(const char* file, int line, const char* function, const char* format, ...) WTF_ATTRIBUTE_PRINTF(4, 5);
format            107 Source/wtf/Assertions.h WTF_EXPORT void WTFReportError(const char* file, int line, const char* function, const char* format, ...) WTF_ATTRIBUTE_PRINTF(4, 5);
format            108 Source/wtf/Assertions.h WTF_EXPORT void WTFLog(WTFLogChannel*, const char* format, ...) WTF_ATTRIBUTE_PRINTF(2, 3);
format            109 Source/wtf/Assertions.h WTF_EXPORT void WTFLogVerbose(const char* file, int line, const char* function, WTFLogChannel*, const char* format, ...) WTF_ATTRIBUTE_PRINTF(5, 6);
format            110 Source/wtf/Assertions.h WTF_EXPORT void WTFLogAlways(const char* format, ...) WTF_ATTRIBUTE_PRINTF(1, 2);
format             90 Source/wtf/DataLog.cpp void dataLogFV(const char* format, va_list argList)
format             92 Source/wtf/DataLog.cpp     dataFile().vprintf(format, argList);
format             95 Source/wtf/DataLog.cpp void dataLogF(const char* format, ...)
format             98 Source/wtf/DataLog.cpp     va_start(argList, format);
format             99 Source/wtf/DataLog.cpp     dataLogFV(format, argList);
format             39 Source/wtf/DataLog.h void dataLogFV(const char* format, va_list) WTF_ATTRIBUTE_PRINTF(1, 0);
format             40 Source/wtf/DataLog.h void dataLogF(const char* format, ...) WTF_ATTRIBUTE_PRINTF(1, 2);
format             53 Source/wtf/FilePrintStream.cpp void FilePrintStream::vprintf(const char* format, va_list argList)
format             55 Source/wtf/FilePrintStream.cpp     vfprintf(m_file, format, argList);
format             49 Source/wtf/FilePrintStream.h     virtual void vprintf(const char* format, va_list) OVERRIDE WTF_ATTRIBUTE_PRINTF(2, 0);
format             38 Source/wtf/PrintStream.cpp void PrintStream::printf(const char* format, ...)
format             41 Source/wtf/PrintStream.cpp     va_start(argList, format);
format             42 Source/wtf/PrintStream.cpp     vprintf(format, argList);
format             45 Source/wtf/PrintStream.h     void printf(const char* format, ...) WTF_ATTRIBUTE_PRINTF(2, 3);
format             46 Source/wtf/PrintStream.h     virtual void vprintf(const char* format, va_list) WTF_ATTRIBUTE_PRINTF(2, 0) = 0;
format             50 Source/wtf/StringExtras.h inline int snprintf(char* buffer, size_t count, const char* format, ...)
format             54 Source/wtf/StringExtras.h     va_start(args, format);
format             55 Source/wtf/StringExtras.h     result = _vsnprintf(buffer, count, format, args);
format             66 Source/wtf/StringExtras.h inline double wtf_vsnprintf(char* buffer, size_t count, const char* format, va_list args)
format             68 Source/wtf/StringExtras.h     int result = _vsnprintf(buffer, count, format, args);
format             80 Source/wtf/StringExtras.h #define vsnprintf(buffer, count, format, args) wtf_vsnprintf(buffer, count, format, args)
format             36 Source/wtf/StringExtrasTest.cpp template<typename IntegerType> struct PrintfFormatTrait { static const char format[]; };
format             38 Source/wtf/StringExtrasTest.cpp template<> struct PrintfFormatTrait<short> { static const char format[]; };
format             39 Source/wtf/StringExtrasTest.cpp const char PrintfFormatTrait<short>::format[] = "%hd";
format             41 Source/wtf/StringExtrasTest.cpp template<> struct PrintfFormatTrait<int> { static const char format[]; };
format             42 Source/wtf/StringExtrasTest.cpp const char PrintfFormatTrait<int>::format[] = "%d";
format             44 Source/wtf/StringExtrasTest.cpp template<> struct PrintfFormatTrait<long> { static const char format[]; };
format             45 Source/wtf/StringExtrasTest.cpp const char PrintfFormatTrait<long>::format[] = "%ld";
format             47 Source/wtf/StringExtrasTest.cpp template<> struct PrintfFormatTrait<long long> { static const char format[]; };
format             49 Source/wtf/StringExtrasTest.cpp const char PrintfFormatTrait<long long>::format[] = "%I64i";
format             51 Source/wtf/StringExtrasTest.cpp const char PrintfFormatTrait<long long>::format[] = "%lli";
format             54 Source/wtf/StringExtrasTest.cpp template<> struct PrintfFormatTrait<unsigned short> { static const char format[]; };
format             55 Source/wtf/StringExtrasTest.cpp const char PrintfFormatTrait<unsigned short>::format[] = "%hu";
format             57 Source/wtf/StringExtrasTest.cpp template<> struct PrintfFormatTrait<unsigned> { static const char format[]; };
format             58 Source/wtf/StringExtrasTest.cpp const char PrintfFormatTrait<unsigned>::format[] = "%u";
format             60 Source/wtf/StringExtrasTest.cpp template<> struct PrintfFormatTrait<unsigned long> { static const char format[]; };
format             61 Source/wtf/StringExtrasTest.cpp const char PrintfFormatTrait<unsigned long>::format[] = "%lu";
format             63 Source/wtf/StringExtrasTest.cpp template<> struct PrintfFormatTrait<unsigned long long> { static const char format[]; };
format             65 Source/wtf/StringExtrasTest.cpp const char PrintfFormatTrait<unsigned long long>::format[] = "%I64u";
format             67 Source/wtf/StringExtrasTest.cpp const char PrintfFormatTrait<unsigned long long>::format[] = "%llu";
format             81 Source/wtf/StringExtrasTest.cpp     snprintf(buffer.data(), bufferSize, PrintfFormatTrait<IntegerType>::format, min);
format             86 Source/wtf/StringExtrasTest.cpp     snprintf(buffer.data(), bufferSize, PrintfFormatTrait<IntegerType>::format, max);
format            100 Source/wtf/StringExtrasTest.cpp         snprintf(buffer.data(), bufferSize, PrintfFormatTrait<IntegerType>::format, number);
format            464 Source/wtf/text/WTFString.cpp String String::format(const char *format, ...)
format            467 Source/wtf/text/WTFString.cpp     va_start(args, format);
format            473 Source/wtf/text/WTFString.cpp     int result = _vscprintf(format, args);
format            476 Source/wtf/text/WTFString.cpp     int result = vsnprintf(&ch, 1, format, args);
format            484 Source/wtf/text/WTFString.cpp     va_start(args, format);
format            495 Source/wtf/text/WTFString.cpp     vsnprintf(buffer.data(), buffer.size(), format, args);
format            343 Source/wtf/text/WTFString.h     static String format(const char *, ...) WTF_ATTRIBUTE_PRINTF(1, 2);
format            189 public/platform/WebGraphicsContext3D.h     virtual void* mapTexSubImage2DCHROMIUM(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, WGC3Denum access) = 0;
format            237 public/platform/WebGraphicsContext3D.h     virtual void compressedTexSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Dsizei imageSize, const void* data) = 0;
format            300 public/platform/WebGraphicsContext3D.h     virtual void readPixels(WGC3Dint x, WGC3Dint y, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, void* pixels) = 0;
format            315 public/platform/WebGraphicsContext3D.h     virtual void texImage2D(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border, WGC3Denum format, WGC3Denum type, const void* pixels) = 0;
format            320 public/platform/WebGraphicsContext3D.h     virtual void texSubImage2D(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, const void* pixels) = 0;
format            448 public/platform/WebGraphicsContext3D.h     virtual void asyncTexImage2DCHROMIUM(WGC3Denum target, WGC3Dint level, WGC3Denum internalformat, WGC3Dsizei width, WGC3Dsizei height, WGC3Dint border, WGC3Denum format, WGC3Denum type, const void* pixels) { }
format            449 public/platform/WebGraphicsContext3D.h     virtual void asyncTexSubImage2DCHROMIUM(WGC3Denum target, WGC3Dint level, WGC3Dint xoffset, WGC3Dint yoffset, WGC3Dsizei width, WGC3Dsizei height, WGC3Denum format, WGC3Denum type, const void* pixels) { }