supported         109 Source/bindings/templates/interface.h     {# Event listeners on DOM nodes are explicitly supported in the GC controller. #}
supported        4205 Source/core/css/CSSPrimitiveValueMappings.h template<int supported> Length CSSPrimitiveValue::convertToLength(const CSSToLengthConversionData& conversionData)
supported        4207 Source/core/css/CSSPrimitiveValueMappings.h     if ((supported & FixedConversion) && isLength())
supported        4209 Source/core/css/CSSPrimitiveValueMappings.h     if ((supported & PercentConversion) && isPercentage())
supported        4211 Source/core/css/CSSPrimitiveValueMappings.h     if ((supported & AutoConversion) && getValueID() == CSSValueAuto)
supported        4213 Source/core/css/CSSPrimitiveValueMappings.h     if ((supported & FixedConversion) && (supported & PercentConversion) && isCalculated())
supported        1445 Source/core/editing/EditorCommand.cpp         { "BackColor", {4, executeBackColor, supported, enabledInRichlyEditableText, stateNone, valueBackColor, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1447 Source/core/editing/EditorCommand.cpp         { "Bold", {6, executeToggleBold, supported, enabledInRichlyEditableText, stateBold, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1449 Source/core/editing/EditorCommand.cpp         { "CreateLink", {8, executeCreateLink, supported, enabledInRichlyEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1451 Source/core/editing/EditorCommand.cpp         { "DefaultParagraphSeparator", {10, executeDefaultParagraphSeparator, supported, enabled, stateNone, valueDefaultParagraphSeparator, notTextInsertion, doNotAllowExecutionWhenDisabled} },
supported        1452 Source/core/editing/EditorCommand.cpp         { "Delete", {11, executeDelete, supported, enabledDelete, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1463 Source/core/editing/EditorCommand.cpp         { "FindString", {22, executeFindString, supported, enabled, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1464 Source/core/editing/EditorCommand.cpp         { "FontName", {23, executeFontName, supported, enabledInEditableText, stateNone, valueFontName, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1465 Source/core/editing/EditorCommand.cpp         { "FontSize", {24, executeFontSize, supported, enabledInEditableText, stateNone, valueFontSize, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1466 Source/core/editing/EditorCommand.cpp         { "FontSizeDelta", {25, executeFontSizeDelta, supported, enabledInEditableText, stateNone, valueFontSizeDelta, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1467 Source/core/editing/EditorCommand.cpp         { "ForeColor", {26, executeForeColor, supported, enabledInRichlyEditableText, stateNone, valueForeColor, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1468 Source/core/editing/EditorCommand.cpp         { "FormatBlock", {27, executeFormatBlock, supported, enabledInRichlyEditableText, stateNone, valueFormatBlock, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1469 Source/core/editing/EditorCommand.cpp         { "ForwardDelete", {28, executeForwardDelete, supported, enabledInEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1470 Source/core/editing/EditorCommand.cpp         { "HiliteColor", {29, executeBackColor, supported, enabledInRichlyEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1472 Source/core/editing/EditorCommand.cpp         { "Indent", {31, executeIndent, supported, enabledInRichlyEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1474 Source/core/editing/EditorCommand.cpp         { "InsertHTML", {33, executeInsertHTML, supported, enabledInEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1475 Source/core/editing/EditorCommand.cpp         { "InsertHorizontalRule", {34, executeInsertHorizontalRule, supported, enabledInRichlyEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1476 Source/core/editing/EditorCommand.cpp         { "InsertImage", {35, executeInsertImage, supported, enabledInRichlyEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1477 Source/core/editing/EditorCommand.cpp         { "InsertLineBreak", {36, executeInsertLineBreak, supported, enabledInEditableText, stateNone, valueNull, isTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1479 Source/core/editing/EditorCommand.cpp         { "InsertNewlineInQuotedContent", {38, executeInsertNewlineInQuotedContent, supported, enabledInRichlyEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1480 Source/core/editing/EditorCommand.cpp         { "InsertOrderedList", {39, executeInsertOrderedList, supported, enabledInRichlyEditableText, stateOrderedList, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1481 Source/core/editing/EditorCommand.cpp         { "InsertParagraph", {40, executeInsertParagraph, supported, enabledInEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1483 Source/core/editing/EditorCommand.cpp         { "InsertText", {42, executeInsertText, supported, enabledInEditableText, stateNone, valueNull, isTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1484 Source/core/editing/EditorCommand.cpp         { "InsertUnorderedList", {43, executeInsertUnorderedList, supported, enabledInRichlyEditableText, stateUnorderedList, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1485 Source/core/editing/EditorCommand.cpp         { "Italic", {44, executeToggleItalic, supported, enabledInRichlyEditableText, stateItalic, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1486 Source/core/editing/EditorCommand.cpp         { "JustifyCenter", {45, executeJustifyCenter, supported, enabledInRichlyEditableText, stateJustifyCenter, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1487 Source/core/editing/EditorCommand.cpp         { "JustifyFull", {46, executeJustifyFull, supported, enabledInRichlyEditableText, stateJustifyFull, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1488 Source/core/editing/EditorCommand.cpp         { "JustifyLeft", {47, executeJustifyLeft, supported, enabledInRichlyEditableText, stateJustifyLeft, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1489 Source/core/editing/EditorCommand.cpp         { "JustifyNone", {48, executeJustifyLeft, supported, enabledInRichlyEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1490 Source/core/editing/EditorCommand.cpp         { "JustifyRight", {49, executeJustifyRight, supported, enabledInRichlyEditableText, stateJustifyRight, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1542 Source/core/editing/EditorCommand.cpp         { "Outdent", {101, executeOutdent, supported, enabledInRichlyEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1547 Source/core/editing/EditorCommand.cpp         { "Print", {106, executePrint, supported, enabled, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1548 Source/core/editing/EditorCommand.cpp         { "Redo", {107, executeRedo, supported, enabledRedo, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1549 Source/core/editing/EditorCommand.cpp         { "RemoveFormat", {108, executeRemoveFormat, supported, enabledRangeInEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1556 Source/core/editing/EditorCommand.cpp         { "SelectAll", {115, executeSelectAll, supported, enabled, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1563 Source/core/editing/EditorCommand.cpp         { "Strikethrough", {122, executeStrikethrough, supported, enabledInRichlyEditableText, stateStrikethrough, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1564 Source/core/editing/EditorCommand.cpp         { "StyleWithCSS", {123, executeStyleWithCSS, supported, enabled, stateStyleWithCSS, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1565 Source/core/editing/EditorCommand.cpp         { "Subscript", {124, executeSubscript, supported, enabledInRichlyEditableText, stateSubscript, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1566 Source/core/editing/EditorCommand.cpp         { "Superscript", {125, executeSuperscript, supported, enabledInRichlyEditableText, stateSuperscript, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1571 Source/core/editing/EditorCommand.cpp         { "Transpose", {130, executeTranspose, supported, enableCaretInEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1572 Source/core/editing/EditorCommand.cpp         { "Underline", {131, executeUnderline, supported, enabledInRichlyEditableText, stateUnderline, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1573 Source/core/editing/EditorCommand.cpp         { "Undo", {132, executeUndo, supported, enabledUndo, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1574 Source/core/editing/EditorCommand.cpp         { "Unlink", {133, executeUnlink, supported, enabledRangeInRichlyEditableText, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1576 Source/core/editing/EditorCommand.cpp         { "Unselect", {135, executeUnselect, supported, enabledVisibleSelection, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported        1577 Source/core/editing/EditorCommand.cpp         { "UseCSS", {136, executeUseCSS, supported, enabled, stateNone, valueNull, notTextInsertion, doNotAllowExecutionWhenDisabled } },
supported         187 Source/core/html/HTMLMediaElement.cpp         WebMimeRegistry::SupportsType supported = blink::Platform::current()->mimeRegistry()->supportsMediaMIMEType(contentMIMEType, contentTypeCodecs, keySystem.lower());
supported         188 Source/core/html/HTMLMediaElement.cpp         return supported > WebMimeRegistry::IsNotSupported;
supported          44 Source/core/html/canvas/ANGLEInstancedArrays.h     static bool supported(WebGLRenderingContextBase*);
supported          38 Source/core/html/canvas/EXTFragDepth.h     static bool supported(WebGLRenderingContextBase*);
supported          38 Source/core/html/canvas/EXTTextureFilterAnisotropic.h     static bool supported(WebGLRenderingContextBase*);
supported          38 Source/core/html/canvas/OESElementIndexUint.h     static bool supported(WebGLRenderingContextBase*);
supported          38 Source/core/html/canvas/OESStandardDerivatives.h     static bool supported(WebGLRenderingContextBase*);
supported          38 Source/core/html/canvas/OESTextureFloat.h     static bool supported(WebGLRenderingContextBase*);
supported          38 Source/core/html/canvas/OESTextureFloatLinear.h     static bool supported(WebGLRenderingContextBase*);
supported          38 Source/core/html/canvas/OESTextureHalfFloat.h     static bool supported(WebGLRenderingContextBase*);
supported          38 Source/core/html/canvas/OESTextureHalfFloatLinear.h     static bool supported(WebGLRenderingContextBase*);
supported          41 Source/core/html/canvas/OESVertexArrayObject.h     static bool supported(WebGLRenderingContextBase*);
supported          40 Source/core/html/canvas/WebGLCompressedTextureATC.h     static bool supported(WebGLRenderingContextBase*);
supported          38 Source/core/html/canvas/WebGLCompressedTexturePVRTC.h     static bool supported(WebGLRenderingContextBase*);
supported          40 Source/core/html/canvas/WebGLCompressedTextureS3TC.h     static bool supported(WebGLRenderingContextBase*);
supported          43 Source/core/html/canvas/WebGLDebugRendererInfo.h     static bool supported(WebGLRenderingContextBase*);
supported          40 Source/core/html/canvas/WebGLDebugShaders.h     static bool supported(WebGLRenderingContextBase*);
supported          38 Source/core/html/canvas/WebGLDepthTexture.h     static bool supported(WebGLRenderingContextBase*);
supported          38 Source/core/html/canvas/WebGLDrawBuffers.h     static bool supported(WebGLRenderingContextBase*);
supported          40 Source/core/html/canvas/WebGLLoseContext.h     static bool supported(WebGLRenderingContextBase*);
supported        2127 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!tracker->supported(this))
supported         578 Source/core/html/canvas/WebGLRenderingContextBase.h         virtual bool supported(WebGLRenderingContextBase*) const = 0;
supported         617 Source/core/html/canvas/WebGLRenderingContextBase.h         virtual bool supported(WebGLRenderingContextBase* context) const OVERRIDE
supported         619 Source/core/html/canvas/WebGLRenderingContextBase.h             return T::supported(context);