HomeSort by relevance Sort by last modified time
    Searched defs:m_type (Results 76 - 100 of 124) sorted by null

1 2 34 5

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarker.h 78 MarkerType type() const { return m_type; }
107 MarkerType m_type; member in class:WebCore::DocumentMarker
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasStyle.h 54 bool isCurrentColor() const { return m_type == CurrentColor || m_type == CurrentColorWithOverrideAlpha; }
55 bool hasOverrideAlpha() const { return m_type == CurrentColorWithOverrideAlpha; }
56 float overrideAlpha() const { ASSERT(m_type == CurrentColorWithOverrideAlpha); return m_overrideAlpha; }
58 String color() const { ASSERT(m_type == RGBA || m_type == CMYKA); return Color(m_rgba).serialized(); }
80 Type m_type; member in class:WebCore::CanvasStyle
WebGLGetInfo.h 119 Type m_type; member in class:WebCore::WebGLGetInfo
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
WebVTTToken.h 59 ASSERT(m_type == WebVTTTokenTypes::StartTag || m_type == WebVTTTokenTypes::EndTag);
64 Type::Type type() const { return m_type; }
73 ASSERT(m_type == Type::Character || m_type == Type::TimestampTag);
81 ASSERT(m_type == Type::Uninitialized || m_type == Type::Character);
82 m_type = Type::Character;
87 ASSERT(m_type == Type::Character);
93 ASSERT(m_type == Type::Character)
200 Type::Type m_type; member in class:WebCore::WebVTTToken
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
ResourceFetcher.h 194 Resource::Type m_type; member in struct:WebCore::ResourceFetcher::PendingPreload
  /external/chromium_org/third_party/WebKit/Source/core/platform/
