Home
last modified time | relevance | path

Searched refs:lowValue (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLMeterElement.cpp163 double lowValue = low(); in gaugeRegion() local
168 if (optimumValue < lowValue) { in gaugeRegion()
170 if (theValue <= lowValue) in gaugeRegion()
181 if (lowValue <= theValue) in gaugeRegion()
189 if (lowValue <= theValue && theValue <= highValue) in gaugeRegion()
/external/chromium_org/third_party/WebKit/Source/platform/
DPODIntervalTree.h48 PODIntervalSearchAdapter(Vector<IntervalType>& result, const T& lowValue, const T& highValue) in PODIntervalSearchAdapter() argument
50 , m_lowValue(lowValue) in PODIntervalSearchAdapter()
55 const T& lowValue() const { return m_lowValue; } in lowValue() function
171 && !(left->data().maxHigh() < adapter.lowValue())) in searchForOverlapsFrom()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderFlowThread.h253 const LayoutUnit& lowValue() const { return m_offset; } in lowValue() function
DFloatingObjects.cpp116 int lowValue() const { return m_lineTop; } in lowValue() function in WebCore::ComputeFloatOffsetAdapter
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2445 const APInt& lowValue = cast<ConstantInt>(I->Low)->getValue(); in handleBitTestsSwitchCase() local
2448 uint64_t lo = (lowValue - lowBound).getZExtValue(); in handleBitTestsSwitchCase()