OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_wasFetchedViaSPDY
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/network/chromium/
ResourceResponse.h
41
,
m_wasFetchedViaSPDY
(false)
54
,
m_wasFetchedViaSPDY
(false)
72
bool wasFetchedViaSPDY() const { return
m_wasFetchedViaSPDY
; }
73
void setWasFetchedViaSPDY(bool value) {
m_wasFetchedViaSPDY
= value; }
133
bool
m_wasFetchedViaSPDY
;
163
bool
m_wasFetchedViaSPDY
;
ResourceResponse.cpp
36
data->
m_wasFetchedViaSPDY
=
m_wasFetchedViaSPDY
;
52
m_wasFetchedViaSPDY
= data->
m_wasFetchedViaSPDY
;
Completed in 16 milliseconds