HomeSort by relevance Sort by last modified time
    Searched defs:m_type (Results 51 - 75 of 196) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileSystemCallbacks.h 126 FileSystemType m_type; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBKeyPath.h 45 IDBKeyPath() : m_type(NullType) { }
55 Type type() const { return m_type; }
59 ASSERT(m_type == ArrayType);
65 ASSERT(m_type == StringType);
69 bool isNull() const { return m_type == NullType; }
74 Type m_type; member in class:blink::IDBKeyPath
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
OscillatorNode.h 86 unsigned short m_type; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComposite.h 71 virtual bool mayProduceInvalidPreMultipliedPixels() OVERRIDE { return m_type == FECOMPOSITE_OPERATOR_ARITHMETIC; }
87 CompositeOperationType m_type; member in class:blink::FEComposite
  /external/chromium_org/third_party/WebKit/public/platform/
WebBlobInfo.h 24 , m_type(type)
32 , m_type(type)
42 , m_type(type)
59 return m_type;
81 WebString m_type; // MIME type member in class:blink::WebBlobInfo
  /external/lldb/include/lldb/Core/
Event.h 160 return m_type;
166 m_type = new_type;
207 uint32_t m_type; // The bit describing this event member in class:lldb_private::Event
  /external/opencv/otherlibs/highgui/
grfmt_sunras.h 80 SunRasType m_type; member in class:GrFmtSunRasterReader
  /hardware/samsung_slsi/exynos5/libexynosutils/
ExynosMutex.h 80 int m_type; member in class:ExynosMutex
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/pat_trie_/
node_base.hpp 105 const pat_trie_node_type m_type; member in struct:__gnu_pbds::detail::pat_trie_node_base
110 pat_trie_node_base(pat_trie_node_type type) : m_type(type)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 105 const pat_trie_node_type m_type; member in struct:__gnu_pbds::detail::pat_trie_node_base
110 pat_trie_node_base(pat_trie_node_type type) : m_type(type)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 105 const pat_trie_node_type m_type; member in struct:__gnu_pbds::detail::pat_trie_node_base
110 pat_trie_node_base(pat_trie_node_type type) : m_type(type)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 105 const pat_trie_node_type m_type; member in struct:__gnu_pbds::detail::pat_trie_node_base
110 pat_trie_node_base(pat_trie_node_type type) : m_type(type)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 105 const pat_trie_node_type m_type; member in struct:__gnu_pbds::detail::pat_trie_node_base
110 pat_trie_node_base(pat_trie_node_type type) : m_type(type)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 105 const pat_trie_node_type m_type; member in struct:__gnu_pbds::detail::pat_trie_node_base
110 pat_trie_node_base(pat_trie_node_type type) : m_type(type)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
node_base.hpp 105 const pat_trie_node_type m_type; member in struct:__gnu_pbds::detail::pat_trie_node_base
110 pat_trie_node_base(pat_trie_node_type type) : m_type(type)
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglSurface.h 38 ESurfaceType type(){ return m_type;};
49 ESurfaceType m_type; member in class:EglSurface
58 m_type(type),
  /external/chromium_org/third_party/WebKit/Source/core/clipboard/
DataObjectItem.h 61 String type() const { return m_type; }
84 String m_type; member in class:blink::DataObjectItem
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
FormController.h 42 FormControlState() : m_type(TypeSkip) { }
43 explicit FormControlState(const String& value) : m_type(TypeRestore) { m_values.append(value); }
45 FormControlState(const FormControlState& another) : m_type(another.m_type), m_values(another.m_values) { }
48 bool isFailure() const { return m_type == TypeFailure; }
56 explicit FormControlState(Type type) : m_type(type) { }
58 Type m_type; member in class:blink::FormControlState
64 m_type = another.m_type;
71 m_type = TypeRestore
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
AtomicHTMLToken.h 44 ASSERT(m_type == HTMLToken::DOCTYPE);
48 HTMLToken::Type type() const { return m_type; }
64 ASSERT(m_type == HTMLToken::StartTag || m_type == HTMLToken::EndTag);
88 ASSERT(m_type == HTMLToken::Character);
94 ASSERT(m_type == HTMLToken::Comment);
101 ASSERT(m_type == HTMLToken::DOCTYPE);
108 ASSERT(m_type == HTMLToken::DOCTYPE);
113 : m_type(token.type())
115 switch (m_type) {
199 HTMLToken::Type m_type; member in class:blink::AtomicHTMLToken
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TrackBase.h 45 Type type() const { return m_type; }
73 Type m_type; member in class:blink::TrackBase
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipPathOperation.h 54 OperationType type() const { return m_type; }
55 bool isSameType(const ClipPathOperation& o) const { return o.type() == m_type; }
59 : m_type(type)
63 OperationType m_type; member in class:blink::ClipPathOperation
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
GridPosition.h 48 : m_type(AutoPosition)
55 GridPositionType type() const { return m_type; }
56 bool isAuto() const { return m_type == AutoPosition; }
57 bool isSpan() const { return m_type == SpanPosition; }
58 bool isNamedGridArea() const { return m_type == NamedGridAreaPosition; }
62 m_type = ExplicitPosition;
69 m_type = AutoPosition;
78 m_type = SpanPosition;
85 m_type = NamedGridAreaPosition;
109 return m_type == other.m_type && m_integerPosition == other.m_integerPosition && m_namedGridLine == other.m_name (…)
117 GridPositionType m_type; member in class:blink::GridPosition
    [all...]
GridTrackSize.h 46 : m_type(LengthTrackSizing)
58 : m_type(MinMaxTrackSizing)
71 ASSERT(m_type == LengthTrackSizing);
95 GridTrackSizeType type() const { return m_type; }
99 bool isPercentage() const { return m_type == LengthTrackSizing && length().isLength() && length().length().isPercent(); }
103 return m_type == other.m_type && m_minTrackBreadth == other.m_minTrackBreadth && m_maxTrackBreadth == other.m_maxTrackBreadth;
120 GridTrackSizeType m_type; member in class:blink::GridTrackSize
ShapeValue.h 65 ShapeValueType type() const { return m_type; }
89 : m_type(Shape)
95 : m_type(type)
100 : m_type(Image)
106 : m_type(Box)
112 ShapeValueType m_type; member in class:blink::ShapeValue
  /external/chromium_org/third_party/WebKit/Source/core/svg/properties/
SVGAnimatedProperty.h 65 return m_type;
94 const AnimatedPropertyType m_type; member in class:blink::SVGAnimatedPropertyBase

Completed in 779 milliseconds

1 23 4 5 6 7 8