HomeSort by relevance Sort by last modified time
    Searched defs:m_type (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/platform/
ContentType.h 42 const String& raw() const { return m_type; }
44 String m_type; member in class:WebCore::ContentType
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateTransformElement.h 35 SVGTransformType transformType() const { return m_type; }
45 SVGTransformType m_type; member in class:WebCore::FINAL
SVGFEColorMatrixElement.h 39 SVGAnimatedEnumeration<ColorMatrixType>* type() { return m_type.get(); }
52 RefPtr<SVGAnimatedEnumeration<ColorMatrixType> > m_type; member in class:WebCore::FINAL
SVGAnimatedTypeAnimator.h 60 AnimatedPropertyType type() const { return m_type; }
74 AnimatedPropertyType m_type; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/netinfo/
NetworkInformation.h 54 blink::WebConnectionType m_type; member in class:WebCore::FINAL
  /external/deqp/framework/opengl/simplereference/
sglrContext.hpp 43 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/lldb/include/lldb/Core/
Error.h 305 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/editing/
InsertListCommand.h 62 Type m_type; member in class:WebCore::FINAL
EditingBehavior.h 33 : m_type(type)
45 return m_type != EditingWindowsBehavior && m_type != EditingAndroidBehavior;
50 bool shouldConsiderSelectionAsDirectional() const { return m_type != EditingMacBehavior; }
54 bool shouldCenterAlignWhenSelectionIsRevealed() const { return m_type == EditingMacBehavior; }
58 bool shouldToggleStyleBasedOnStartOfSelection() const { return m_type == EditingMacBehavior; }
62 bool shouldAlwaysGrowSelectionWhenExtendingToBoundary() const { return m_type == EditingMacBehavior; }
65 bool shouldSelectOnContextualMenuClick() const { return m_type == EditingMacBehavior; }
70 return m_type != EditingUnixBehavior && m_type != EditingAndroidBehavior
100 EditingBehaviorType m_type; member in class:WebCore::EditingBehavior
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLButtonElement.h 76 Type m_type; member in class:WebCore::FINAL
HTMLDimension.h 48 : m_type(Absolute)
54 : m_type(type)
59 HTMLDimensionType type() const { return m_type; }
61 bool isRelative() const { return m_type == Relative; }
62 bool isPercentage() const { return m_type == Percentage; }
63 bool isAbsolute() const { return m_type == Absolute; }
69 return m_type == other.m_type && m_value == other.m_value;
74 HTMLDimensionType m_type; member in class:WebCore::HTMLDimension
HTMLViewSourceDocument.h 74 String m_type; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLActiveInfo.h 44 GLenum type() const { return m_type; }
50 , m_type(type)
59 GLenum m_type; member in class:WebCore::WebGLActiveInfo
WebGLShader.h 42 GLenum type() const { return m_type; }
54 GLenum m_type; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
LineClampValue.h 35 : m_type(LineClampLineCount)
41 : m_type(type)
48 bool isPercentage() const { return m_type == LineClampPercentage; }
63 ELineClampType m_type; member in class:WebCore::LineClampValue
BorderImageLength.h 47 , m_type(NumberType)
54 , m_type(LengthType)
58 bool isNumber() const { return m_type == NumberType; }
59 bool isLength() const { return m_type == LengthType; }
68 return m_type == other.m_type && m_length == other.m_length && m_number == other.m_number;
84 } m_type; member in class:WebCore::BorderImageLength
GridLength.h 46 , m_type(LengthType)
53 , m_type(FlexType)
57 bool isLength() const { return m_type == LengthType; }
58 bool isFlex() const { return m_type == FlexType; }
66 return m_length == o.m_length && m_flex == o.m_flex && m_type == o.m_type;
69 bool isContentSized() const { return m_type == LengthType && (m_length.isAuto() || m_length.isMinContent() || m_length.isMaxContent()); }
80 GridLengthType m_type; member in class:WebCore::GridLength
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageQuota.h 67 Type m_type; member in class:WebCore::DeprecatedStorageQuota
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
WaitUntilObserver.h 51 EventType m_type; member in class:WebCore::FINAL
  /external/chromium_org/tools/clang/blink_gc_plugin/tests/
virtual_and_trace_after_dispatch.h 18 A(Type type) : m_type(type) { }
20 Type m_type; member in class:WebCore::A
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
ShaderParser.h 47 GLenum m_type; member in class:ShaderParser
  /external/chromium_org/third_party/WebKit/Source/core/dom/
StyleSheetCandidate.h 50 , m_type(typeOf(node))
66 bool isElement() const { return m_type != Pi; }
67 bool isHTMLLink() const { return m_type == HTMLLink; }
72 Type m_type; member in class:WebCore::StyleSheetCandidate
  /external/chromium_org/third_party/WebKit/Source/core/frame/
BarProp.h 57 Type m_type; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationAction.h 48 NavigationType type() const { return m_type; }
55 NavigationType m_type; member in class:WebCore::NavigationAction
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderQuote.h 55 QuoteType m_type; member in class:WebCore::FINAL

Completed in 276 milliseconds

1 2 3 4 5 6 7 8