Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/win/
DWebKitStatistics.cpp40 int WebFrameCount; variable
108 *count = WebFrameCount; in frameCount()
DWebKitStatisticsPrivate.h31 extern int WebFrameCount;
DWebFrame.cpp257 WebFrameCount++; in WebFrame()
265 WebFrameCount--; in ~WebFrame()
/external/webkit/Source/WebKit/mac/Misc/
DWebKitStatisticsPrivate.h31 extern int WebFrameCount;
DWebKitStatistics.m35 int WebFrameCount;
48 return WebFrameCount;
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm339 ++WebFrameCount;
1378 --WebFrameCount;
1388 --WebFrameCount;
/external/webkit/Source/WebKit/mac/
DChangeLog11383 …(-[WebFrame _initWithWebFrameView:webView:]): Increment WebFrameCount if the WebView's class is in…
11384 (-[WebFrame dealloc]): Only --WebFrameCount if _private->includedInWebKitStatistics is YES.