OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:calendardate
(Results
1 - 5
of
5
) sorted by null
/external/webkit/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/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/WebKit/win/
WebHistory.h
93
/* [in] */ DATE
calendarDate
);
WebHistory.cpp
495
/* [in] */ DATE
calendarDate
)
498
if (!findKey(&dateKey, MarshallingHelpers::DATEToCFAbsoluteTime(
calendarDate
))) {
[
all
...]
Completed in 183 milliseconds