Searched refs:GetNormalizedValue (Results 1 – 10 of 10) sorted by relevance
20 virtual std::string GetNormalizedValue(const std::string& key) const = 0;
18 std::string URLRequestThrottlerHeaderAdapter::GetNormalizedValue( in GetNormalizedValue() function in net::URLRequestThrottlerHeaderAdapter
26 virtual std::string GetNormalizedValue(const std::string& key) const OVERRIDE;
43 std::string MockURLRequestThrottlerHeaderAdapter::GetNormalizedValue( in GetNormalizedValue() function in net::MockURLRequestThrottlerHeaderAdapter
48 virtual std::string GetNormalizedValue(const std::string& key) const OVERRIDE;
234 std::string throttling_header = response->GetNormalizedValue( in UpdateWithResponse()
25 double GetNormalizedValue() const;
145 double ProgressBar::GetNormalizedValue() const { in GetNormalizedValue() function in views::ProgressBar205 static_cast<int>(bar_width * GetNormalizedValue() + 0.5); in OnPaint()
58 paint_size.set_width(kBarEndWidth + bar_width * GetNormalizedValue()); in OnPaint()
232 static_cast<int>(content_bounds.width() * GetNormalizedValue() + 0.5); in OnPaint()