OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:webcontextstatistics
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/API/C/
WKContext.cpp
104
const WebContext::Statistics&
webContextStatistics
= WebContext::statistics();
106
statistics->wkViewCount =
webContextStatistics
.wkViewCount;
107
statistics->wkPageCount =
webContextStatistics
.wkPageCount;
108
statistics->wkFrameCount =
webContextStatistics
.wkViewCount;
Completed in 163 milliseconds