Searched defs:GetMax (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/range/
H A Drange.cc44 size_t Range::GetMax() const { function in class:gfx::Range
57 return GetMin() == other.GetMin() && GetMax() == other.GetMax();
62 !(range.GetMax() < GetMin() || range.GetMin() >= GetMax());
67 GetMin() <= range.GetMin() && range.GetMax() <= GetMax();
72 size_t max = std::min(GetMax(), range.GetMax());
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_framework.h89 T GetMax() { function in class:webrtc::testing::bwe::Stats
103 GetMean(), units.c_str(), GetStdDev(), GetMin(), GetMax());

Completed in 63 milliseconds