HomeSort by relevance Sort by last modified time
    Searched defs:m_type (Results 1 - 25 of 196) 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:blink::ContentType
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateTransformElement.h 36 SVGTransformType transformType() const { return m_type; }
45 SVGTransformType m_type; member in class:blink::FINAL
SVGFEColorMatrixElement.h 40 SVGAnimatedEnumeration<ColorMatrixType>* type() { return m_type.get(); }
53 RefPtr<SVGAnimatedEnumeration<ColorMatrixType> > m_type; member in class:blink::FINAL
SVGAnimatedTypeAnimator.h 60 AnimatedPropertyType type() const { return m_type; }
74 AnimatedPropertyType m_type; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/netinfo/
NetworkInformation.h 52 WebConnectionType m_type; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
ScreenOrientation.h 61 WebScreenOrientationType m_type; member in class:blink::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 63 Type m_type; member in class:blink::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:blink::EditingBehavior
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLButtonElement.h 79 Type m_type; member in class:blink::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:blink::HTMLDimension
HTMLViewSourceDocument.h 74 String m_type; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLShader.h 43 GLenum type() const { return m_type; }
55 GLenum m_type; member in class:blink::FINAL
WebGLActiveInfo.h 45 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/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:blink::LineClampValue
BorderImageLength.h 46 , 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
GridLength.h 46 , m_type(LengthType)
52 , m_type(FlexType)
56 bool isLength() const { return m_type == LengthType; }
57 bool isFlex() const { return m_type == FlexType; }
63 bool isPercentage() const { return m_type == LengthType && m_length.isPercent(); }
67 return m_length == o.m_length && m_flex == o.m_flex && m_type == o.m_type;
70 bool isContentSized() const { return m_type == LengthType && (m_length.isAuto() || m_length.isMinContent() || m_length.isMaxContent()); }
81 GridLengthType m_type; member in class:blink::GridLength
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
DeprecatedStorageQuota.h 66 Type m_type; member in class:blink::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:blink::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 52 , 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/frame/
BarProp.h 59 Type m_type; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/loader/
NavigationAction.h 49 NavigationType type() const { return m_type; }
56 NavigationType m_type; member in class:blink::NavigationAction
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderQuote.h 56 QuoteType m_type; member in class:blink::FINAL

Completed in 1322 milliseconds

1 2 3 4 5 6 7 8