HomeSort by relevance Sort by last modified time
    Searched full:visitedcount (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebKit/win/
WebHistoryItem.cpp 123 int visitedCount = 0;
124 if (!CFNumberGetValue(visitCountRef, kCFNumberIntType, &visitedCount))
128 if (visitedCount < 0) {
129 LOG_ERROR("visit count for history item \"%s\" is negative (%d), will be reset to 1", String(urlStringRef).utf8().data(), visitedCount);
130 visitedCount = 1;
186 m_historyItem->setVisitCount(visitedCount);

Completed in 40 milliseconds