m_type             51 Source/core/animation/AnimatableSVGPaint.h     SVGPaint::SVGPaintType paintType() const { return m_type; };
m_type             64 Source/core/animation/AnimatableSVGPaint.h         : m_type(type)
m_type             72 Source/core/animation/AnimatableSVGPaint.h     SVGPaint::SVGPaintType m_type;
m_type             90 Source/core/clipboard/DataObjectItem.cpp     , m_type(type)
m_type             98 Source/core/clipboard/DataObjectItem.cpp     , m_type(type)
m_type            153 Source/core/clipboard/DataObjectItem.cpp     if (m_type == mimeTypeTextPlain) {
m_type            155 Source/core/clipboard/DataObjectItem.cpp     } else if (m_type == mimeTypeTextHTML) {
m_type            160 Source/core/clipboard/DataObjectItem.cpp         data = blink::Platform::current()->clipboard()->readCustomData(buffer, m_type);
m_type             61 Source/core/clipboard/DataObjectItem.h     String type() const { return m_type; }
m_type             84 Source/core/clipboard/DataObjectItem.h     String m_type;
m_type             42 Source/core/css/CSSFilterValue.cpp     switch (m_type) {
m_type             87 Source/core/css/CSSFilterValue.cpp     , m_type(cloneFrom.m_type)
m_type             98 Source/core/css/CSSFilterValue.cpp     return m_type == other.m_type && CSSValueList::equals(other);
m_type             61 Source/core/css/CSSFilterValue.h     FilterOperationType operationType() const { return m_type; }
m_type             73 Source/core/css/CSSFilterValue.h     FilterOperationType m_type;
m_type             76 Source/core/css/CSSTransformValue.cpp     return transformValueToCssString(m_type, CSSValueList::customCSSText());
m_type             81 Source/core/css/CSSTransformValue.cpp     , m_type(cloneFrom.m_type)
m_type             68 Source/core/css/CSSTransformValue.h     bool equals(const CSSTransformValue& other) const { return m_type == other.m_type && CSSValueList::equals(other); }
m_type             70 Source/core/css/CSSTransformValue.h     TransformOperationType operationType() const { return m_type; }
m_type             80 Source/core/css/CSSTransformValue.h     TransformOperationType m_type;
m_type             56 Source/core/css/StyleRule.h     Type type() const { return static_cast<Type>(m_type); }
m_type             88 Source/core/css/StyleRule.h     StyleRuleBase(Type type) : m_type(type) { }
m_type             89 Source/core/css/StyleRule.h     StyleRuleBase(const StyleRuleBase& o) : m_type(o.m_type) { }
m_type             98 Source/core/css/StyleRule.h     unsigned m_type : 5;
m_type           1287 Source/core/css/parser/BisonCSSParser-in.cpp         : m_type(CSSTransformValue::UnknownTransformOperation)
m_type           1309 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::SkewTransformOperation;
m_type           1315 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::ScaleTransformOperation;
m_type           1321 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::SkewXTransformOperation;
m_type           1325 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::SkewYTransformOperation;
m_type           1329 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::MatrixTransformOperation;
m_type           1334 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::RotateTransformOperation;
m_type           1338 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::ScaleXTransformOperation;
m_type           1342 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::ScaleYTransformOperation;
m_type           1346 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::ScaleZTransformOperation;
m_type           1350 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::Scale3DTransformOperation;
m_type           1355 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::RotateXTransformOperation;
m_type           1359 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::RotateYTransformOperation;
m_type           1363 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::RotateZTransformOperation;
m_type           1367 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::Matrix3DTransformOperation;
m_type           1372 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::Rotate3DTransformOperation;
m_type           1377 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::TranslateTransformOperation;
m_type           1383 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::TranslateXTransformOperation;
m_type           1387 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::TranslateYTransformOperation;
m_type           1391 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::TranslateZTransformOperation;
m_type           1395 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::PerspectiveTransformOperation;
m_type           1399 Source/core/css/parser/BisonCSSParser-in.cpp                 m_type = CSSTransformValue::Translate3DTransformOperation;
m_type           1405 Source/core/css/parser/BisonCSSParser-in.cpp     CSSTransformValue::TransformOperationType type() const { return m_type; }
m_type           1409 Source/core/css/parser/BisonCSSParser-in.cpp     bool unknown() const { return m_type == CSSTransformValue::UnknownTransformOperation; }
m_type           1413 Source/core/css/parser/BisonCSSParser-in.cpp     CSSTransformValue::TransformOperationType m_type;
m_type             16 Source/core/css/parser/MediaQueryToken.cpp     : m_type(type)
m_type             25 Source/core/css/parser/MediaQueryToken.cpp     : m_type(type)
m_type             30 Source/core/css/parser/MediaQueryToken.cpp     ASSERT(m_type == DelimiterToken);
m_type             34 Source/core/css/parser/MediaQueryToken.cpp     : m_type(type)
m_type             43 Source/core/css/parser/MediaQueryToken.cpp     : m_type(type)
m_type             54 Source/core/css/parser/MediaQueryToken.cpp     ASSERT(m_type == NumberToken);
m_type             55 Source/core/css/parser/MediaQueryToken.cpp     m_type = DimensionToken;
m_type             61 Source/core/css/parser/MediaQueryToken.cpp     ASSERT(m_type == NumberToken);
m_type             62 Source/core/css/parser/MediaQueryToken.cpp     m_type = PercentageToken;
m_type             73 Source/core/css/parser/MediaQueryToken.cpp     if (m_type == LeftParenthesisToken)
m_type             75 Source/core/css/parser/MediaQueryToken.cpp     if (m_type == RightParenthesisToken)
m_type             77 Source/core/css/parser/MediaQueryToken.cpp     if (m_type == ColonToken)
m_type             79 Source/core/css/parser/MediaQueryToken.cpp     if (m_type == WhitespaceToken)
m_type             55 Source/core/css/parser/MediaQueryToken.h     MediaQueryTokenType type() const { return m_type; }
m_type             65 Source/core/css/parser/MediaQueryToken.h     MediaQueryTokenType m_type;
m_type            101 Source/core/dom/DocumentMarker.cpp     : m_type(Spelling)
m_type            109 Source/core/dom/DocumentMarker.cpp     : m_type(type)
m_type            117 Source/core/dom/DocumentMarker.cpp     : m_type(type)
m_type            126 Source/core/dom/DocumentMarker.cpp     : m_type(type)
m_type            135 Source/core/dom/DocumentMarker.cpp     : m_type(DocumentMarker::TextMatch)
m_type            144 Source/core/dom/DocumentMarker.cpp     : m_type(type)
m_type            103 Source/core/dom/DocumentMarker.h     MarkerType type() const { return m_type; }
m_type            132 Source/core/dom/DocumentMarker.h     MarkerType m_type;
m_type             50 Source/core/dom/StyleSheetCandidate.cpp     return !m_node.document().isHTMLDocument() && m_type == Pi && toProcessingInstruction(m_node).isXSL();
m_type             55 Source/core/dom/StyleSheetCandidate.cpp     return m_type == HTMLLink && toHTMLLinkElement(m_node).isImport();
m_type            125 Source/core/dom/StyleSheetCandidate.cpp     switch (m_type) {
m_type             50 Source/core/dom/StyleSheetCandidate.h         , m_type(typeOf(node))
m_type             66 Source/core/dom/StyleSheetCandidate.h     bool isElement() const { return m_type != Pi; }
m_type             67 Source/core/dom/StyleSheetCandidate.h     bool isHTMLLink() const { return m_type == HTMLLink; }
m_type             72 Source/core/dom/StyleSheetCandidate.h     Type m_type;
m_type             46 Source/core/dom/custom/CustomElementDescriptor.h         : m_type(type)
m_type             64 Source/core/dom/custom/CustomElementDescriptor.h     const AtomicString& type() const { return m_type; }
m_type             66 Source/core/dom/custom/CustomElementDescriptor.h     bool isTypeExtension() const { return m_type != m_localName; }
m_type             72 Source/core/dom/custom/CustomElementDescriptor.h         : m_type(value) { }
m_type             73 Source/core/dom/custom/CustomElementDescriptor.h     bool isHashTableDeletedValue() const { return m_type.isHashTableDeletedValue(); }
m_type             77 Source/core/dom/custom/CustomElementDescriptor.h         return m_type == other.m_type
m_type             83 Source/core/dom/custom/CustomElementDescriptor.h     AtomicString m_type;
m_type             60 Source/core/dom/shadow/ShadowRoot.cpp     , m_type(type)
m_type            105 Source/core/dom/shadow/ShadowRoot.h     ShadowRootType type() const { return static_cast<ShadowRootType>(m_type); }
m_type            151 Source/core/dom/shadow/ShadowRoot.h     unsigned m_type : 1;
m_type             33 Source/core/editing/EditingBehavior.h         : m_type(type)
m_type             45 Source/core/editing/EditingBehavior.h         return m_type != EditingWindowsBehavior && m_type != EditingAndroidBehavior && m_type != EditingUnixBehavior;
m_type             50 Source/core/editing/EditingBehavior.h     bool shouldConsiderSelectionAsDirectional() const { return m_type != EditingMacBehavior; }
m_type             54 Source/core/editing/EditingBehavior.h     bool shouldCenterAlignWhenSelectionIsRevealed() const { return m_type == EditingMacBehavior; }
m_type             58 Source/core/editing/EditingBehavior.h     bool shouldToggleStyleBasedOnStartOfSelection() const { return m_type == EditingMacBehavior; }
m_type             62 Source/core/editing/EditingBehavior.h     bool shouldAlwaysGrowSelectionWhenExtendingToBoundary() const { return m_type == EditingMacBehavior; }
m_type             65 Source/core/editing/EditingBehavior.h     bool shouldSelectOnContextualMenuClick() const { return m_type == EditingMacBehavior; }
m_type             70 Source/core/editing/EditingBehavior.h         return m_type != EditingUnixBehavior && m_type != EditingAndroidBehavior;
m_type             76 Source/core/editing/EditingBehavior.h     bool shouldExtendSelectionByWordOrLineAcrossCaret() const { return m_type != EditingMacBehavior; }
m_type             81 Source/core/editing/EditingBehavior.h     bool shouldSkipSpaceWhenMovingRight() const { return m_type == EditingWindowsBehavior; }
m_type             85 Source/core/editing/EditingBehavior.h     bool shouldUndoOfDeleteSelectText() const { return m_type == EditingMacBehavior; }
m_type             91 Source/core/editing/EditingBehavior.h         return m_type != EditingWindowsBehavior && m_type != EditingMacBehavior;
m_type            100 Source/core/editing/EditingBehavior.h     EditingBehaviorType m_type;
m_type            129 Source/core/editing/InsertListCommand.cpp     const QualifiedName& listTag = (m_type == OrderedList) ? olTag : ulTag;
m_type             59 Source/core/editing/InsertListCommand.h     Type m_type;
m_type             55 Source/core/events/Event.cpp     : m_type(eventType)
m_type             71 Source/core/events/Event.cpp     : m_type(eventType)
m_type             99 Source/core/events/Event.cpp     m_type = eventTypeArg;
m_type            111 Source/core/events/Event.h     const AtomicString& type() const { return m_type; }
m_type            112 Source/core/events/Event.h     void setType(const AtomicString& type) { m_type = type; }
m_type            195 Source/core/events/Event.h     AtomicString m_type;
m_type             49 Source/core/events/EventListener.h         Type type() const { return m_type; }
m_type             53 Source/core/events/EventListener.h             : m_type(type)
m_type             60 Source/core/events/EventListener.h         Type m_type;
m_type            113 Source/core/fetch/Resource.cpp     , m_type(type)
m_type            123 Source/core/fetch/Resource.cpp     ASSERT(m_type == unsigned(type)); // m_type is a bitfield, so this tests careless updates of the enum.
m_type            525 Source/core/fetch/Resource.cpp     if (m_type == MainResource || m_type == Raw)
m_type            116 Source/core/fetch/Resource.h     Type type() const { return static_cast<Type>(m_type); }
m_type            373 Source/core/fetch/Resource.h     unsigned m_type : 4; // Type
m_type             53 Source/core/frame/BarProp.cpp     switch (m_type) {
m_type             57 Source/core/frame/BarProp.h         Type m_type;
m_type             43 Source/core/html/HTMLButtonElement.cpp     , m_type(SUBMIT)
m_type             66 Source/core/html/HTMLButtonElement.cpp     switch (m_type) {
m_type            100 Source/core/html/HTMLButtonElement.cpp             m_type = RESET;
m_type            102 Source/core/html/HTMLButtonElement.cpp             m_type = BUTTON;
m_type            104 Source/core/html/HTMLButtonElement.cpp             m_type = SUBMIT;
m_type            113 Source/core/html/HTMLButtonElement.cpp         if (form() && m_type == SUBMIT) {
m_type            119 Source/core/html/HTMLButtonElement.cpp         if (form() && m_type == RESET) {
m_type            156 Source/core/html/HTMLButtonElement.cpp     if (!isDisabledFormControl() && form() && (m_type == SUBMIT || m_type == RESET))
m_type            163 Source/core/html/HTMLButtonElement.cpp     return m_type == SUBMIT;
m_type            178 Source/core/html/HTMLButtonElement.cpp     if (m_type != SUBMIT || name().isEmpty() || !m_isActivatedSubmit)
m_type            203 Source/core/html/HTMLButtonElement.cpp     return m_type == SUBMIT && HTMLFormControlElement::recalcWillValidate();
m_type             76 Source/core/html/HTMLButtonElement.h     Type m_type;
m_type             48 Source/core/html/HTMLDimension.h         : m_type(Absolute)
m_type             54 Source/core/html/HTMLDimension.h         : m_type(type)
m_type             59 Source/core/html/HTMLDimension.h     HTMLDimensionType type() const { return m_type; }
m_type             61 Source/core/html/HTMLDimension.h     bool isRelative() const { return m_type == Relative; }
m_type             62 Source/core/html/HTMLDimension.h     bool isPercentage() const { return m_type == Percentage; }
m_type             63 Source/core/html/HTMLDimension.h     bool isAbsolute() const { return m_type == Absolute; }
m_type             69 Source/core/html/HTMLDimension.h         return m_type == other.m_type && m_value == other.m_value;
m_type             74 Source/core/html/HTMLDimension.h     HTMLDimensionType m_type;
m_type            166 Source/core/html/HTMLLinkElement.cpp         m_type = value;
m_type            129 Source/core/html/HTMLLinkElement.h     String typeValue() const { return m_type; }
m_type            205 Source/core/html/HTMLLinkElement.h     String m_type;
m_type             63 Source/core/html/HTMLViewSourceDocument.cpp     return HTMLViewSourceParser::create(this, m_type);
m_type             65 Source/core/html/HTMLViewSourceDocument.h     String m_type;
m_type             84 Source/core/html/canvas/CanvasStyle.cpp     : m_type(type)
m_type             90 Source/core/html/canvas/CanvasStyle.cpp     : m_type(RGBA)
m_type             96 Source/core/html/canvas/CanvasStyle.cpp     : m_type(RGBA)
m_type            102 Source/core/html/canvas/CanvasStyle.cpp     : m_type(RGBA)
m_type            108 Source/core/html/canvas/CanvasStyle.cpp     : m_type(CMYKA)
m_type            115 Source/core/html/canvas/CanvasStyle.cpp     : m_type(Gradient)
m_type            121 Source/core/html/canvas/CanvasStyle.cpp     : m_type(ImagePattern)
m_type            177 Source/core/html/canvas/CanvasStyle.cpp     if (m_type != other.m_type)
m_type            180 Source/core/html/canvas/CanvasStyle.cpp     switch (m_type) {
m_type            202 Source/core/html/canvas/CanvasStyle.cpp     if (m_type != RGBA)
m_type            210 Source/core/html/canvas/CanvasStyle.cpp     if (m_type != CMYKA)
m_type            224 Source/core/html/canvas/CanvasStyle.cpp     switch (m_type) {
m_type            251 Source/core/html/canvas/CanvasStyle.cpp     switch (m_type) {
m_type             53 Source/core/html/canvas/CanvasStyle.h         bool isCurrentColor() const { return m_type == CurrentColor || m_type == CurrentColorWithOverrideAlpha; }
m_type             54 Source/core/html/canvas/CanvasStyle.h         bool hasOverrideAlpha() const { return m_type == CurrentColorWithOverrideAlpha; }
m_type             55 Source/core/html/canvas/CanvasStyle.h         float overrideAlpha() const { ASSERT(m_type == CurrentColorWithOverrideAlpha); return m_overrideAlpha; }
m_type             57 Source/core/html/canvas/CanvasStyle.h         String color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).serialized(); }
m_type             79 Source/core/html/canvas/CanvasStyle.h         Type m_type;
m_type             44 Source/core/html/canvas/WebGLActiveInfo.h     GLenum type() const { return m_type; }
m_type             50 Source/core/html/canvas/WebGLActiveInfo.h         , m_type(type)
m_type             59 Source/core/html/canvas/WebGLActiveInfo.h     GLenum m_type;
m_type             34 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeBool)
m_type             43 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeBoolArray)
m_type             57 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeFloat)
m_type             66 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeInt)
m_type             75 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeNull)
m_type             84 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeString)
m_type             94 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeUnsignedInt)
m_type            103 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeWebGLBuffer)
m_type            113 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeWebGLFloatArray)
m_type            123 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeWebGLFramebuffer)
m_type            133 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeWebGLIntArray)
m_type            143 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeWebGLProgram)
m_type            153 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeWebGLRenderbuffer)
m_type            163 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeWebGLTexture)
m_type            173 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeWebGLUnsignedByteArray)
m_type            183 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeWebGLUnsignedIntArray)
m_type            193 Source/core/html/canvas/WebGLGetInfo.cpp     : m_type(kTypeWebGLVertexArrayObjectOES)
m_type            204 Source/core/html/canvas/WebGLGetInfo.cpp     return m_type;
m_type            117 Source/core/html/canvas/WebGLGetInfo.h     Type m_type;
m_type             41 Source/core/html/canvas/WebGLShader.cpp     , m_type(type)
m_type             42 Source/core/html/canvas/WebGLShader.h     GLenum type() const { return m_type; }
m_type             54 Source/core/html/canvas/WebGLShader.h     GLenum m_type;
m_type             41 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp     , m_type(type)
m_type             48 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp     switch (m_type) {
m_type             64 Source/core/html/canvas/WebGLVertexArrayObjectOES.cpp     switch (m_type) {
m_type             74 Source/core/html/canvas/WebGLVertexArrayObjectOES.h     bool isDefaultObject() const { return m_type == VaoTypeDefault; }
m_type             92 Source/core/html/canvas/WebGLVertexArrayObjectOES.h     VaoType m_type;
m_type             92 Source/core/html/forms/FormController.cpp     StringImpl* type() const { return m_type; }
m_type            105 Source/core/html/forms/FormController.cpp     StringImpl* m_type;
m_type            132 Source/core/html/forms/FormController.cpp     m_type = other.type();
m_type             41 Source/core/html/forms/FormController.h     FormControlState() : m_type(TypeSkip) { }
m_type             42 Source/core/html/forms/FormController.h     explicit FormControlState(const String& value) : m_type(TypeRestore) { m_values.append(value); }
m_type             44 Source/core/html/forms/FormController.h     FormControlState(const FormControlState& another) : m_type(another.m_type), m_values(another.m_values) { }
m_type             47 Source/core/html/forms/FormController.h     bool isFailure() const { return m_type == TypeFailure; }
m_type             55 Source/core/html/forms/FormController.h     explicit FormControlState(Type type) : m_type(type) { }
m_type             57 Source/core/html/forms/FormController.h     Type m_type;
m_type             63 Source/core/html/forms/FormController.h     m_type = another.m_type;
m_type             70 Source/core/html/forms/FormController.h     m_type = TypeRestore;
m_type             44 Source/core/html/parser/AtomicHTMLToken.h         ASSERT(m_type == HTMLToken::DOCTYPE);
m_type             48 Source/core/html/parser/AtomicHTMLToken.h     HTMLToken::Type type() const { return m_type; }
m_type             64 Source/core/html/parser/AtomicHTMLToken.h         ASSERT(m_type == HTMLToken::StartTag || m_type == HTMLToken::EndTag);
m_type             88 Source/core/html/parser/AtomicHTMLToken.h         ASSERT(m_type == HTMLToken::Character);
m_type             94 Source/core/html/parser/AtomicHTMLToken.h         ASSERT(m_type == HTMLToken::Comment);
m_type            101 Source/core/html/parser/AtomicHTMLToken.h         ASSERT(m_type == HTMLToken::DOCTYPE);
m_type            108 Source/core/html/parser/AtomicHTMLToken.h         ASSERT(m_type == HTMLToken::DOCTYPE);
m_type            113 Source/core/html/parser/AtomicHTMLToken.h         : m_type(token.type())
m_type            115 Source/core/html/parser/AtomicHTMLToken.h         switch (m_type) {
m_type            146 Source/core/html/parser/AtomicHTMLToken.h         : m_type(token.type())
m_type            148 Source/core/html/parser/AtomicHTMLToken.h         switch (m_type) {
m_type            184 Source/core/html/parser/AtomicHTMLToken.h         : m_type(type)
m_type            190 Source/core/html/parser/AtomicHTMLToken.h         : m_type(type)
m_type            199 Source/core/html/parser/AtomicHTMLToken.h     HTMLToken::Type m_type;
m_type             44 Source/core/html/parser/CompactHTMLToken.cpp     : m_type(token->type())
m_type             49 Source/core/html/parser/CompactHTMLToken.cpp     switch (m_type) {
m_type             55 Source/core/html/parser/CompactHTMLToken.h     HTMLToken::Type type() const { return static_cast<HTMLToken::Type>(m_type); }
m_type             70 Source/core/html/parser/CompactHTMLToken.h     unsigned m_type : 4;
m_type            102 Source/core/html/parser/HTMLToken.h         m_type = Uninitialized;
m_type            115 Source/core/html/parser/HTMLToken.h     bool isUninitialized() { return m_type == Uninitialized; }
m_type            116 Source/core/html/parser/HTMLToken.h     Type type() const { return m_type; }
m_type            120 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == Uninitialized);
m_type            121 Source/core/html/parser/HTMLToken.h         m_type = EndOfFile;
m_type            140 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == Character || m_type == Comment || m_type == StartTag || m_type == EndTag);
m_type            151 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == StartTag || m_type == EndTag || m_type == DOCTYPE);
m_type            157 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == StartTag || m_type == EndTag || m_type == DOCTYPE);
m_type            167 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == DOCTYPE);
m_type            173 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == DOCTYPE);
m_type            179 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == Uninitialized);
m_type            180 Source/core/html/parser/HTMLToken.h         m_type = DOCTYPE;
m_type            195 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == DOCTYPE);
m_type            202 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == DOCTYPE);
m_type            208 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == DOCTYPE);
m_type            215 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == DOCTYPE);
m_type            223 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == DOCTYPE);
m_type            231 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == DOCTYPE);
m_type            245 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == StartTag || m_type == EndTag);
m_type            251 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == StartTag || m_type == EndTag);
m_type            258 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == Uninitialized);
m_type            259 Source/core/html/parser/HTMLToken.h         m_type = StartTag;
m_type            270 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == Uninitialized);
m_type            271 Source/core/html/parser/HTMLToken.h         m_type = EndTag;
m_type            281 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == Uninitialized);
m_type            282 Source/core/html/parser/HTMLToken.h         m_type = EndTag;
m_type            292 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == StartTag || m_type == EndTag);
m_type            332 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == StartTag || m_type == EndTag);
m_type            342 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == StartTag || m_type == EndTag);
m_type            350 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == StartTag || m_type == EndTag);
m_type            356 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == StartTag || m_type == EndTag);
m_type            372 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == StartTag || m_type == EndTag);
m_type            382 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == Uninitialized || m_type == Character);
m_type            383 Source/core/html/parser/HTMLToken.h         m_type = Character;
m_type            388 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == Character);
m_type            394 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == Character);
m_type            400 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == Character);
m_type            407 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == Character);
m_type            415 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == Comment);
m_type            421 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == Uninitialized);
m_type            422 Source/core/html/parser/HTMLToken.h         m_type = Comment;
m_type            428 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == Comment);
m_type            436 Source/core/html/parser/HTMLToken.h         ASSERT(m_type == Character);
m_type            442 Source/core/html/parser/HTMLToken.h     Type m_type;
m_type             56 Source/core/html/parser/HTMLTokenizer.cpp     return m_type == HTMLToken::StartTag || m_type == HTMLToken::EndTag || m_type == HTMLToken::DOCTYPE;
m_type             61 Source/core/html/parser/HTMLTokenizer.cpp     return m_type == HTMLToken::StartTag || m_type == HTMLToken::EndTag;
m_type             37 Source/core/html/track/TrackBase.cpp     : m_type(type)
m_type             39 Source/core/html/track/TrackBase.h     Type type() const { return m_type; }
m_type             60 Source/core/html/track/TrackBase.h     Type m_type;
m_type             51 Source/core/html/track/vtt/VTTToken.h     VTTToken() : m_type(Type::Uninitialized) { }
m_type             73 Source/core/html/track/vtt/VTTToken.h     Type::Type type() const { return m_type; }
m_type             81 Source/core/html/track/vtt/VTTToken.h         : m_type(type)
m_type             84 Source/core/html/track/vtt/VTTToken.h     Type::Type m_type;
m_type             51 Source/core/inspector/ConsoleMessage.cpp     , m_type(type)
m_type             65 Source/core/inspector/ConsoleMessage.cpp     , m_type(type)
m_type             80 Source/core/inspector/ConsoleMessage.cpp     , m_type(type)
m_type            101 Source/core/inspector/ConsoleMessage.cpp     , m_type(type)
m_type            121 Source/core/inspector/ConsoleMessage.cpp     if (m_type == EndGroupMessageType)
m_type            197 Source/core/inspector/ConsoleMessage.cpp     jsonObj->setType(messageTypeValue(m_type));
m_type            209 Source/core/inspector/ConsoleMessage.cpp             if (m_type == TableMessageType && generatePreview && m_arguments->argumentCount()) {
m_type             62 Source/core/inspector/ConsoleMessage.h     MessageType type() const { return m_type; }
m_type             72 Source/core/inspector/ConsoleMessage.h     MessageType m_type;
m_type             71 Source/core/inspector/InspectorInputAgent.cpp         m_type = type;
m_type             75 Source/core/inspector/NetworkResourcesData.cpp     , m_type(InspectorPageAgent::OtherResource)
m_type            105 Source/core/inspector/NetworkResourcesData.h         InspectorPageAgent::ResourceType type() const { return m_type; }
m_type            106 Source/core/inspector/NetworkResourcesData.h         void setType(InspectorPageAgent::ResourceType type) { m_type = type; }
m_type            141 Source/core/inspector/NetworkResourcesData.h         InspectorPageAgent::ResourceType m_type;
m_type            149 Source/core/loader/FrameLoader.cpp             loadHistoryItem(m_deferredHistoryLoad.m_item.get(), m_deferredHistoryLoad.m_type, m_deferredHistoryLoad.m_cachePolicy);
m_type            260 Source/core/loader/FrameLoader.h             , m_type(type)
m_type            270 Source/core/loader/FrameLoader.h         HistoryLoadType m_type;
m_type             53 Source/core/loader/NavigationAction.cpp     : m_type(NavigationTypeOther)
m_type             62 Source/core/loader/NavigationAction.cpp     m_type = navigationType(frameLoadType, isFormSubmission || resourceRequest.httpBody(), event);
m_type             66 Source/core/loader/NavigationAction.cpp     if (m_type == NavigationTypeLinkClicked) {
m_type             70 Source/core/loader/NavigationAction.cpp     } else if (m_type == NavigationTypeFormSubmitted && event && event->underlyingEvent() && event->underlyingEvent()->isMouseEvent()) {
m_type             48 Source/core/loader/NavigationAction.h         NavigationType type() const { return m_type; }
m_type             55 Source/core/loader/NavigationAction.h         NavigationType m_type;
m_type            224 Source/core/page/EventHandler.cpp             m_type = TouchMove;
m_type            227 Source/core/page/EventHandler.cpp             m_type = TouchStart;
m_type            230 Source/core/page/EventHandler.cpp             m_type = TouchEnd;
m_type            234 Source/core/page/EventHandler.cpp             m_type = NoType;
m_type             54 Source/core/rendering/ClipPathOperation.h     OperationType type() const { return m_type; }
m_type             55 Source/core/rendering/ClipPathOperation.h     bool isSameType(const ClipPathOperation& o) const { return o.type() == m_type; }
m_type             59 Source/core/rendering/ClipPathOperation.h         : m_type(type)
m_type             63 Source/core/rendering/ClipPathOperation.h     OperationType m_type;
m_type             59 Source/core/rendering/FloatingObjects.cpp         m_type = FloatLeft;
m_type             61 Source/core/rendering/FloatingObjects.cpp         m_type = FloatRight;
m_type             69 Source/core/rendering/FloatingObjects.cpp     , m_type(type)
m_type             58 Source/core/rendering/FloatingObjects.h     Type type() const { return static_cast<Type>(m_type); }
m_type            105 Source/core/rendering/FloatingObjects.h     unsigned m_type : 2; // Type (left or right aligned)
m_type             36 Source/core/rendering/RenderQuote.cpp     , m_type(quote)
m_type            276 Source/core/rendering/RenderQuote.cpp     switch (m_type) {
m_type            372 Source/core/rendering/RenderQuote.cpp         switch (m_previous->m_type) {
m_type             55 Source/core/rendering/RenderQuote.h     QuoteType m_type;
m_type            131 Source/core/rendering/style/BasicShapes.h     BasicShapeRadius() : m_value(Undefined), m_type(ClosestSide) { }
m_type            132 Source/core/rendering/style/BasicShapes.h     explicit BasicShapeRadius(Length v) : m_value(v), m_type(Value) { }
m_type            133 Source/core/rendering/style/BasicShapes.h     explicit BasicShapeRadius(Type t) : m_value(Undefined), m_type(t) { }
m_type            134 Source/core/rendering/style/BasicShapes.h     BasicShapeRadius(const BasicShapeRadius& other) : m_value(other.value()), m_type(other.type()) { }
m_type            135 Source/core/rendering/style/BasicShapes.h     bool operator==(const BasicShapeRadius& other) const { return m_type == other.m_type && m_value == other.m_value; }
m_type            138 Source/core/rendering/style/BasicShapes.h     Type type() const { return m_type; }
m_type            143 Source/core/rendering/style/BasicShapes.h         return m_type == Value && other.type() == Value;
m_type            148 Source/core/rendering/style/BasicShapes.h         if (m_type != Value || other.type() != Value)
m_type            156 Source/core/rendering/style/BasicShapes.h     Type m_type;
m_type             47 Source/core/rendering/style/BorderImageLength.h         , m_type(NumberType)
m_type             54 Source/core/rendering/style/BorderImageLength.h         , m_type(LengthType)
m_type             58 Source/core/rendering/style/BorderImageLength.h     bool isNumber() const { return m_type == NumberType; }
m_type             59 Source/core/rendering/style/BorderImageLength.h     bool isLength() const { return m_type == LengthType; }
m_type             68 Source/core/rendering/style/BorderImageLength.h         return m_type == other.m_type && m_length == other.m_length && m_number == other.m_number;
m_type             84 Source/core/rendering/style/BorderImageLength.h     } m_type;
m_type            107 Source/core/rendering/style/FillLayer.cpp     , m_type(o.m_type)
m_type            153 Source/core/rendering/style/FillLayer.cpp     m_type = o.m_type;
m_type            167 Source/core/rendering/style/FillLayer.cpp             && m_sizeLength == o.m_sizeLength && m_type == o.m_type
m_type            174 Source/core/rendering/style/FillLayer.h     EFillLayerType type() const { return static_cast<EFillLayerType>(m_type); }
m_type            236 Source/core/rendering/style/FillLayer.h     unsigned m_type : 1; // EFillLayerType
m_type             46 Source/core/rendering/style/GridLength.h         , m_type(LengthType)
m_type             53 Source/core/rendering/style/GridLength.h         , m_type(FlexType)
m_type             57 Source/core/rendering/style/GridLength.h     bool isLength() const { return m_type == LengthType; }
m_type             58 Source/core/rendering/style/GridLength.h     bool isFlex() const { return m_type == FlexType; }
m_type             66 Source/core/rendering/style/GridLength.h         return m_length == o.m_length && m_flex == o.m_flex && m_type == o.m_type;
m_type             69 Source/core/rendering/style/GridLength.h     bool isContentSized() const { return m_type == LengthType && (m_length.isAuto() || m_length.isMinContent() || m_length.isMaxContent()); }
m_type             80 Source/core/rendering/style/GridLength.h     GridLengthType m_type;
m_type             55 Source/core/rendering/style/GridPosition.h         : m_type(AutoPosition)
m_type             76 Source/core/rendering/style/GridPosition.h     GridPositionType type() const { return m_type; }
m_type             77 Source/core/rendering/style/GridPosition.h     bool isAuto() const { return m_type == AutoPosition; }
m_type             78 Source/core/rendering/style/GridPosition.h     bool isSpan() const { return m_type == SpanPosition; }
m_type             79 Source/core/rendering/style/GridPosition.h     bool isNamedGridArea() const { return m_type == NamedGridAreaPosition; }
m_type             83 Source/core/rendering/style/GridPosition.h         m_type = ExplicitPosition;
m_type             90 Source/core/rendering/style/GridPosition.h         m_type = AutoPosition;
m_type             99 Source/core/rendering/style/GridPosition.h         m_type = SpanPosition;
m_type            106 Source/core/rendering/style/GridPosition.h         m_type = NamedGridAreaPosition;
m_type            130 Source/core/rendering/style/GridPosition.h         return m_type == other.m_type && m_integerPosition == other.m_integerPosition && m_namedGridLine == other.m_namedGridLine;
m_type            138 Source/core/rendering/style/GridPosition.h     GridPositionType m_type;
m_type             46 Source/core/rendering/style/GridTrackSize.h         : m_type(LengthTrackSizing)
m_type             58 Source/core/rendering/style/GridTrackSize.h         : m_type(MinMaxTrackSizing)
m_type             71 Source/core/rendering/style/GridTrackSize.h         ASSERT(m_type == LengthTrackSizing);
m_type             95 Source/core/rendering/style/GridTrackSize.h     GridTrackSizeType type() const { return m_type; }
m_type             99 Source/core/rendering/style/GridTrackSize.h     bool isPercentage() const { return m_type == LengthTrackSizing && length().isLength() && length().length().isPercent(); }
m_type            103 Source/core/rendering/style/GridTrackSize.h         return m_type == other.m_type && m_minTrackBreadth == other.m_minTrackBreadth && m_maxTrackBreadth == other.m_maxTrackBreadth;
m_type            120 Source/core/rendering/style/GridTrackSize.h     GridTrackSizeType m_type;
m_type             35 Source/core/rendering/style/LineClampValue.h         : m_type(LineClampLineCount)
m_type             41 Source/core/rendering/style/LineClampValue.h         : m_type(type)
m_type             48 Source/core/rendering/style/LineClampValue.h     bool isPercentage() const { return m_type == LineClampPercentage; }
m_type             63 Source/core/rendering/style/LineClampValue.h     ELineClampType m_type;
m_type             71 Source/core/rendering/style/ShapeValue.h     ShapeValueType type() const { return m_type; }
m_type             88 Source/core/rendering/style/ShapeValue.h         : m_type(Shape)
m_type             94 Source/core/rendering/style/ShapeValue.h         : m_type(type)
m_type             99 Source/core/rendering/style/ShapeValue.h         : m_type(Image)
m_type            105 Source/core/rendering/style/ShapeValue.h         : m_type(Box)
m_type            111 Source/core/rendering/style/ShapeValue.h     ShapeValueType m_type;
m_type             72 Source/core/svg/SVGAnimateTransformElement.cpp         m_type = parseTransformType(value);
m_type             73 Source/core/svg/SVGAnimateTransformElement.cpp         if (m_type == SVG_TRANSFORM_MATRIX)
m_type             74 Source/core/svg/SVGAnimateTransformElement.cpp             m_type = SVG_TRANSFORM_UNKNOWN;
m_type             37 Source/core/svg/SVGAnimateTransformElement.h     SVGTransformType transformType() const { return m_type; }
m_type             47 Source/core/svg/SVGAnimateTransformElement.h     SVGTransformType m_type;
m_type             40 Source/core/svg/SVGAnimatedTypeAnimator.cpp     : m_type(type)
m_type             46 Source/core/svg/SVGAnimatedTypeAnimator.cpp     ASSERT(m_type != AnimatedPoint
m_type             47 Source/core/svg/SVGAnimatedTypeAnimator.cpp         && m_type != AnimatedStringList
m_type             48 Source/core/svg/SVGAnimatedTypeAnimator.cpp         && m_type != AnimatedTransform
m_type             49 Source/core/svg/SVGAnimatedTypeAnimator.cpp         && m_type != AnimatedUnknown);
m_type             54 Source/core/svg/SVGAnimatedTypeAnimator.cpp         ASSERT(m_animatedProperty->type() == m_type);
m_type             66 Source/core/svg/SVGAnimatedTypeAnimator.cpp         if (m_type == AnimatedTransformList) {
m_type             85 Source/core/svg/SVGAnimatedTypeAnimator.cpp     switch (m_type) {
m_type            190 Source/core/svg/SVGAnimatedTypeAnimator.cpp     ASSERT(animatedValue->type() == m_type);
m_type             59 Source/core/svg/SVGAnimatedTypeAnimator.h     AnimatedPropertyType type() const { return m_type; }
m_type             71 Source/core/svg/SVGAnimatedTypeAnimator.h     AnimatedPropertyType m_type;
m_type             65 Source/core/svg/SVGComponentTransferFunctionElement.cpp     addToPropertyMap(m_type);
m_type             95 Source/core/svg/SVGComponentTransferFunctionElement.cpp         m_type->setBaseValueAsString(value, parseError);
m_type            125 Source/core/svg/SVGComponentTransferFunctionElement.cpp     func.type = m_type->currentValue()->enumValue();
m_type             44 Source/core/svg/SVGComponentTransferFunctionElement.h     SVGAnimatedEnumeration<ComponentTransferType>* type() { return m_type.get(); }
m_type             62 Source/core/svg/SVGComponentTransferFunctionElement.h     RefPtr<SVGAnimatedEnumeration<ComponentTransferType> > m_type;
m_type             55 Source/core/svg/SVGFEColorMatrixElement.cpp     addToPropertyMap(m_type);
m_type             88 Source/core/svg/SVGFEColorMatrixElement.cpp         m_type->setBaseValueAsString(value, parseError);
m_type             99 Source/core/svg/SVGFEColorMatrixElement.cpp         return colorMatrix->setType(m_type->currentValue()->enumValue());
m_type            137 Source/core/svg/SVGFEColorMatrixElement.cpp     ColorMatrixType filterType = m_type->currentValue()->enumValue();
m_type             39 Source/core/svg/SVGFEColorMatrixElement.h     SVGAnimatedEnumeration<ColorMatrixType>* type() { return m_type.get(); }
m_type             52 Source/core/svg/SVGFEColorMatrixElement.h     RefPtr<SVGAnimatedEnumeration<ColorMatrixType> > m_type;
m_type             58 Source/core/svg/SVGFETurbulenceElement.cpp     , m_type(SVGAnimatedEnumeration<TurbulenceType>::create(this, SVGNames::typeAttr, FETURBULENCE_TYPE_TURBULENCE))
m_type             66 Source/core/svg/SVGFETurbulenceElement.cpp     addToPropertyMap(m_type);
m_type            106 Source/core/svg/SVGFETurbulenceElement.cpp         m_type->setBaseValueAsString(value, parseError);
m_type            117 Source/core/svg/SVGFETurbulenceElement.cpp         return turbulence->setType(m_type->currentValue()->enumValue());
m_type            159 Source/core/svg/SVGFETurbulenceElement.cpp     return FETurbulence::create(filter, m_type->currentValue()->enumValue(), baseFrequencyX()->currentValue()->value(), baseFrequencyY()->currentValue()->value(), m_numOctaves->currentValue()->value(), m_seed->currentValue()->value(), m_stitchTiles->currentValue()->enumValue() == SVG_STITCHTYPE_STITCH);
m_type             50 Source/core/svg/SVGFETurbulenceElement.h     SVGAnimatedEnumeration<TurbulenceType>* type() { return m_type.get(); }
m_type             65 Source/core/svg/SVGFETurbulenceElement.h     RefPtr<SVGAnimatedEnumeration<TurbulenceType> > m_type;
m_type            160 Source/core/svg/animation/SVGSMILElement.cpp     : m_type(type)
m_type            594 Source/core/svg/animation/SVGSMILElement.cpp         if (condition.m_type == Condition::Syncbase) {
m_type            613 Source/core/svg/animation/SVGSMILElement.cpp         if (condition.m_type == Condition::Syncbase) {
m_type            626 Source/core/svg/animation/SVGSMILElement.cpp         if (condition.m_type == Condition::EventBase) {
m_type            646 Source/core/svg/animation/SVGSMILElement.cpp         if (condition.m_type == Condition::EventBase) {
m_type           1259 Source/core/svg/animation/SVGSMILElement.cpp         if (condition.m_type == Condition::Syncbase && condition.m_syncbase == syncbase) {
m_type            172 Source/core/svg/animation/SVGSMILElement.h         Type m_type;
m_type             39 Source/core/svg/properties/SVGAnimatedProperty.cpp     : m_type(type)
m_type             64 Source/core/svg/properties/SVGAnimatedProperty.h         return m_type;
m_type             98 Source/core/svg/properties/SVGAnimatedProperty.h     const AnimatedPropertyType m_type;
m_type             72 Source/core/svg/properties/SVGProperty.h         return m_type;
m_type             90 Source/core/svg/properties/SVGProperty.h         : m_type(type)
m_type             96 Source/core/svg/properties/SVGProperty.h     const AnimatedPropertyType m_type;
m_type             49 Source/core/timing/ResourceTimingInfo.h     void setInitiatorType(const AtomicString& type) { m_type = type; }
m_type             50 Source/core/timing/ResourceTimingInfo.h     const AtomicString& initiatorType() const { return m_type; }
m_type             73 Source/core/timing/ResourceTimingInfo.h         : m_type(type)
m_type             78 Source/core/timing/ResourceTimingInfo.h     AtomicString m_type;
m_type             64 Source/core/xml/XPathValue.cpp     m_type = NodeSetValue;
m_type             70 Source/core/xml/XPathValue.cpp     switch (m_type) {
m_type             86 Source/core/xml/XPathValue.cpp     switch (m_type) {
m_type            117 Source/core/xml/XPathValue.cpp     switch (m_type) {
m_type             57 Source/core/xml/XPathValue.h             Value(unsigned value) : m_type(NumberValue), m_bool(false), m_number(value) {}
m_type             58 Source/core/xml/XPathValue.h             Value(unsigned long value) : m_type(NumberValue), m_bool(false), m_number(value) {}
m_type             59 Source/core/xml/XPathValue.h             Value(double value) : m_type(NumberValue), m_bool(false), m_number(value) {}
m_type             61 Source/core/xml/XPathValue.h             Value(const char* value) : m_type(StringValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) {}
m_type             62 Source/core/xml/XPathValue.h             Value(const String& value) : m_type(StringValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) {}
m_type             63 Source/core/xml/XPathValue.h             Value(const NodeSet& value) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::create(value)) {}
m_type             64 Source/core/xml/XPathValue.h             Value(Node* value) : m_type(NodeSetValue), m_bool(false), m_number(0), m_data(ValueData::create()) { m_data->m_nodeSet.append(value); }
m_type             70 Source/core/xml/XPathValue.h             Value(NodeSet& value, const AdoptTag&) : m_type(NodeSetValue), m_bool(false), m_number(0),  m_data(ValueData::create()) { value.swap(m_data->m_nodeSet); }
m_type             72 Source/core/xml/XPathValue.h             Type type() const { return m_type; }
m_type             74 Source/core/xml/XPathValue.h             bool isNodeSet() const { return m_type == NodeSetValue; }
m_type             75 Source/core/xml/XPathValue.h             bool isBoolean() const { return m_type == BooleanValue; }
m_type             76 Source/core/xml/XPathValue.h             bool isNumber() const { return m_type == NumberValue; }
m_type             77 Source/core/xml/XPathValue.h             bool isString() const { return m_type == StringValue; }
m_type             86 Source/core/xml/XPathValue.h             Type m_type;
m_type             94 Source/core/xml/XPathValue.h             : m_type(BooleanValue)
m_type            270 Source/core/xml/parser/XMLDocumentParser.cpp         : m_type(type)
m_type            284 Source/core/xml/parser/XMLDocumentParser.cpp         parser->handleError(m_type, reinterpret_cast<char*>(m_message), TextPosition(m_lineNumber, m_columnNumber));
m_type            288 Source/core/xml/parser/XMLDocumentParser.cpp     XMLErrors::ErrorType m_type;
m_type             64 Source/modules/filesystem/DOMFileSystemBase.cpp     , m_type(type)
m_type            123 Source/modules/filesystem/DOMFileSystemBase.cpp     ASSERT(isValidType(m_type));
m_type            124 Source/modules/filesystem/DOMFileSystemBase.cpp     return m_type != FileSystemTypeIsolated;
m_type            292 Source/modules/filesystem/DOMFileSystemBase.cpp     if (!pathToAbsolutePath(m_type, entry, path, absolutePath)) {
m_type            309 Source/modules/filesystem/DOMFileSystemBase.cpp     if (!pathToAbsolutePath(m_type, entry, path, absolutePath)) {
m_type             87 Source/modules/filesystem/DOMFileSystemBase.h     FileSystemType type() const { return m_type; }
m_type            127 Source/modules/filesystem/DOMFileSystemBase.h     FileSystemType m_type;
m_type            138 Source/modules/filesystem/DOMFileSystemSync.cpp         if (m_type == FileSystemTypeTemporary || m_type == FileSystemTypePersistent) {
m_type            166 Source/modules/filesystem/DOMFileSystemSync.cpp     FileSystemType m_type;
m_type            154 Source/modules/filesystem/FileSystemCallbacks.cpp         RefPtrWillBeRawPtr<DOMFileSystem> fileSystem = DOMFileSystem::create(m_executionContext.get(), name, m_type, rootURL);
m_type            108 Source/modules/filesystem/FileSystemCallbacks.h     FileSystemType m_type;
m_type            145 Source/modules/filesystem/InspectorFileSystemAgent.cpp     String m_type;
m_type            155 Source/modules/filesystem/InspectorFileSystemAgent.cpp     if (!DOMFileSystemBase::pathPrefixToFileSystemType(m_type, type)) {
m_type             53 Source/modules/indexeddb/IDBAny.cpp     : m_type(type)
m_type             65 Source/modules/indexeddb/IDBAny.cpp     ASSERT(m_type == DOMStringListType);
m_type             71 Source/modules/indexeddb/IDBAny.cpp     ASSERT(m_type == IDBCursorType);
m_type             78 Source/modules/indexeddb/IDBAny.cpp     ASSERT(m_type == IDBCursorWithValueType);
m_type             85 Source/modules/indexeddb/IDBAny.cpp     ASSERT(m_type == IDBDatabaseType);
m_type             91 Source/modules/indexeddb/IDBAny.cpp     ASSERT(m_type == IDBIndexType);
m_type             97 Source/modules/indexeddb/IDBAny.cpp     ASSERT(m_type == IDBObjectStoreType);
m_type            103 Source/modules/indexeddb/IDBAny.cpp     ASSERT(m_type == IDBTransactionType);
m_type            109 Source/modules/indexeddb/IDBAny.cpp     ASSERT(m_type == KeyType || m_type == BufferKeyAndKeyPathType);
m_type            115 Source/modules/indexeddb/IDBAny.cpp     ASSERT(m_type == KeyPathType || m_type == BufferKeyAndKeyPathType);
m_type            121 Source/modules/indexeddb/IDBAny.cpp     ASSERT(m_type == BufferType || m_type == BufferKeyAndKeyPathType);
m_type            127 Source/modules/indexeddb/IDBAny.cpp     ASSERT(m_type == StringType);
m_type            133 Source/modules/indexeddb/IDBAny.cpp     ASSERT(m_type == IntegerType);
m_type            138 Source/modules/indexeddb/IDBAny.cpp     : m_type(DOMStringListType)
m_type            145 Source/modules/indexeddb/IDBAny.cpp     : m_type(value->isCursorWithValue() ? IDBCursorWithValueType : IDBCursorType)
m_type            152 Source/modules/indexeddb/IDBAny.cpp     : m_type(IDBDatabaseType)
m_type            159 Source/modules/indexeddb/IDBAny.cpp     : m_type(IDBIndexType)
m_type            166 Source/modules/indexeddb/IDBAny.cpp     : m_type(IDBTransactionType)
m_type            173 Source/modules/indexeddb/IDBAny.cpp     : m_type(IDBObjectStoreType)
m_type            180 Source/modules/indexeddb/IDBAny.cpp     : m_type(BufferType)
m_type            187 Source/modules/indexeddb/IDBAny.cpp     : m_type(BufferKeyAndKeyPathType)
m_type            196 Source/modules/indexeddb/IDBAny.cpp     : m_type(KeyType)
m_type            203 Source/modules/indexeddb/IDBAny.cpp     : m_type(KeyPathType)
m_type            210 Source/modules/indexeddb/IDBAny.cpp     : m_type(StringType)
m_type            217 Source/modules/indexeddb/IDBAny.cpp     : m_type(IntegerType)
m_type             97 Source/modules/indexeddb/IDBAny.h     Type type() const { return m_type; }
m_type            127 Source/modules/indexeddb/IDBAny.h     const Type m_type;
m_type             37 Source/modules/indexeddb/IDBKey.cpp     if (m_type == InvalidType)
m_type             40 Source/modules/indexeddb/IDBKey.cpp     if (m_type == ArrayType) {
m_type             64 Source/modules/indexeddb/IDBKey.cpp     if (m_type != other->m_type)
m_type             65 Source/modules/indexeddb/IDBKey.cpp         return m_type > other->m_type ? -1 : 1;
m_type             67 Source/modules/indexeddb/IDBKey.cpp     switch (m_type) {
m_type            108 Source/modules/indexeddb/IDBKey.h     Type type() const { return m_type; }
m_type            113 Source/modules/indexeddb/IDBKey.h         ASSERT(m_type == ArrayType);
m_type            119 Source/modules/indexeddb/IDBKey.h         ASSERT(m_type == BinaryType);
m_type            125 Source/modules/indexeddb/IDBKey.h         ASSERT(m_type == StringType);
m_type            131 Source/modules/indexeddb/IDBKey.h         ASSERT(m_type == DateType);
m_type            137 Source/modules/indexeddb/IDBKey.h         ASSERT(m_type == NumberType);
m_type            149 Source/modules/indexeddb/IDBKey.h     IDBKey() : m_type(InvalidType), m_number(0) { }
m_type            150 Source/modules/indexeddb/IDBKey.h     IDBKey(Type type, double number) : m_type(type), m_number(number) { }
m_type            151 Source/modules/indexeddb/IDBKey.h     explicit IDBKey(const String& value) : m_type(StringType), m_string(value), m_number(0) { }
m_type            152 Source/modules/indexeddb/IDBKey.h     explicit IDBKey(PassRefPtr<SharedBuffer> value) : m_type(BinaryType), m_binary(value), m_number(0) { }
m_type            153 Source/modules/indexeddb/IDBKey.h     explicit IDBKey(const KeyArray& keyArray) : m_type(ArrayType), m_array(keyArray), m_number(0) { }
m_type            155 Source/modules/indexeddb/IDBKey.h     const Type m_type;
m_type            197 Source/modules/indexeddb/IDBKeyPath.cpp     : m_type(StringType)
m_type            204 Source/modules/indexeddb/IDBKeyPath.cpp     : m_type(ArrayType)
m_type            215 Source/modules/indexeddb/IDBKeyPath.cpp     switch (m_type) {
m_type            237 Source/modules/indexeddb/IDBKeyPath.cpp     if (m_type != other.m_type)
m_type            240 Source/modules/indexeddb/IDBKeyPath.cpp     switch (m_type) {
m_type             45 Source/modules/indexeddb/IDBKeyPath.h     IDBKeyPath() : m_type(NullType) { }
m_type             55 Source/modules/indexeddb/IDBKeyPath.h     Type type() const { return m_type; }
m_type             59 Source/modules/indexeddb/IDBKeyPath.h         ASSERT(m_type == ArrayType);
m_type             65 Source/modules/indexeddb/IDBKeyPath.h         ASSERT(m_type == StringType);
m_type             69 Source/modules/indexeddb/IDBKeyPath.h     bool isNull() const { return m_type == NullType; }
m_type             74 Source/modules/indexeddb/IDBKeyPath.h     Type m_type;
m_type             40 Source/modules/mediastream/RTCStatsReport.cpp     , m_type(type)
m_type             44 Source/modules/mediastream/RTCStatsReport.h     String type() { return m_type; }
m_type             59 Source/modules/mediastream/RTCStatsReport.h     String m_type;
m_type             50 Source/modules/quota/DeprecatedStorageQuota.cpp     : m_type(type)
m_type             59 Source/modules/quota/DeprecatedStorageQuota.cpp     blink::WebStorageQuotaType storageType = static_cast<blink::WebStorageQuotaType>(m_type);
m_type             81 Source/modules/quota/DeprecatedStorageQuota.cpp     blink::WebStorageQuotaType storageType = static_cast<blink::WebStorageQuotaType>(m_type);
m_type             69 Source/modules/quota/DeprecatedStorageQuota.h     Type m_type;
m_type             86 Source/modules/serviceworkers/WaitUntilObserver.cpp     , m_type(type)
m_type            114 Source/modules/serviceworkers/WaitUntilObserver.cpp     switch (m_type) {
m_type             50 Source/modules/serviceworkers/WaitUntilObserver.h     EventType m_type;
m_type             80 Source/modules/webaudio/AudioParamTimeline.h             : m_type(type)
m_type             89 Source/modules/webaudio/AudioParamTimeline.h         unsigned type() const { return m_type; }
m_type             97 Source/modules/webaudio/AudioParamTimeline.h         unsigned m_type;
m_type             37 Source/modules/webaudio/BiquadProcessor.cpp     , m_type(LowPass)
m_type            116 Source/modules/webaudio/BiquadProcessor.cpp     if (type != m_type) {
m_type            117 Source/modules/webaudio/BiquadProcessor.cpp         m_type = type;
m_type             77 Source/modules/webaudio/BiquadProcessor.h     FilterType type() const { return m_type; }
m_type             81 Source/modules/webaudio/BiquadProcessor.h     FilterType m_type;
m_type             53 Source/modules/webaudio/OscillatorNode.cpp     , m_type(SINE)
m_type             68 Source/modules/webaudio/OscillatorNode.cpp     setType(m_type);
m_type             83 Source/modules/webaudio/OscillatorNode.cpp     switch (m_type) {
m_type            148 Source/modules/webaudio/OscillatorNode.cpp     m_type = type;
m_type            338 Source/modules/webaudio/OscillatorNode.cpp     m_type = CUSTOM;
m_type             81 Source/modules/webaudio/OscillatorNode.h     unsigned short m_type;
m_type             35 Source/modules/webdatabase/sqlite/SQLValue.cpp     : m_type(val.m_type)
m_type             43 Source/modules/webdatabase/sqlite/SQLValue.cpp     ASSERT(m_type == StringValue);
m_type             51 Source/modules/webdatabase/sqlite/SQLValue.cpp     ASSERT(m_type == NumberValue);
m_type             40 Source/modules/webdatabase/sqlite/SQLValue.h     SQLValue() : m_type(NullValue), m_number(0.0) { }
m_type             41 Source/modules/webdatabase/sqlite/SQLValue.h     SQLValue(double number) : m_type(NumberValue), m_number(number) { }
m_type             42 Source/modules/webdatabase/sqlite/SQLValue.h     SQLValue(const String& s) : m_type(StringValue), m_number(0.0), m_string(s) { }
m_type             45 Source/modules/webdatabase/sqlite/SQLValue.h     Type type() const { return m_type; }
m_type             51 Source/modules/webdatabase/sqlite/SQLValue.h     Type m_type;
m_type             42 Source/modules/webmidi/MIDIPort.cpp     , m_type(type)
m_type             53 Source/modules/webmidi/MIDIPort.cpp     switch (m_type) {
m_type             78 Source/modules/webmidi/MIDIPort.h     MIDIPortTypeCode m_type;
m_type             62 Source/platform/CalculationValue.h         : m_type(CalcExpressionNodeUndefined)
m_type             73 Source/platform/CalculationValue.h     CalcExpressionNodeType type() const { return m_type; }
m_type             76 Source/platform/CalculationValue.h     CalcExpressionNodeType m_type;
m_type            108 Source/platform/CalculationValue.h         m_type = CalcExpressionNodeNumber;
m_type            143 Source/platform/CalculationValue.h         m_type = CalcExpressionNodeLength;
m_type            180 Source/platform/CalculationValue.h         m_type = CalcExpressionNodeBinaryOperation;
m_type            221 Source/platform/CalculationValue.h         m_type = CalcExpressionNodeBlendLength;
m_type             34 Source/platform/ContentType.cpp     : m_type(contentType)
m_type             41 Source/platform/ContentType.cpp     String strippedType = m_type.stripWhiteSpace();
m_type             69 Source/platform/ContentType.cpp     String strippedType = m_type.stripWhiteSpace();
m_type             42 Source/platform/ContentType.h     const String& raw() const { return m_type; }
m_type             44 Source/platform/ContentType.h     String m_type;
m_type             34 Source/platform/ContextMenuItem.cpp     : m_type(type)
m_type             45 Source/platform/ContextMenuItem.cpp     : m_type(type)
m_type             54 Source/platform/ContextMenuItem.cpp     : m_type(SubmenuType)
m_type             70 Source/platform/ContextMenuItem.cpp         m_type = SubmenuType;
m_type             73 Source/platform/ContextMenuItem.cpp         m_type = ActionType;
m_type             80 Source/platform/ContextMenuItem.cpp     m_type = type;
m_type             85 Source/platform/ContextMenuItem.cpp     return m_type;
m_type             81 Source/platform/ContextMenuItem.h     ContextMenuItemType m_type;
m_type            146 Source/platform/Cursor.cpp     : m_type(Custom)
m_type            154 Source/platform/Cursor.cpp     : m_type(Custom)
m_type            162 Source/platform/Cursor.cpp     : m_type(type)
m_type            168 Source/platform/Cursor.cpp     : m_type(other.m_type)
m_type            177 Source/platform/Cursor.cpp     m_type = other.m_type;
m_type             91 Source/platform/Cursor.h         : m_type(static_cast<Type>(-1))
m_type            107 Source/platform/Cursor.h         ASSERT(m_type >= 0 && m_type <= Custom);
m_type            108 Source/platform/Cursor.h         return m_type;
m_type            116 Source/platform/Cursor.h     Type m_type;
m_type            339 Source/platform/DateComponents.cpp     m_type = Month;
m_type            362 Source/platform/DateComponents.cpp     m_type = Date;
m_type            389 Source/platform/DateComponents.cpp     m_type = Week;
m_type            444 Source/platform/DateComponents.cpp     m_type = Time;
m_type            462 Source/platform/DateComponents.cpp     m_type = DateTimeLocal;
m_type            482 Source/platform/DateComponents.cpp     m_type = DateTime;
m_type            514 Source/platform/DateComponents.cpp     m_type = Invalid;
m_type            521 Source/platform/DateComponents.cpp     m_type = Date;
m_type            527 Source/platform/DateComponents.cpp     m_type = Invalid;
m_type            536 Source/platform/DateComponents.cpp     m_type = DateTime;
m_type            545 Source/platform/DateComponents.cpp     m_type = DateTimeLocal;
m_type            551 Source/platform/DateComponents.cpp     m_type = Invalid;
m_type            558 Source/platform/DateComponents.cpp     m_type = Month;
m_type            564 Source/platform/DateComponents.cpp     m_type = Invalid;
m_type            568 Source/platform/DateComponents.cpp     m_type = Time;
m_type            587 Source/platform/DateComponents.cpp     m_type = Month;
m_type            603 Source/platform/DateComponents.cpp     m_type = Invalid;
m_type            629 Source/platform/DateComponents.cpp     m_type = Week;
m_type            635 Source/platform/DateComponents.cpp     ASSERT(m_type == Time || m_type == DateTime || m_type == DateTimeLocal);
m_type            641 Source/platform/DateComponents.cpp     switch (m_type) {
m_type            662 Source/platform/DateComponents.cpp     ASSERT(m_type == Month);
m_type            668 Source/platform/DateComponents.cpp     ASSERT(m_type == DateTime || m_type == DateTimeLocal || m_type == Time);
m_type            690 Source/platform/DateComponents.cpp     switch (m_type) {
m_type             58 Source/platform/DateComponents.h         , m_type(Invalid)
m_type             80 Source/platform/DateComponents.h     Type type() const { return m_type; }
m_type            208 Source/platform/DateComponents.h     Type m_type;
m_type            156 Source/platform/JSONValues.cpp     ASSERT(m_type == TypeNull);
m_type             51 Source/platform/JSONValues.h     JSONValue() : m_type(TypeNull) { }
m_type             68 Source/platform/JSONValues.h     Type type() const { return m_type; }
m_type             70 Source/platform/JSONValues.h     bool isNull() const { return m_type == TypeNull; }
m_type             89 Source/platform/JSONValues.h     explicit JSONValue(Type type) : m_type(type) { }
m_type             92 Source/platform/JSONValues.h     Type m_type;
m_type            172 Source/platform/Length.cpp     , m_type(Calculated)
m_type             60 Source/platform/Length.h         :  m_intValue(0), m_quirk(false), m_type(Auto), m_isFloat(false)
m_type             65 Source/platform/Length.h         : m_intValue(0), m_quirk(false), m_type(t), m_isFloat(false)
m_type             71 Source/platform/Length.h         : m_intValue(v), m_quirk(q), m_type(t), m_isFloat(false)
m_type             77 Source/platform/Length.h         : m_floatValue(v.toFloat()), m_quirk(q), m_type(t), m_isFloat(true)
m_type             83 Source/platform/Length.h         : m_floatValue(v), m_quirk(q), m_type(t), m_isFloat(true)
m_type             89 Source/platform/Length.h         : m_quirk(q), m_type(t), m_isFloat(true)
m_type            119 Source/platform/Length.h     bool operator==(const Length& o) const { return (m_type == o.m_type) && (m_quirk == o.m_quirk) && (isUndefined() || (getFloatValue() == o.getFloatValue()) || isCalculatedEqual(o)); }
m_type            159 Source/platform/Length.h     LengthType type() const { return static_cast<LengthType>(m_type); }
m_type            169 Source/platform/Length.h         m_type = t;
m_type            185 Source/platform/Length.h         m_type = t;
m_type            192 Source/platform/Length.h         m_type = t;
m_type            309 Source/platform/Length.h     unsigned char m_type;
m_type             83 Source/platform/PlatformEvent.h     Type type() const { return static_cast<Type>(m_type); }
m_type             96 Source/platform/PlatformEvent.h         : m_type(NoType)
m_type            103 Source/platform/PlatformEvent.h         : m_type(type)
m_type            110 Source/platform/PlatformEvent.h         : m_type(type)
m_type            117 Source/platform/PlatformEvent.h         : m_type(type)
m_type            137 Source/platform/PlatformEvent.h     unsigned m_type;
m_type             70 Source/platform/PlatformGestureEvent.h         ASSERT(m_type == PlatformEvent::GestureScrollUpdate
m_type             71 Source/platform/PlatformGestureEvent.h             || m_type == PlatformEvent::GestureScrollUpdateWithoutPropagation);
m_type             77 Source/platform/PlatformGestureEvent.h         ASSERT(m_type == PlatformEvent::GestureScrollUpdate
m_type             78 Source/platform/PlatformGestureEvent.h             || m_type == PlatformEvent::GestureScrollUpdateWithoutPropagation);
m_type             84 Source/platform/PlatformGestureEvent.h         ASSERT(m_type == PlatformEvent::GestureTap);
m_type             90 Source/platform/PlatformGestureEvent.h         ASSERT(m_type == PlatformEvent::GestureScrollUpdate
m_type             91 Source/platform/PlatformGestureEvent.h             || m_type == PlatformEvent::GestureScrollUpdateWithoutPropagation);
m_type             97 Source/platform/PlatformGestureEvent.h         ASSERT(m_type == PlatformEvent::GestureScrollUpdate
m_type             98 Source/platform/PlatformGestureEvent.h             || m_type == PlatformEvent::GestureScrollUpdateWithoutPropagation);
m_type            104 Source/platform/PlatformGestureEvent.h         ASSERT(m_type == PlatformEvent::GesturePinchUpdate);
m_type             51 Source/platform/PlatformKeyboardEvent.cpp     ASSERT(m_type == PlatformEvent::KeyDown);
m_type             53 Source/platform/PlatformKeyboardEvent.cpp     m_type = type;
m_type             52 Source/platform/animation/TimingFunction.h     Type type() const { return m_type; }
m_type             62 Source/platform/animation/TimingFunction.h         : m_type(type)
m_type             67 Source/platform/animation/TimingFunction.h     Type m_type;
m_type            175 Source/platform/blob/BlobData.cpp     , m_type(data->contentType().isolatedCopy())
m_type            183 Source/platform/blob/BlobData.cpp     , m_type(type.isolatedCopy())
m_type            227 Source/platform/blob/BlobData.h     String type() const { return m_type.isolatedCopy(); }
m_type            238 Source/platform/blob/BlobData.h     const String m_type;
m_type             84 Source/platform/exported/WebHTTPBody.cpp     switch (element.m_type) {
m_type             45 Source/platform/exported/WebRTCSessionDescription.cpp     WebString type() { return m_type; }
m_type             46 Source/platform/exported/WebRTCSessionDescription.cpp     void setType(const WebString& type) { m_type = type; }
m_type             54 Source/platform/exported/WebRTCSessionDescription.cpp     WebString m_type;
m_type             64 Source/platform/exported/WebRTCSessionDescription.cpp     : m_type(type)
m_type             40 Source/platform/graphics/filters/FEColorMatrix.cpp     , m_type(type)
m_type             52 Source/platform/graphics/filters/FEColorMatrix.cpp     return m_type;
m_type             57 Source/platform/graphics/filters/FEColorMatrix.cpp     if (m_type == type)
m_type             59 Source/platform/graphics/filters/FEColorMatrix.cpp     m_type = type;
m_type            162 Source/platform/graphics/filters/FEColorMatrix.cpp     SkAutoTUnref<SkColorFilter> filter(createColorFilter(m_type, m_values.data()));
m_type            186 Source/platform/graphics/filters/FEColorMatrix.cpp     return m_type == FECOLORMATRIX_TYPE_MATRIX && m_values[19] > 0;
m_type            192 Source/platform/graphics/filters/FEColorMatrix.cpp     SkAutoTUnref<SkColorFilter> filter(createColorFilter(m_type, m_values.data()));
m_type            224 Source/platform/graphics/filters/FEColorMatrix.cpp     ts << " type=\"" << m_type << "\"";
m_type             64 Source/platform/graphics/filters/FEColorMatrix.h     ColorMatrixType m_type;
m_type             45 Source/platform/graphics/filters/FEComposite.cpp     , m_type(type)
m_type             60 Source/platform/graphics/filters/FEComposite.cpp     return m_type;
m_type             65 Source/platform/graphics/filters/FEComposite.cpp     if (m_type == type)
m_type             67 Source/platform/graphics/filters/FEComposite.cpp     m_type = type;
m_type            125 Source/platform/graphics/filters/FEComposite.cpp     if (m_type != FECOMPOSITE_OPERATOR_ARITHMETIC)
m_type            249 Source/platform/graphics/filters/FEComposite.cpp     switch (m_type) {
m_type            297 Source/platform/graphics/filters/FEComposite.cpp     if (m_type == FECOMPOSITE_OPERATOR_ARITHMETIC) {
m_type            322 Source/platform/graphics/filters/FEComposite.cpp     switch (m_type) {
m_type            385 Source/platform/graphics/filters/FEComposite.cpp     if (m_type == FECOMPOSITE_OPERATOR_ARITHMETIC)
m_type            388 Source/platform/graphics/filters/FEComposite.cpp         mode = adoptRef(SkXfermode::Create(toXfermode(m_type)));
m_type            425 Source/platform/graphics/filters/FEComposite.cpp     ts << " operation=\"" << m_type << "\"";
m_type            426 Source/platform/graphics/filters/FEComposite.cpp     if (m_type == FECOMPOSITE_OPERATOR_ARITHMETIC)
m_type             70 Source/platform/graphics/filters/FEComposite.h     virtual bool requiresValidPreMultipliedPixels() OVERRIDE { return m_type != FECOMPOSITE_OPERATOR_ARITHMETIC; }
m_type             85 Source/platform/graphics/filters/FEComposite.h     CompositeOperationType m_type;
m_type             41 Source/platform/graphics/filters/FEMorphology.cpp     , m_type(type)
m_type             54 Source/platform/graphics/filters/FEMorphology.cpp     return m_type;
m_type             59 Source/platform/graphics/filters/FEMorphology.cpp     if (m_type == type)
m_type             61 Source/platform/graphics/filters/FEMorphology.cpp     m_type = type;
m_type            118 Source/platform/graphics/filters/FEMorphology.cpp     if (m_type == FEMORPHOLOGY_OPERATOR_DILATE)
m_type            120 Source/platform/graphics/filters/FEMorphology.cpp     else if (m_type == FEMORPHOLOGY_OPERATOR_ERODE)
m_type            135 Source/platform/graphics/filters/FEMorphology.cpp     if (m_type == FEMORPHOLOGY_OPERATOR_DILATE)
m_type             78 Source/platform/graphics/filters/FEMorphology.h     MorphologyOperatorType m_type;
m_type             55 Source/platform/graphics/filters/FETurbulence.cpp     , m_type(type)
m_type             71 Source/platform/graphics/filters/FETurbulence.cpp     return m_type;
m_type             76 Source/platform/graphics/filters/FETurbulence.cpp     if (m_type == type)
m_type             78 Source/platform/graphics/filters/FETurbulence.cpp     m_type = type;
m_type            304 Source/platform/graphics/filters/FETurbulence.cpp         if (m_type == FETURBULENCE_TYPE_FRACTALNOISE)
m_type            323 Source/platform/graphics/filters/FETurbulence.cpp     if (m_type == FETURBULENCE_TYPE_FRACTALNOISE)
m_type            127 Source/platform/graphics/filters/FETurbulence.h     TurbulenceType m_type;
m_type             49 Source/platform/graphics/filters/FilterOperation.cpp         switch (m_type) {
m_type             65 Source/platform/graphics/filters/FilterOperation.cpp     switch (m_type) {
m_type             78 Source/platform/graphics/filters/FilterOperation.cpp     return BasicColorMatrixFilterOperation::create(result, m_type);
m_type             88 Source/platform/graphics/filters/FilterOperation.cpp         switch (m_type) {
m_type            104 Source/platform/graphics/filters/FilterOperation.cpp     switch (m_type) {
m_type            116 Source/platform/graphics/filters/FilterOperation.cpp     return BasicComponentTransferFilterOperation::create(result, m_type);
m_type             93 Source/platform/graphics/filters/FilterOperation.h     OperationType type() const { return m_type; }
m_type             94 Source/platform/graphics/filters/FilterOperation.h     virtual bool isSameType(const FilterOperation& o) const { return o.type() == m_type; }
m_type            103 Source/platform/graphics/filters/FilterOperation.h         : m_type(type)
m_type            107 Source/platform/graphics/filters/FilterOperation.h     OperationType m_type;
m_type            210 Source/platform/graphics/filters/FilterOperation.h     virtual bool affectsOpacity() const OVERRIDE { return m_type == OPACITY; }
m_type             63 Source/platform/graphics/filters/LightSource.h         : m_type(type)
m_type             68 Source/platform/graphics/filters/LightSource.h     LightType type() const { return m_type; }
m_type             90 Source/platform/graphics/filters/LightSource.h     LightType m_type;
m_type             44 Source/platform/mediastream/MediaStreamSource.cpp     , m_type(type)
m_type             74 Source/platform/mediastream/MediaStreamSource.h     Type type() const { return m_type; }
m_type            101 Source/platform/mediastream/MediaStreamSource.h     Type m_type;
m_type             93 Source/platform/network/FormData.cpp         switch (e.m_type) {
m_type            113 Source/platform/network/FormData.cpp     if (m_elements.isEmpty() || m_elements.last().m_type != FormDataElement::data)
m_type            153 Source/platform/network/FormData.cpp         if (e.m_type == FormDataElement::data)
m_type             40 Source/platform/network/FormData.h     FormDataElement() : m_type(data) { }
m_type             41 Source/platform/network/FormData.h     explicit FormDataElement(const Vector<char>& array) : m_type(data), m_data(array) { }
m_type             43 Source/platform/network/FormData.h     FormDataElement(const String& filename, long long fileStart, long long fileLength, double expectedFileModificationTime) : m_type(encodedFile), m_filename(filename), m_fileStart(fileStart), m_fileLength(fileLength), m_expectedFileModificationTime(expectedFileModificationTime) { }
m_type             44 Source/platform/network/FormData.h     explicit FormDataElement(const String& blobUUID, PassRefPtr<BlobDataHandle> optionalHandle) : m_type(encodedBlob), m_blobUUID(blobUUID), m_optionalBlobDataHandle(optionalHandle) { }
m_type             45 Source/platform/network/FormData.h     FormDataElement(const KURL& fileSystemURL, long long start, long long length, double expectedFileModificationTime) : m_type(encodedFileSystemURL), m_fileSystemURL(fileSystemURL), m_fileStart(start), m_fileLength(length), m_expectedFileModificationTime(expectedFileModificationTime) { }
m_type             52 Source/platform/network/FormData.h     } m_type;
m_type             68 Source/platform/network/FormData.h     if (a.m_type != b.m_type)
m_type             70 Source/platform/network/FormData.h     if (a.m_type == FormDataElement::data)
m_type             72 Source/platform/network/FormData.h     if (a.m_type == FormDataElement::encodedFile)
m_type             74 Source/platform/network/FormData.h     if (a.m_type == FormDataElement::encodedBlob)
m_type             76 Source/platform/network/FormData.h     if (a.m_type == FormDataElement::encodedFileSystemURL)
m_type             49 Source/platform/network/ProxyServer.h         : m_type(Direct)
m_type             55 Source/platform/network/ProxyServer.h         : m_type(type)
m_type             61 Source/platform/network/ProxyServer.h     Type type() const { return m_type; }
m_type             66 Source/platform/network/ProxyServer.h     Type m_type;
m_type             39 Source/platform/transforms/RotateTransformOperation.cpp         return RotateTransformOperation::create(m_x, m_y, m_z, m_angle - m_angle * progress, m_type);
m_type             51 Source/platform/transforms/RotateTransformOperation.cpp                                                 WebCore::blend(fromAngle, m_angle, progress), m_type);
m_type             52 Source/platform/transforms/RotateTransformOperation.h     virtual OperationType type() const OVERRIDE { return m_type; }
m_type             74 Source/platform/transforms/RotateTransformOperation.h         , m_type(type)
m_type             83 Source/platform/transforms/RotateTransformOperation.h     OperationType m_type;
m_type             37 Source/platform/transforms/ScaleTransformOperation.cpp                                                WebCore::blend(m_z, 1.0, progress), m_type);
m_type             45 Source/platform/transforms/ScaleTransformOperation.cpp                                            WebCore::blend(fromZ, m_z, progress), m_type);
m_type             51 Source/platform/transforms/ScaleTransformOperation.h     virtual OperationType type() const OVERRIDE { return m_type; }
m_type             72 Source/platform/transforms/ScaleTransformOperation.h         , m_type(type)
m_type             80 Source/platform/transforms/ScaleTransformOperation.h     OperationType m_type;
m_type             35 Source/platform/transforms/SkewTransformOperation.cpp         return SkewTransformOperation::create(WebCore::blend(m_angleX, 0.0, progress), WebCore::blend(m_angleY, 0.0, progress), m_type);
m_type             40 Source/platform/transforms/SkewTransformOperation.cpp     return SkewTransformOperation::create(WebCore::blend(fromAngleX, m_angleX, progress), WebCore::blend(fromAngleY, m_angleY, progress), m_type);
m_type             44 Source/platform/transforms/SkewTransformOperation.h     virtual OperationType type() const OVERRIDE { return m_type; }
m_type             64 Source/platform/transforms/SkewTransformOperation.h         , m_type(type)
m_type             70 Source/platform/transforms/SkewTransformOperation.h     OperationType m_type;
m_type             34 Source/platform/transforms/TranslateTransformOperation.cpp         return TranslateTransformOperation::create(zeroLength.blend(m_x, progress, ValueRangeAll), zeroLength.blend(m_y, progress, ValueRangeAll), WebCore::blend(0., m_z, progress), m_type);
m_type             40 Source/platform/transforms/TranslateTransformOperation.cpp     return TranslateTransformOperation::create(m_x.blend(fromX, progress, ValueRangeAll), m_y.blend(fromY, progress, ValueRangeAll), WebCore::blend(fromZ, m_z, progress), m_type);
m_type             56 Source/platform/transforms/TranslateTransformOperation.h     virtual OperationType type() const OVERRIDE { return m_type; }
m_type             82 Source/platform/transforms/TranslateTransformOperation.h         , m_type(type)
m_type             90 Source/platform/transforms/TranslateTransformOperation.h     OperationType m_type;
m_type             57 Source/web/WebHistoryItem.cpp             if (element.m_type == FormDataElement::encodedFile)
m_type            106 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::MouseMoved;
m_type            110 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::MousePressed;
m_type            114 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::MouseReleased;
m_type            138 Source/web/WebInputEventConversion.cpp     m_type = PlatformEvent::Wheel;
m_type            172 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GestureScrollBegin;
m_type            175 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GestureScrollEnd;
m_type            178 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GestureFlingStart;
m_type            181 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GestureScrollUpdate;
m_type            188 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GestureScrollUpdateWithoutPropagation;
m_type            195 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GestureTap;
m_type            200 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GestureTapUnconfirmed;
m_type            204 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GestureTapDown;
m_type            208 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GestureShowPress;
m_type            212 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GestureTapDownCancel;
m_type            219 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::NoType;
m_type            222 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GestureTwoFingerTap;
m_type            226 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GestureLongPress;
m_type            230 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GestureLongTap;
m_type            234 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GesturePinchBegin;
m_type            237 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GesturePinchEnd;
m_type            240 Source/web/WebInputEventConversion.cpp         m_type = PlatformEvent::GesturePinchUpdate;
m_type            282 Source/web/WebInputEventConversion.cpp     m_type = toPlatformKeyboardEventType(e.type);
m_type            329 Source/web/WebInputEventConversion.cpp     ASSERT(m_type == KeyDown);
m_type            331 Source/web/WebInputEventConversion.cpp     m_type = type;
m_type            420 Source/web/WebInputEventConversion.cpp     m_type = toPlatformTouchEventType(event.type);
m_type             24 public/platform/WebBlobInfo.h         , m_type(type)
m_type             32 public/platform/WebBlobInfo.h         , m_type(type)
m_type             42 public/platform/WebBlobInfo.h         , m_type(type)
m_type             59 public/platform/WebBlobInfo.h         return m_type;
m_type             81 public/platform/WebBlobInfo.h     WebString m_type; // MIME type