Home
last modified time | relevance | path

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

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