Searched refs:weeklyVisitCountKey (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebHistoryItem.cpp101 static CFStringRef weeklyVisitCountKey = CFSTR("W"); // short key to save space variable
154 CFArrayRef weeklyCounts = static_cast<CFArrayRef>(CFDictionaryGetValue(dictionaryRef, weeklyVisitCountKey));
284 keys[keyCount] = weeklyVisitCountKey;
/external/webkit/Source/WebKit/mac/History/
H A DWebHistoryItem.mm69 static NSString *weeklyVisitCountKey = @"W"; // short key to save space
388 NSArray *weeklyCounts = [dict _webkit_arrayForKey:weeklyVisitCountKey];
489 [dict setObject:array forKey:weeklyVisitCountKey];

Completed in 81 milliseconds