Home
last modified time | relevance | path

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

/external/webkit/WebKit/win/
DWebKitStatistics.cpp41 int WebHTMLRepresentationCount; variable
129 *count = WebHTMLRepresentationCount; in HTMLRepresentationCount()
DWebKitStatisticsPrivate.h32 extern int WebHTMLRepresentationCount;
DWebHTMLRepresentation.cpp47 WebHTMLRepresentationCount++; in WebHTMLRepresentation()
59 WebHTMLRepresentationCount--; in ~WebHTMLRepresentation()
/external/webkit/WebKit/mac/Misc/
DWebKitStatistics.m36 int WebHTMLRepresentationCount;
69 return WebHTMLRepresentationCount;
DWebKitStatisticsPrivate.h32 extern int WebHTMLRepresentationCount;
/external/webkit/WebKit/mac/WebView/
DWebHTMLRepresentation.mm120 ++WebHTMLRepresentationCount;
127 --WebHTMLRepresentationCount;
136 --WebHTMLRepresentationCount;