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

  /external/webkit/Source/WebKit/qt/Api/
qwebhistory.cpp 60 \row \o lastVisited() \o The date and time of the user's last visit to the page.
116 \sa originalUrl(), title(), lastVisited()
129 \sa icon(), url(), lastVisited()
144 QDateTime QWebHistoryItem::lastVisited() const
156 \sa title(), url(), lastVisited()
  /external/webkit/Source/WebKit/win/
WebHistory.cpp 718 DATE lastVisited;
719 if (!SystemTimeToVariantTime(&currentTime, &lastVisited))
722 if (FAILED(entry->initWithURLString(BString(url.string()), BString(title), lastVisited)))
    [all...]

Completed in 259 milliseconds