Searched refs:m_value (Results 1 - 25 of 233) sorted by relevance

12345678910

/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DTextSizeAdjustment.h30 TextSizeAdjustment() : m_value(AutoTextSizeAdjustment) { }
31 TextSizeAdjustment(float value) : m_value(value) { }
33 float percentage() const { return m_value; }
34 float multiplier() const { return m_value / 100; }
36 bool isAuto() const { return m_value == AutoTextSizeAdjustment; }
37 bool isNone() const { return m_value == NoTextSizeAdjustment; }
38 bool isPercentage() const { return m_value >= 0; }
40 bool operator==(const TextSizeAdjustment& anAdjustment) const { return m_value == anAdjustment.m_value; }
41 bool operator!=(const TextSizeAdjustment& anAdjustment) const { return m_value !
44 float m_value; member in class:TextSizeAdjustment
[all...]
H A DStylePendingImage.h48 CSSImageValue* cssImageValue() const { return m_value && m_value->isImageValue() ? toCSSImageValue(m_value) : nullptr; }
49 CSSImageGeneratorValue* cssImageGeneratorValue() const { return m_value && m_value->isImageGeneratorValue() ? static_cast<CSSImageGeneratorValue*>(m_value) : nullptr; }
50 CSSCursorImageValue* cssCursorImageValue() const { return m_value && m_value->isCursorImageValue() ? toCSSCursorImageValue(m_value) : nullptr; }
53 CSSImageSetValue* cssImageSetValue() const { return m_value
86 CSSValue* m_value; // Not retained; it owns us. member in class:WebCore::StylePendingImage
[all...]
H A DLineClampValue.h36 , 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
/macosx-10.10/WebCore-7600.1.25/Modules/gamepad/
H A DGamepadButton.cpp34 : m_value(0)
43 return m_value > 0.1;
H A DGamepadButton.h44 double value() const { return m_value; }
45 void setValue(double value) { m_value = value; }
50 double m_value; member in class:WebCore::GamepadButton
/macosx-10.10/WTF-7600.1.24/wtf/
H A DRawPointer.h34 : m_value(0)
39 : m_value(value)
44 : m_value(value)
48 const void* value() const { return m_value; }
51 const void* m_value; member in class:WTF::RawPointer
H A DCheckedBoolean.h35 : m_value(other.m_value)
43 : m_value(value)
60 return m_value;
64 bool m_value; member in class:CheckedBoolean
H A DOptional.h57 , m_value(value)
65 new (NotNull, std::addressof(m_value)) T(other.m_value);
72 new (NotNull, std::addressof(m_value)) T(WTF::move(other.m_value));
77 , m_value(WTF::move(value))
84 , m_value(std::forward<Args>(args)...)
91 m_value.~T();
97 m_value.~T();
107 m_value
176 T m_value; member in union:WTF::Optional::__anon5564
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLWeight.h39 : m_value(std::numeric_limits<float>::quiet_NaN())
44 : m_value(value)
48 bool isSet() const { return m_value == m_value; }
51 float value() const { return m_value; }
57 double result = static_cast<double>(m_value) * INT_MAX / total;
66 float m_value; member in class:JSC::FTL::Weight
H A DFTLTypedPointer.h40 , m_value(0)
46 , m_value(value)
52 ASSERT(!m_heap == !m_value);
57 LValue value() const { return m_value; }
61 LValue m_value; member in class:JSC::FTL::TypedPointer
H A DFTLLoweredNodeValue.h47 : m_value(0)
53 : m_value(value)
56 ASSERT(m_value);
60 bool isSet() const { return !!m_value; }
63 LValue value() const { return m_value; }
67 LValue m_value; member in class:JSC::FTL::LoweredNodeValue
H A DFTLValueFromBlock.h38 : m_value(0)
44 : m_value(value)
49 LValue value() const { return m_value; }
53 LValue m_value; member in class:JSC::FTL::ValueFromBlock
H A DFTLSwitchCase.h39 : m_value(value)
45 LValue value() const { return m_value; }
50 LValue m_value; member in class:JSC::FTL::SwitchCase
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DMacroAssemblerCodeRef.h89 : m_value(0)
95 : m_value((void*)value)
97 ASSERT_VALID_CODE_POINTER(m_value);
102 : m_value((void*)value)
104 ASSERT_VALID_CODE_POINTER(m_value);
109 : m_value((void*)value)
111 ASSERT_VALID_CODE_POINTER(m_value);
116 : m_value((void*)value)
118 ASSERT_VALID_CODE_POINTER(m_value);
123 : m_value((voi
228 void* m_value; member in class:JSC::FunctionPtr
264 void* m_value; member in class:JSC::ReturnAddressPtr
362 void* m_value; member in class:JSC::MacroAssemblerCodePtr
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DCopyWriteBarrier.h37 : m_value(0)
51 bool operator!() const { return !m_value; }
54 operator UnspecifiedBoolType*() const { return m_value ? reinterpret_cast<UnspecifiedBoolType*>(1) : 0; }
58 return m_value;
73 this->m_value = value;
79 this->m_value = value;
82 void clear() { m_value = 0; }
85 T* m_value; member in class:JSC::CopyWriteBarrier
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontFeatureSettings.cpp33 , m_value(value)
39 return m_tag == other.m_tag && m_value == other.m_value;
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSPrimitiveValueMappings.h64 m_value.num = static_cast<double>(i);
70 return clampTo<short>(m_value.num);
80 m_value.num = static_cast<double>(i);
86 return clampTo<unsigned short>(m_value.num);
95 return clampTo<int>(m_value.num);
104 return clampTo<unsigned>(m_value.num);
115 m_value.num = static_cast<double>(i);
121 return clampTo<float>(m_value.num);
131 m_value.num = static_cast<double>(i.value());
137 return LineClampValue(clampTo<int>(m_value
[all...]
H A DCSSLineBoxContainValue.cpp35 , m_value(value)
43 if (m_value & LineBoxContainBlock)
45 if (m_value & LineBoxContainInline) {
50 if (m_value & LineBoxContainFont) {
55 if (m_value & LineBoxContainGlyphs) {
60 if (m_value & LineBoxContainReplaced) {
65 if (m_value & LineBoxContainInlineBox) {
/macosx-10.10/WebCore-7600.1.25/bridge/
H A DIdentifierRep.h46 int number() const { return m_isString ? 0 : m_value.m_number; }
47 const char* string() const { return m_isString ? m_value.m_string : 0; }
53 m_value.m_number = number;
59 m_value.m_string = fastStrDup(name);
67 } m_value; member in class:WebCore::IdentifierRep
/macosx-10.10/JavaScriptCore-7600.1.17/bindings/
H A DScriptValue.h51 ScriptValue(JSC::VM& vm, JSC::JSValue value) : m_value(vm, value) { }
54 JSC::JSValue jsValue() const { return m_value.get(); }
62 bool hasNoValue() const { return !m_value; }
64 void clear() { m_value.clear(); }
66 bool operator==(const ScriptValue& other) const { return m_value == other.m_value; }
73 JSC::Strong<JSC::Unknown> m_value; member in class:Deprecated::ScriptValue
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DArrayValue.cpp45 m_value = value;
51 m_value = other.m_value;
57 return m_value.isEmpty() || m_value.isUndefinedOrNull();
65 JSArray* array = asArray(m_value);
75 JSValue indexedValue = asArray(m_value)->getIndex(m_exec, index);
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/binomial_heap_base_/
H A Dfind_fn_imps.hpp59 return m_p_max->m_value;
73 if (Cmp_Fn::operator()(m_p_max->m_value, p_cur->m_value))
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAudioParam.cpp48 float timelineValue = m_timeline.valueForContextTime(context(), narrowPrecisionToFloat(m_value), hasValue);
51 m_value = timelineValue;
54 return narrowPrecisionToFloat(m_value);
62 m_value = value;
76 m_value = m_timeline.valueForContextTime(context(), narrowPrecisionToFloat(m_value), useTimelineValue);
78 if (m_smoothedValue == m_value) {
84 m_smoothedValue = m_value;
87 m_smoothedValue += (m_value - m_smoothedValue) * m_smoothingConstant;
90 if (fabs(m_smoothedValue - m_value) < SnapThreshol
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/cc_hash_table_map_/
H A Ddebug_no_store_hash_fn_imps.hpp53 { map_debug_base::check_key_exists(PB_DS_V2F(p->m_value)); }
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/pairing_heap_/
H A Dfind_fn_imps.hpp55 return base_type::m_p_root->m_value;

Completed in 552 milliseconds

12345678910