HomeSort by relevance Sort by last modified time
    Searched full:calendardate (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebKit/win/Interfaces/
IWebHistory.idl 138 @param calendarDate A date identifying the unique day of interest.
142 - (NSArray *)orderedItemsLastVisitedOnDay:(NSCalendarDate *)calendarDate;
144 HRESULT orderedItemsLastVisitedOnDay([in, out] int* count, [in] IWebHistoryItem** items, [in] DATE calendarDate);
  /external/webkit/Source/WebKit/mac/History/
WebHistory.h 125 @param calendarDate A date identifying the unique day of interest.
128 - (NSArray *)orderedItemsLastVisitedOnDay:(NSCalendarDate *)calendarDate;
WebHistory.mm 91 - (NSArray *)orderedItemsLastVisitedOnDay:(NSCalendarDate *)calendarDate;
488 return [[NSCalendarDate calendarDate] dateByAddingYears:0 months:0 days:-[self historyAgeInDaysLimit]
  /external/webkit/Source/WebKit/win/
WebHistory.h 92 /* [in] */ DATE calendarDate);
WebHistory.cpp 493 /* [in] */ DATE calendarDate)
496 if (!findKey(&dateKey, MarshallingHelpers::DATEToCFAbsoluteTime(calendarDate))) {
    [all...]

Completed in 1053 milliseconds