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

1 2 3 45 6 7 8

  /external/chromium_org/third_party/WebKit/Source/platform/
JSONValues.h 51 JSONValue() : m_type(TypeNull) { }
68 Type type() const { return m_type; }
70 bool isNull() const { return m_type == TypeNull; }
91 explicit JSONValue(Type type) : m_type(type) { }
98 Type m_type; member in class:blink::JSONValue
Cursor.h 91 : m_type(static_cast<Type>(-1))
107 ASSERT(m_type >= 0 && m_type <= Custom);
108 return m_type;
116 Type m_type; member in class:blink::Cursor
DateComponents.h 58 , m_type(Invalid)
81 Type type() const { return m_type; }
211 Type m_type; member in class:blink::DateComponents
Length.h 70 : m_intValue(0), m_quirk(false), m_type(Auto), m_isFloat(false)
75 : m_intValue(0), m_quirk(false), m_type(t), m_isFloat(false)
81 : m_intValue(v), m_quirk(q), m_type(t), m_isFloat(false)
87 : m_floatValue(v.toFloat()), m_quirk(q), m_type(t), m_isFloat(true)
93 : m_floatValue(v), m_quirk(q), m_type(t), m_isFloat(true)
99 : m_quirk(q), m_type(t), m_isFloat(true)
131 length.m_type = Auto;
147 length.m_type = Auto;
159 bool operator==(const Length& o) const { return (m_type == o.m_type) && (m_quirk == o.m_quirk) && (isMaxSizeNone() || (getFloatValue() == o.getFloatValue()) || isCalc (…)
349 unsigned char m_type; member in class:blink::Length
    [all...]
PlatformEvent.h 83 Type type() const { return static_cast<Type>(m_type); }
96 : m_type(NoType)
103 : m_type(type)
110 : m_type(type)
117 : m_type(type)
137 unsigned m_type; member in class:blink::PlatformEvent
  /external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobData.h 224 String type() const { return m_type.isolatedCopy(); }
235 const String m_type; member in class:blink::BlobDataHandle
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETurbulence.h 127 TurbulenceType m_type; member in class:blink::FETurbulence
FEComposite.cpp 44 , m_type(type)
59 return m_type;
64 if (m_type == type)
66 m_type = type;
124 if (m_type != FECOMPOSITE_OPERATOR_ARITHMETIC)
248 switch (m_type) {
296 if (m_type == FECOMPOSITE_OPERATOR_ARITHMETIC) {
321 switch (m_type) {
394 if (m_type == FECOMPOSITE_OPERATOR_ARITHMETIC)
397 mode = adoptRef(SkXfermode::Create(toXfermode(m_type)));
434 ts << " operation=\\"" << m_type << "\\""; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mediastream/
MediaStreamSource.h 74 Type type() const { return m_type; }
101 Type m_type; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/platform/network/
FormData.h 36 FormDataElement() : m_type(data) { }
37 explicit FormDataElement(const Vector<char>& array) : m_type(data), m_data(array) { }
39 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) { }
40 explicit FormDataElement(const String& blobUUID, PassRefPtr<BlobDataHandle> optionalHandle) : m_type(encodedBlob), m_blobUUID(blobUUID), m_optionalBlobDataHandle(optionalHandle) { }
41 FormDataElement(const KURL& fileSystemURL, long long start, long long length, double expectedFileModificationTime) : m_type(encodedFileSystemURL), m_fileSystemURL(fileSystemURL), m_fileStart(start), m_fileLength(length), m_expectedFileModificationTime(expectedFileModificationTime) { }
48 } m_type; member in class:blink::FormDataElement
64 if (a.m_type != b.m_type)
66 if (a.m_type == FormDataElement::data)
68 if (a.m_type == FormDataElement::encodedFile
    [all...]
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 75 glu::ContextType getType (void) const { return m_type; }
81 const glu::ContextType m_type; member in class:tcu::CGLRenderContext
111 : m_type (config.type)
  /external/deqp/framework/randomshaders/
rsgShader.hpp 94 Type getType (void) const { return m_type; }
118 Type m_type; member in class:rsg::Shader
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 58 const FormatType m_type; member in class:deqp::gles31::Functional::__anon3978::FormatSamplesCase
65 , m_type (type)
94 const glw::GLenum samplesEnum = (m_type == FORMAT_COLOR) ? (GL_MAX_COLOR_TEXTURE_SAMPLES) : (m_type == FORMAT_INT) ? (GL_MAX_INTEGER_SAMPLES) : (GL_MAX_DEPTH_TEXTURE_SAMPLES);
  /external/lldb/include/lldb/Breakpoint/
Watchpoint.h 200 return m_type;
231 ClangASTType m_type; member in class:lldb_private::Watchpoint
  /external/lldb/include/lldb/Core/
Section.h 252 return m_type;
288 lldb::SectionType m_type; // The type of this section member in class:lldb_private::Section
  /external/lldb/include/lldb/Symbol/
ClangASTType.h 63 m_type (type),
71 m_type (rhs.m_type),
77 m_type (0),
91 m_type = rhs.m_type;
103 return m_type != NULL && m_ast != NULL;
110 return m_type < rhs.m_type;
117 return m_type != NULL && m_ast != NULL
668 lldb::clang_type_t m_type; member in class:lldb_private::ClangASTType
    [all...]
SymbolContext.h 400 uint32_t m_type; // Or'ed bits from SpecificationType member in class:lldb_private::SymbolContextSpecifier
  /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/css/parser/
MediaQueryToken.h 61 MediaQueryTokenType type() const { return m_type; }
72 MediaQueryTokenType m_type; member in class:blink::MediaQueryToken
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarker.h 101 MarkerType type() const { return m_type; }
132 MarkerType m_type; member in class:blink::DocumentMarker
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.h 126 String typeValue() const { return m_type; }
206 String m_type; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeySession.cpp 81 Type type() const { return m_type; }
90 ASSERT(m_type == GenerateRequest || m_type == Update);
96 ASSERT(m_type == GenerateRequest);
131 : m_type(type)
138 const Type m_type; member in class:blink::MediaKeySession::PendingAction
  /external/chromium_org/third_party/WebKit/Source/platform/animation/
TimingFunction.h 50 Type type() const { return m_type; }
64 : m_type(type)
69 Type m_type; member in class:blink::TimingFunction

Completed in 1915 milliseconds

1 2 3 45 6 7 8