Searched refs:lastVisited (Results 1 – 11 of 11) sorted by relevance
/external/webkit/WebCore/history/ |
D | HistoryItem.h | 77 …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/ |
D | tst_qwebhistory.cpp | 262 QDateTime lastVisited(a.lastVisited()); in serialize_3() local 278 QCOMPARE(b.lastVisited(), lastVisited); in serialize_3()
|
/external/webkit/WebKit/win/ |
D | WebHistoryItem.h | 61 /* [in] */ DATE lastVisited); 73 /* [retval][out] */ DATE *lastVisited);
|
D | WebHistoryItem.cpp | 564 /* [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()
|
D | WebHistory.cpp | 720 DATE lastVisited; in visitedURL() local 721 if (!SystemTimeToVariantTime(¤tTime, &lastVisited)) in visitedURL() 724 if (FAILED(entry->initWithURLString(BString(url.string()), BString(title), lastVisited))) in visitedURL()
|
D | ChangeLog-2009-06-16 | 12964 lastVisited time = 0 so when we call setLastVisitedTimeInterval() later, it'll update
|
/external/webkit/WebKit/qt/Api/ |
D | qwebhistory.h | 52 QDateTime lastVisited() const;
|
D | qwebhistory.cpp | 133 QDateTime QWebHistoryItem::lastVisited() const in lastVisited() function in QWebHistoryItem
|
/external/webkit/WebKit/win/Interfaces/ |
D | IWebHistoryItem.idl | 59 HRESULT initWithURLString([in] BSTR urlString, [in] BSTR title, [in] DATE lastVisited); 99 HRESULT lastVisitedTimeInterval([out, retval] DATE* lastVisited);
|
/external/webkit/WebKit/mac/History/ |
D | WebHistoryItem.mm | 352 NSTimeInterval lastVisited = timeIntervalString == nil ? 0 : [timeIntervalString doubleValue]; 354 …itle displayTitle:[dict _webkit_stringForKey:displayTitleKey] lastVisitedTimeInterval:lastVisited];
|
/external/webkit/WebKit/qt/ |
D | ChangeLog | 4323 (QWebHistoryItem::lastVisited): 8426 (QWebHistoryItem::lastVisited): 10701 (QWebHistoryItem::lastVisited): 13526 (QWebHistoryItem::lastVisited):
|