OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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