/external/chromium_org/third_party/WebKit/Source/wtf/ |
EnumClass.h | 93 ALWAYS_INLINE EnumClass(Value value) : m_value(value) { } 95 ALWAYS_INLINE Value value() const { return m_value; } 97 ALWAYS_INLINE bool operator==(const EnumClass other) { return m_value == other.m_value; } 98 ALWAYS_INLINE bool operator!=(const EnumClass other) { return m_value != other.m_value; } 99 ALWAYS_INLINE bool operator<(const EnumClass other) { return m_value < other.m_value; } 100 ALWAYS_INLINE bool operator<=(const EnumClass other) { return m_value <= other.m_value; } [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
MediaQueryExp.h | 49 CSSValue* value() const { return m_value.get(); } 54 && ((!other.m_value && !m_value) 55 || (other.m_value && m_value && other.m_value->equals(*m_value))); 68 RefPtr<CSSValue> m_value; member in class:WebCore::MediaQueryExp
|
MediaQueryListListener.h | 43 bool operator==(const MediaQueryListListener& other) const { return m_value == other.m_value; } 46 MediaQueryListListener(const ScriptValue& value) : m_value(value) { } 48 ScriptValue m_value; member in class:WebCore::MediaQueryListListener
|
CSSPrimitiveValueMappings.h | 59 m_value.num = static_cast<double>(i); 65 return clampTo<short>(m_value.num); 75 m_value.num = static_cast<double>(i); 81 return clampTo<unsigned short>(m_value.num); 90 return clampTo<int>(m_value.num); 99 return clampTo<unsigned>(m_value.num); 110 m_value.num = static_cast<double>(i); 116 return clampTo<float>(m_value.num); 126 m_value.num = static_cast<double>(i.value()); 132 return LineClampValue(clampTo<int>(m_value.num), LineClampLineCount) [all...] |
CSSVariableValue.h | 46 const String& value() const { return m_value; } 48 bool equals(const CSSVariableValue& other) const { return m_name == other.m_name && m_value == other.m_value; } 54 , m_value(value) 59 const String m_value; member in class:WebCore::CSSVariableValue
|
CSSLineBoxContainValue.cpp | 36 , m_value(value) 44 if (m_value & LineBoxContainBlock) 46 if (m_value & LineBoxContainInline) { 51 if (m_value & LineBoxContainFont) { 56 if (m_value & LineBoxContainGlyphs) { 61 if (m_value & LineBoxContainReplaced) { 66 if (m_value & LineBoxContainInlineBox) {
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGNumber.h | 42 : m_value(0) 47 : m_value(value) 53 m_value += rhs.value(); 57 float value() const { return m_value; } 58 float& valueRef() { return m_value; } 59 String valueAsString() const { return String::number(m_value); } 60 void setValue(float value) { m_value = value; } 63 float m_value; member in class:WebCore::SVGNumber
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
StylePendingShader.h | 46 virtual PassRefPtr<CSSValue> cssValue() const { return m_value; } 47 CSSShaderValue* cssShaderValue() const { return m_value; } 50 : m_value(value) 55 CSSShaderValue* m_value; // Not retained; it owns us. member in class:WebCore::StylePendingShader
|
LineClampValue.h | 36 , m_value(-1) 42 , m_value(value) 46 int value() const { return m_value; } 50 bool isNone() const { return m_value == -1; } 64 int m_value; member in class:WebCore::LineClampValue
|
StylePendingImage.h | 46 virtual WrappedImagePtr data() const { return m_value; } 48 virtual PassRefPtr<CSSValue> cssValue() const { return m_value; } 49 CSSImageValue* cssImageValue() const { return m_value->isImageValue() ? toCSSImageValue(m_value) : 0; } 50 CSSImageGeneratorValue* cssImageGeneratorValue() const { return m_value->isImageGeneratorValue() ? toCSSImageGeneratorValue(m_value) : 0; } 51 CSSCursorImageValue* cssCursorImageValue() const { return m_value->isCursorImageValue() ? toCSSCursorImageValue(m_value) : 0; } 52 CSSImageSetValue* cssImageSetValue() const { return m_value->isImageSetValue() ? toCSSImageSetValue(m_value) : 0; 76 CSSValue* m_value; \/\/ Not retained; it owns us. member in class:WebCore::StylePendingImage [all...] |
/external/emma/ant/ant14/com/vladium/emma/ant/ |
StringValue.java | 27 if (m_value == null) 29 m_value = new StringBuffer (value); 33 m_value.append (separator); 34 m_value.append (value); // no trailing separator kept 41 return m_value != null ? m_value.toString () : null; 62 private StringBuffer m_value; field in class:StringValue
|
PropertyElement.java | 34 return m_value; 44 m_value = value; 54 private String m_name, m_value; field in class:PropertyElement
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLDimension.h | 49 , m_value(0) 55 , m_value(value) 65 double value() const { return m_value; } 69 return m_type == other.m_type && m_value == other.m_value; 75 double m_value; member in class:WebCore::HTMLDimension
|
/external/chromium_org/third_party/WebKit/Source/platform/exported/ |
WebFilterKeyframe.cpp | 34 , m_value(value) 40 m_value.reset(0);
|
WebTransformKeyframe.cpp | 34 , m_value(value) 40 m_value.reset(0); 50 return *m_value.get();
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
FontFeatureSettings.cpp | 33 , m_value(value) 39 return m_tag == other.m_tag && m_value == other.m_value;
|
/external/smack/asmack-master/static-src/novell-openldap-jldap/com/novell/sasl/client/ |
ParsedDirective.java | 28 private String m_value; field in class:ParsedDirective 36 m_value = value; 42 return m_value;
|
/external/smack/src/com/novell/sasl/client/ |
ParsedDirective.java | 28 private String m_value; field in class:ParsedDirective 36 m_value = value; 42 return m_value;
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathResult.cpp | 40 : m_value(value) 45 switch (m_value.type()) { 58 m_nodeSet = m_value.toNodeSet(); 77 m_value = m_value.toNumber(); 81 m_value = m_value.toString(); 85 m_value = m_value.toBoolean(); 91 if (!m_value.isNodeSet()) [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
SharedPersistent.h | 52 return m_value.newLocal(isolate); 55 bool isEmpty() { return m_value.isEmpty(); } 59 return m_value == other.m_value; 63 explicit SharedPersistent(v8::Handle<T> value, v8::Isolate* isolate) : m_value(isolate, value) { } 64 ScopedPersistent<T> m_value; member in class:WebCore::SharedPersistent
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_base_/ |
find_fn_imps.hpp | 53 return m_p_max->m_value; 67 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->m_value))
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/binomial_heap_base_/ |
find_fn_imps.hpp | 53 return m_p_max->m_value; 67 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->m_value))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_base_/ |
find_fn_imps.hpp | 53 return m_p_max->m_value; 67 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->m_value))
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binomial_heap_base_/ |
find_fn_imps.hpp | 53 return m_p_max->m_value; 65 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->m_value))
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/binomial_heap_base_/ |
find_fn_imps.hpp | 53 return m_p_max->m_value; 67 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->m_value))
|