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

  /external/webkit/Source/WebKit/win/
WebHistory.cpp 64 Vector<WebHistory::DateKey> m_dateKeys;
495 DateKey dateKey;
496 if (!findKey(&dateKey, MarshallingHelpers::DATEToCFAbsoluteTime(calendarDate))) {
501 CFArrayRef entries = m_entriesByDate.get(dateKey).get();
806 DateKey dateKey;
807 if (findKey(&dateKey, MarshallingHelpers::DATEToCFAbsoluteTime(lastVisitedCOMTime))) {
809 hr = insertItem(entry, dateKey);
811 ASSERT(!m_entriesByDate.contains(dateKey));
    [all...]
  /external/webkit/Source/WebKit/mac/History/
WebHistory.mm 173 static inline WebHistoryDateKey dateKey(NSTimeInterval date)
186 *key = dateKey(date);
190 - (void)insertItem:(WebHistoryItem *)entry forDateKey:(WebHistoryDateKey)dateKey
193 ASSERT(_entriesByDate->contains(dateKey));
195 NSMutableArray *entriesForDate = _entriesByDate->get(dateKey).get();
228 WebHistoryDateKey dateKey;
229 BOOL foundDate = [self findKey:&dateKey forDay:[entry lastVisitedTimeInterval]];
234 DateToEntriesMap::iterator it = _entriesByDate->find(dateKey);
272 WebHistoryDateKey dateKey;
273 if ([self findKey:&dateKey forDay:[entry lastVisitedTimeInterval]]
    [all...]

Completed in 85 milliseconds