Home
last modified time | relevance | path

Searched refs:visitCountKey (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebHistoryItem.cpp96 static CFStringRef visitCountKey = CFSTR("visitCount"); variable
120 CFNumberRef visitCountRef = (CFNumberRef) CFDictionaryGetValue(dictionaryRef, visitCountKey); in initFromDictionaryRepresentation()
228 keys[keyCount] = visitCountKey; in dictionaryRepresentation()
/external/webkit/Source/WebKit/mac/History/
DWebHistoryItem.mm61 static NSString *visitCountKey = @"visitCount";
362 int visitCount = [dict _webkit_intForKey:visitCountKey];
458 [dict setObject:[NSNumber numberWithInt:coreItem->visitCount()] forKey:visitCountKey];