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

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

Completed in 435 milliseconds