CalculationValue.h 67 : m_type(CalcExpressionNodeUndefined)
78 CalcExpressionNodeType type() const { return m_type; }
81 CalcExpressionNodeType m_type; member in class:WebCore::CalcExpressionNode
110 m_type = CalcExpressionNodeNumber;
137 m_type = CalcExpressionNodeLength;
166 m_type = CalcExpressionNodeBinaryOperation;
195 m_type = CalcExpressionNodeBlendLength;
Cursor.h 90 : m_type(static_cast<Type>(-1))
106 ASSERT(m_type >= 0 && m_type <= Custom);
107 return m_type;
115 Type m_type; member in class:WebCore::Cursor
DateComponents.h 57 , m_type(Invalid)
79 Type type() const { return m_type; }
207 Type m_type; member in class:WebCore::DateComponents
JSONValues.h 50 JSONValue() : m_type(TypeNull) { }
67 Type type() const { return m_type; }
69 bool isNull() const { return m_type == TypeNull; }
88 explicit JSONValue(Type type) : m_type(type) { }
91 Type m_type; member in class:WebCore::JSONValue
PlatformEvent.h 81 Type type() const { return static_cast<Type>(m_type); }
94 : m_type(NoType)
101 : m_type(type)
108 : m_type(type)
115 : m_type(type)
135 unsigned m_type; member in class:WebCore::PlatformEvent
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FETurbulence.h 130 TurbulenceType m_type; member in class:WebCore::FETurbulence
LightSource.h 63 : m_type(type)
68 LightType type() const { return m_type; }
88 LightType m_type; member in class:WebCore::LightSource
FEColorMatrix.cpp 45 , m_type(type)
57 return m_type;
62 if (m_type == type)
64 m_type = type;
163 switch (m_type) {
270 SkAutoTUnref<SkColorFilter> filter(createColorFilter(m_type, m_values.data()));
287 SkAutoTUnref<SkColorFilter> filter(createColorFilter(m_type, m_values.data()));
318 ts << " type=\"" << m_type << "\""; local
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
MediaStreamSource.h 72 Type type() const { return m_type; }
102 Type m_type; member in class:WebCore::MediaStreamSource
  /external/chromium_org/third_party/WebKit/Source/core/platform/network/
FormData.h 40 FormDataElement() : m_type(data) { }
41 explicit FormDataElement(const Vector<char>& array) : m_type(data), m_data(array) { }
43 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) { }
44 explicit FormDataElement(const KURL& blobURL) : m_type(encodedBlob), m_url(blobURL) { }
45 FormDataElement(const KURL& url, long long start, long long length, double expectedFileModificationTime) : m_type(encodedURL), m_url(url), m_fileStart(start), m_fileLength(length), m_expectedFileModificationTime(expectedFileModificationTime) { }
52 } m_type; member in class:WebCore::FormDataElement
66 if (a.m_type != b.m_type)
68 if (a.m_type == FormDataElement::data)
70 if (a.m_type == FormDataElement::encodedFile
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedTypeAnimator.h 63 AnimatedPropertyType type() const { return m_type; }
87 ASSERT(type->type() == m_type);
134 ASSERT(type->type() == m_type);
173 // We can't assert property->animatedPropertyType() == m_type, as there's an exception for SVGMarkerElements orient attribute.
174 if (property->animatedPropertyType() != m_type) {
175 ASSERT(m_type == AnimatedAngle);
181 AnimatedPropertyType m_type; member in class:WebCore::SVGAnimatedTypeAnimator
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DOMFileSystemSync.cpp 128 if (m_type == FileSystemTypeTemporary || m_type == FileSystemTypePersistent) {
143 , m_type(type)
150 FileSystemType m_type; member in class:WebCore::__anon12760::CreateFileHelper
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBAny.h 92 Type type() const { return m_type; }
121 const Type m_type; member in class:WebCore::IDBAny
IDBKey.h 107 Type type() const { return m_type; }
112 ASSERT(m_type == ArrayType);
118 ASSERT(m_type == StringType);
124 ASSERT(m_type == DateType);
130 ASSERT(m_type == NumberType);
149 IDBKey() : m_type(InvalidType), m_number(0), m_sizeEstimate(OverheadSize) { }
150 IDBKey(Type type, double number) : m_type(type), m_number(number), m_sizeEstimate(OverheadSize + sizeof(double)) { }
151 explicit IDBKey(const String& value) : m_type(StringType), m_string(value), m_number(0), m_sizeEstimate(OverheadSize + value.length() * sizeof(UChar)) { }
152 IDBKey(const KeyArray& keyArray, size_t arraySize) : m_type(ArrayType), m_array(keyArray), m_number(0), m_sizeEstimate(OverheadSize + arraySize) { }
154 const Type m_type; member in class:WebCore::IDBKey
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.h 125 int m_type; // SOF type member in class:GrFmtJpegReader
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
objectNameManager.h 119 const NamedObjectType m_type; member in class:NameSpace
  /sdk/emulator/opengl/host/tools/emugen/
Var.h 29 m_type(NULL),
48 m_type(const_cast<VarType *>(vartype)),
65 m_type = vartype;
76 const VarType * type() const { return m_type; }
77 bool isPointer() const { return m_type->isPointer(); }
78 bool isVoid() const { return ((m_type->bytes() == 0) && (!m_type->isPointer())); }
93 void printType(FILE *fp) { fprintf(fp, "%s", m_type->name().c_str()); }
98 const VarType * m_type; member in class:Var
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.h 129 String typeValue() const { return m_type; }
197 String m_type; member in class:WebCore::FINAL
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
NetworkResourcesData.h 101 InspectorPageAgent::ResourceType type() const { return m_type; }
102 void setType(InspectorPageAgent::ResourceType type) { m_type = type; }
137 InspectorPageAgent::ResourceType m_type; member in class:WebCore::NetworkResourcesData::ResourceData
  /external/chromium_org/third_party/WebKit/Source/core/platform/animation/
TimingFunction.h 44 TimingFunctionType type() const { return m_type; }
46 bool isLinearTimingFunction() const { return m_type == LinearFunction; }
47 bool isCubicBezierTimingFunction() const { return m_type == CubicBezierFunction; }
48 bool isStepsTimingFunction() const { return m_type == StepsFunction; }
57 : m_type(type)
61 TimingFunctionType m_type; member in class:WebCore::TimingFunction

Completed in 571 milliseconds

1 2 34 5