Searched refs:maximumValue (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/testing/
H A DTreeTestHelpers.cpp39 int32_t nextRandom(const int32_t maximumValue) argument
42 return rand() % maximumValue;
H A DTreeTestHelpers.h43 // range from [0..maximumValue). Negative numbers are not allowed and will
45 int32_t nextRandom(const int32_t maximumValue);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLengthFunctions.cpp32 int intValueForLength(const Length& length, LayoutUnit maximumValue) argument
34 return static_cast<int>(valueForLength(length, maximumValue));
37 float floatValueForLength(const Length& length, float maximumValue) argument
43 return static_cast<float>(maximumValue * length.percent() / 100.0f);
46 return static_cast<float>(maximumValue);
48 return length.nonNanCalculatedValue(maximumValue);
65 LayoutUnit minimumValueForLength(const Length& length, LayoutUnit maximumValue) argument
72 return static_cast<float>(maximumValue * length.percent() / 100.0f);
74 return length.nonNanCalculatedValue(maximumValue);
94 LayoutUnit roundedMinimumValueForLength(const Length& length, LayoutUnit maximumValue) argument
101 valueForLength(const Length& length, LayoutUnit maximumValue) argument
[all...]
H A DLengthFunctions.h36 PLATFORM_EXPORT int intValueForLength(const Length&, LayoutUnit maximumValue);
37 PLATFORM_EXPORT float floatValueForLength(const Length&, float maximumValue);
38 PLATFORM_EXPORT LayoutUnit minimumValueForLength(const Length&, LayoutUnit maximumValue);
39 PLATFORM_EXPORT LayoutUnit roundedMinimumValueForLength(const Length&, LayoutUnit maximumValue);
40 PLATFORM_EXPORT LayoutUnit valueForLength(const Length&, LayoutUnit maximumValue);
H A DPODRedBlackTreeTest.cpp176 const int maximumValue = treeSize; local
181 int value = nextRandom(maximumValue);
195 value = nextRandom(maximumValue);
H A DPODIntervalTreeTest.cpp222 int maximumValue = treeSize; local
228 int left = nextRandom(maximumValue);
229 int length = nextRandom(maximumValue);
/external/proguard/src/proguard/evaluation/value/
H A DInstructionOffsetValue.java118 public int maximumValue() method in class:InstructionOffsetValue
120 int maximumValue = Integer.MIN_VALUE;
128 if (maximumValue < value)
130 maximumValue = value;
135 return maximumValue;
/external/chromium_org/content/browser/accessibility/
H A Daccessibility_tree_formatter_win.cc33 "maximumValue",
115 VARIANT maximumValue; local
116 if (acc_obj->get_maximumValue(&maximumValue) == S_OK)
117 dict->SetDouble("maximumValue", V_R8(&maximumValue));
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeOutsideInfo.cpp152 LayoutUnit maximumValue = m_renderer.containingBlock() ? m_renderer.containingBlock()->contentWidth() : LayoutUnit(); local
153 float margin = floatValueForLength(m_renderer.style()->shapeMargin(), maximumValue.toFloat());
/external/chromium_org/third_party/iaccessible2/
H A Dia2_api_all.idl1532 IAccessibleValue::maximumValue, IAccessibleValue::minimumValue.
2223 bounds are returned by the methods IAccessibleValue::maximumValue and
2243 @param [out] maximumValue
2250 [propget] HRESULT maximumValue
2252 [out, retval] VARIANT *maximumValue
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DcalendarPicker.js3789 this.config.maximumValue = this.config.maximum.valueOf();
3967 return value < this.config.minimumValue || value > this.config.maximumValue;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...

Completed in 347 milliseconds