Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/win/
DWebHistoryItem.cpp174 …CFNumberRef weeklyCount = static_cast<CFNumberRef>(CFArrayGetValueAtIndex(weeklyCounts, i)); … in initFromDictionaryRepresentation() local
175 if (CFGetTypeID(weeklyCount) == CFNumberGetTypeID()) in initFromDictionaryRepresentation()
176 CFNumberGetValue(weeklyCount, kCFNumberIntType, &(*weeklyVector)[i]); in initFromDictionaryRepresentation()