Searched refs:m_lastModifiedDate (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
H A DResourceResponseBase.h157 time_t m_lastModifiedDate; member in class:WebCore::ResourceResponseBase
202 time_t m_lastModifiedDate; member in struct:WebCore::CrossThreadResourceResponseDataBase
H A DResourceResponseBase.cpp50 , m_lastModifiedDate(0)
78 , m_lastModifiedDate(0)
113 response->setLastModifiedDate(data->m_lastModifiedDate);
130 data->m_lastModifiedDate = lastModifiedDate();
483 m_lastModifiedDate = lastModifiedDate;
490 return m_lastModifiedDate;
/external/webkit/Source/WebCore/platform/network/cf/
H A DResourceResponseCFNet.cpp99 m_lastModifiedDate = toTimeT(CFURLResponseGetLastModifiedDate(m_cfResponse.get()));

Completed in 147 milliseconds