Home
last modified time | relevance | path

Searched refs:lastVisited (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/history/
DHistoryItem.h77 …ic PassRefPtr<HistoryItem> create(const String& urlString, const String& title, double lastVisited) in create() argument
79 return adoptRef(new HistoryItem(urlString, title, lastVisited)); in create()
81 …ate(const String& urlString, const String& title, const String& alternateTitle, double lastVisited) in create() argument
83 return adoptRef(new HistoryItem(urlString, title, alternateTitle, lastVisited)); in create()
202 HistoryItem(const String& urlString, const String& title, double lastVisited);
203 …em(const String& urlString, const String& title, const String& alternateTitle, double lastVisited);
/external/webkit/WebKit/qt/tests/qwebhistory/
Dtst_qwebhistory.cpp262 QDateTime lastVisited(a.lastVisited()); in serialize_3() local
278 QCOMPARE(b.lastVisited(), lastVisited); in serialize_3()
/external/webkit/WebKit/win/
DWebHistoryItem.h61 /* [in] */ DATE lastVisited);
73 /* [retval][out] */ DATE *lastVisited);
DWebHistoryItem.cpp564 /* [in] */ DATE lastVisited) in initWithURLString() argument
567 …ring)), String(title, SysStringLen(title)), MarshallingHelpers::DATEToCFAbsoluteTime(lastVisited)); in initWithURLString()
607 /* [retval][out] */ DATE* lastVisited) in lastVisitedTimeInterval() argument
609 if (!lastVisited) in lastVisitedTimeInterval()
612 *lastVisited = MarshallingHelpers::CFAbsoluteTimeToDATE(m_historyItem->lastVisitedTime()); in lastVisitedTimeInterval()
DWebHistory.cpp720 DATE lastVisited; in visitedURL() local
721 if (!SystemTimeToVariantTime(&currentTime, &lastVisited)) in visitedURL()
724 if (FAILED(entry->initWithURLString(BString(url.string()), BString(title), lastVisited))) in visitedURL()
DChangeLog-2009-06-1612964 lastVisited time = 0 so when we call setLastVisitedTimeInterval() later, it'll update
/external/webkit/WebKit/qt/Api/
Dqwebhistory.h52 QDateTime lastVisited() const;
Dqwebhistory.cpp133 QDateTime QWebHistoryItem::lastVisited() const in lastVisited() function in QWebHistoryItem
/external/webkit/WebKit/win/Interfaces/
DIWebHistoryItem.idl59 HRESULT initWithURLString([in] BSTR urlString, [in] BSTR title, [in] DATE lastVisited);
99 HRESULT lastVisitedTimeInterval([out, retval] DATE* lastVisited);
/external/webkit/WebKit/mac/History/
DWebHistoryItem.mm352 NSTimeInterval lastVisited = timeIntervalString == nil ? 0 : [timeIntervalString doubleValue];
354 …itle displayTitle:[dict _webkit_stringForKey:displayTitleKey] lastVisitedTimeInterval:lastVisited];
/external/webkit/WebKit/qt/
DChangeLog4323 (QWebHistoryItem::lastVisited):
8426 (QWebHistoryItem::lastVisited):
10701 (QWebHistoryItem::lastVisited):
13526 (QWebHistoryItem::lastVisited):