Home
last modified time | relevance | path

Searched refs:GetNormalizedValue (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/net/url_request/
Durl_request_throttler_header_interface.h20 virtual std::string GetNormalizedValue(const std::string& key) const = 0;
Durl_request_throttler_header_adapter.cc18 std::string URLRequestThrottlerHeaderAdapter::GetNormalizedValue( in GetNormalizedValue() function in net::URLRequestThrottlerHeaderAdapter
Durl_request_throttler_header_adapter.h26 virtual std::string GetNormalizedValue(const std::string& key) const OVERRIDE;
Durl_request_throttler_test_support.cc43 std::string MockURLRequestThrottlerHeaderAdapter::GetNormalizedValue( in GetNormalizedValue() function in net::MockURLRequestThrottlerHeaderAdapter
Durl_request_throttler_test_support.h48 virtual std::string GetNormalizedValue(const std::string& key) const OVERRIDE;
Durl_request_throttler_entry.cc234 std::string throttling_header = response->GetNormalizedValue( in UpdateWithResponse()
/external/chromium_org/ui/views/controls/
Dprogress_bar.h25 double GetNormalizedValue() const;
Dprogress_bar.cc145 double ProgressBar::GetNormalizedValue() const { in GetNormalizedValue() function in views::ProgressBar
205 static_cast<int>(bar_width * GetNormalizedValue() + 0.5); in OnPaint()
/external/chromium_org/ui/app_list/views/
Dprogress_bar_view.cc58 paint_size.set_width(kBarEndWidth + bar_width * GetNormalizedValue()); in OnPaint()
/external/chromium_org/ui/message_center/views/
Dnotification_view.cc232 static_cast<int>(content_bounds.width() * GetNormalizedValue() + 0.5); in OnPaint()