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

  /external/webkit/Source/WebKit/win/
WebHistoryItem.cpp 96 static CFStringRef visitCountKey = CFSTR("visitCount");
120 CFNumberRef visitCountRef = (CFNumberRef) CFDictionaryGetValue(dictionaryRef, visitCountKey);
228 keys[keyCount] = visitCountKey;
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItem.mm 61 static NSString *visitCountKey = @"visitCount";
362 int visitCount = [dict _webkit_intForKey:visitCountKey];
458 [dict setObject:[NSNumber numberWithInt:coreItem->visitCount()] forKey:visitCountKey];

Completed in 1465 milliseconds