OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dailyVisitCountKey
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit/win/
WebHistoryItem.cpp
100
static CFStringRef
dailyVisitCountKey
= CFSTR("D"); // short key to save space
151
CFArrayRef dailyCounts = static_cast<CFArrayRef>(CFDictionaryGetValue(dictionaryRef,
dailyVisitCountKey
));
269
keys[keyCount] =
dailyVisitCountKey
;
/external/webkit/Source/WebKit/mac/History/
WebHistoryItem.mm
68
static NSString *
dailyVisitCountKey
= @"D"; // short key to save space
387
NSArray *dailyCounts = [dict _webkit_arrayForKey:
dailyVisitCountKey
];
480
[dict setObject:array forKey:
dailyVisitCountKey
];
Completed in 1022 milliseconds