OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetNormalizedValue
(Results
1 - 15
of
15
) sorted by null
/external/chromium/net/url_request/
url_request_throttler_header_interface.h
20
virtual std::string
GetNormalizedValue
(const std::string& key) const = 0;
url_request_throttler_header_adapter.cc
18
std::string URLRequestThrottlerHeaderAdapter::
GetNormalizedValue
(
url_request_throttler_header_adapter.h
26
virtual std::string
GetNormalizedValue
(const std::string& key) const;
url_request_throttler_entry.cc
187
std::string retry_header = response->
GetNormalizedValue
(kRetryHeaderName);
191
std::string throttling_header = response->
GetNormalizedValue
(
url_request_throttler_unittest.cc
141
virtual std::string
GetNormalizedValue
(const std::string& key) const {
/external/chromium_org/net/url_request/
url_request_throttler_header_interface.h
20
virtual std::string
GetNormalizedValue
(const std::string& key) const = 0;
url_request_throttler_header_adapter.cc
18
std::string URLRequestThrottlerHeaderAdapter::
GetNormalizedValue
(
url_request_throttler_header_adapter.h
26
virtual std::string
GetNormalizedValue
(const std::string& key) const OVERRIDE;
url_request_throttler_test_support.h
48
virtual std::string
GetNormalizedValue
(const std::string& key) const OVERRIDE;
url_request_throttler_test_support.cc
43
std::string MockURLRequestThrottlerHeaderAdapter::
GetNormalizedValue
(
url_request_throttler_entry.cc
234
std::string throttling_header = response->
GetNormalizedValue
(
/external/chromium_org/ui/views/controls/
progress_bar.h
25
double
GetNormalizedValue
() const;
progress_bar.cc
145
double ProgressBar::
GetNormalizedValue
() const {
204
static_cast<int>(bar_width *
GetNormalizedValue
() + 0.5);
/external/chromium_org/ui/app_list/views/
progress_bar_view.cc
58
paint_size.set_width(kBarEndWidth + bar_width *
GetNormalizedValue
());
/external/chromium_org/ui/message_center/views/
notification_view.cc
242
static_cast<int>(content_bounds.width() *
GetNormalizedValue
() + 0.5);
Completed in 99 milliseconds