HomeSort by relevance Sort by last modified time
    Searched defs:lastVisitedTime (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/history/
HistoryItem.cpp 152 double HistoryItem::lastVisitedTime() const
  /external/chromium_org/third_party/WebKit/Source/web/
WebHistoryItem.cpp 165 double WebHistoryItem::lastVisitedTime() const
167 return m_private->lastVisitedTime();
170 void WebHistoryItem::setLastVisitedTime(double lastVisitedTime)
177 m_private->setLastVisitedTime(lastVisitedTime);

Completed in 62 milliseconds