Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/win/
DWebHistoryItem.cpp158 std::auto_ptr<Vector<int> > dailyVector, weeklyVector; in initFromDictionaryRepresentation() local
162 dailyVector.reset(new Vector<int>(dailySize)); in initFromDictionaryRepresentation()
169 CFNumberGetValue(dailyCount, kCFNumberIntType, &(*dailyVector)[i]); in initFromDictionaryRepresentation()
170 if ((*dailyVector)[i] < 0) in initFromDictionaryRepresentation()
171 (*dailyVector)[i] = 0; in initFromDictionaryRepresentation()
196 if (dailyVector.get()) in initFromDictionaryRepresentation()
197 m_historyItem->adoptVisitCounts(*dailyVector, *weeklyVector); in initFromDictionaryRepresentation()