Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceResponse.cpp42 , m_lastModifiedDate(0) in ResourceResponse()
79 , m_lastModifiedDate(0) in ResourceResponse()
122 response->setLastModifiedDate(data->m_lastModifiedDate); in adopt()
156 data->m_lastModifiedDate = lastModifiedDate(); in copyData()
490 m_lastModifiedDate = lastModifiedDate; in setLastModifiedDate()
495 return m_lastModifiedDate; in lastModifiedDate()
DResourceResponse.h201 time_t m_lastModifiedDate; variable
294 time_t m_lastModifiedDate; member