Searched defs:m_type (Results 1 - 25 of 173) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimateTransformElement.h36 SVGTransformType transformType() const { return m_type; }
45 SVGTransformType m_type; member in class:blink::FINAL
H A DSVGFEColorMatrixElement.h40 SVGAnimatedEnumeration<ColorMatrixType>* type() { return m_type.get(); }
53 RefPtr<SVGAnimatedEnumeration<ColorMatrixType> > m_type; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/netinfo/
H A DNetworkInformation.h52 WebConnectionType m_type; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
H A DScreenOrientation.h61 WebScreenOrientationType m_type; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/
H A DContentType.h42 const String& raw() const { return m_type; }
44 String m_type; member in class:blink::ContentType
/external/lldb/include/lldb/Core/
H A DError.h305 lldb::ErrorType m_type; ///< The type of the above error code. member in class:lldb_private::Error
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLButtonElement.h79 Type m_type; member in class:blink::FINAL
H A DHTMLViewSourceDocument.h74 String m_type; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLShader.h43 GLenum type() const { return m_type; }
55 GLenum m_type; member in class:blink::FINAL
H A DWebGLActiveInfo.h45 GLenum type() const { return m_type; }
53 , m_type(type)
61 GLenum m_type; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/quota/
H A DDeprecatedStorageQuota.h66 Type m_type; member in class:blink::FINAL
/external/chromium_org/tools/clang/blink_gc_plugin/tests/
H A Dvirtual_and_trace_after_dispatch.h18 A(Type type) : m_type(type) { }
20 Type m_type; member in class:blink::A
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp43 Context (glu::ContextType type) : m_type(type) {}
210 glu::ContextType getType (void) { return m_type; }
213 const glu::ContextType m_type; member in class:sglr::Context
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DStyleSheetCandidate.h52 , m_type(typeOf(node))
68 bool isElement() const { return m_type != Pi; }
69 bool isHTMLLink() const { return m_type == HTMLLink; }
75 Type m_type; member in class:blink::StyleSheetCandidate
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInsertListCommand.h63 Type m_type; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DBarProp.h59 Type m_type; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DNavigationAction.h49 NavigationType type() const { return m_type; }
56 NavigationType m_type; member in class:blink::NavigationAction
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderQuote.h56 QuoteType m_type; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBorderImageLength.h46 , m_type(NumberType)
53 , m_type(LengthType)
57 bool isNumber() const { return m_type == NumberType; }
58 bool isLength() const { return m_type == LengthType; }
67 return m_type == other.m_type && m_length == other.m_length && m_number == other.m_number;
83 } m_type; member in class:blink::BorderImageLength
H A DLineClampValue.h35 : m_type(LineClampLineCount)
41 : m_type(type)
48 bool isPercentage() const { return m_type == LineClampPercentage; }
63 ELineClampType m_type; member in class:blink::LineClampValue
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGProperty.h71 return m_type;
94 : m_type(type)
100 const AnimatedPropertyType m_type; member in class:blink::SVGPropertyBase
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCStatsReport.h43 String type() { return m_type; }
60 String m_type; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
H A DWaitUntilObserver.h49 EventType m_type; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLValue.h40 SQLValue() : m_type(NullValue), m_number(0.0) { }
41 SQLValue(double number) : m_type(NumberValue), m_number(number) { }
42 SQLValue(const String& s) : m_type(StringValue), m_number(0.0), m_string(s) { }
45 Type type() const { return m_type; }
51 Type m_type; member in class:blink::SQLValue
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebRTCSessionDescription.cpp45 WebString type() { return m_type; }
46 void setType(const WebString& type) { m_type = type; }
54 WebString m_type; member in class:blink::FINAL
64 : m_type(type)

Completed in 1885 milliseconds

1234567