Home
last modified time | relevance | path

Searched refs:WebFrameViewCount (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/win/
DWebKitStatistics.cpp42 int WebFrameViewCount; variable
122 *count = WebFrameViewCount; in viewCount()
DWebKitStatisticsPrivate.h33 extern int WebFrameViewCount;
/external/webkit/Source/WebKit/mac/Misc/
DWebKitStatisticsPrivate.h33 extern int WebFrameViewCount;
DWebKitStatistics.m37 int WebFrameViewCount;
58 return WebFrameViewCount;
/external/webkit/Source/WebKit/mac/WebView/
DWebFrameView.mm194 ++WebFrameViewCount;
356 --WebFrameViewCount;
367 --WebFrameViewCount;
/external/webkit/Source/WebKit/mac/
DChangeLog11388 …(-[WebFrameView _setWebFrame:]): Increment WebFrameViewCount if the WebFrame is included in statis…
11389 (-[WebFrameView initWithFrame:]): Move ++WebFrameViewCount from here since we don't
11391 …(-[WebFrameView dealloc]): Only --WebFrameViewCount if _private->includedInWebKitStatistics is YES.