OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTTPResponse
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/tools/chrome_proxy/integration_tests/
network_metrics_unittest.py
21
GZIPPED_HTML_LEN = network_metrics.
HTTPResponse
.GetGizppedBodyLength(HTML_BODY)
33
e = event.TimelineEvent('network', '
HTTPResponse
', 0, 0)
52
resp = network_metrics.
HTTPResponse
(self.MakeNetworkTimelineEvent(
71
resp = network_metrics.
HTTPResponse
(self.MakeNetworkTimelineEvent(
90
resp = network_metrics.
HTTPResponse
(self.MakeNetworkTimelineEvent(
110
resp = network_metrics.
HTTPResponse
(self.MakeNetworkTimelineEvent(
network_metrics.py
24
class
HTTPResponse
(object):
144
self._events = tab.timeline_model.GetAllEventsOfName('
HTTPResponse
')
151
return
HTTPResponse
(event)
chrome_proxy_metrics.py
48
class ChromeProxyResponse(network_metrics.
HTTPResponse
):
/external/chromium_org/chrome/browser/safe_browsing/
malware_details_cache.cc
149
ClientMalwareReportRequest::
HTTPResponse
* pb_response =
176
ClientMalwareReportRequest::
HTTPResponse
* pb_response =
malware_details_unittest.cc
563
safe_browsing::ClientMalwareReportRequest::
HTTPResponse
* pb_response =
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py
105
if not hasattr(httplib.
HTTPResponse
, 'getheaders'):
106
httplib.
HTTPResponse
.getheaders = HTTPResponse__getheaders
[
all
...]
Completed in 310 milliseconds