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

  /external/webkit/WebKit/qt/Api/
qwebhistory.cpp 57 \row \o lastVisited() \o The date and time of the user's last visit to the page.
113 \sa originalUrl(), title(), lastVisited()
126 \sa icon(), url(), lastVisited()
141 QDateTime QWebHistoryItem::lastVisited() const
153 \sa title(), url(), lastVisited()
  /external/webkit/WebKit/win/
WebHistory.cpp 720 DATE lastVisited;
721 if (!SystemTimeToVariantTime(&currentTime, &lastVisited))
724 if (FAILED(entry->initWithURLString(BString(url.string()), BString(title), lastVisited)))
    [all...]

Completed in 18 milliseconds