Searched refs:WebFrameCount (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebKit/mac/Misc/
H A DWebKitStatisticsPrivate.h31 extern int WebFrameCount;
H A DWebKitStatistics.m35 int WebFrameCount;
48 return WebFrameCount;
/external/webkit/WebKit/win/
H A DWebKitStatisticsPrivate.h31 extern int WebFrameCount;
H A DWebKitStatistics.cpp40 int WebFrameCount; variable
108 *count = WebFrameCount;
H A DWebFrame.cpp256 WebFrameCount++;
264 WebFrameCount--;
/external/webkit/WebKit/mac/WebView/
H A DWebFrame.mm318 ++WebFrameCount;
1280 --WebFrameCount;
1286 --WebFrameCount;

Completed in 330 milliseconds