webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | Class Methods | Protected Member Functions | Protected Attributes | List of all members
WebKitStatistics Class Reference

#import <WebKitStatistics.h>

Inheritance diagram for WebKitStatistics:
IWebKitStatistics NSObject

Instance Methods

(virtual HRESULT STDMETHODCALLTYPE) - QueryInterface
 
(virtual ULONG STDMETHODCALLTYPE) - AddRef
 
(virtual ULONG STDMETHODCALLTYPE) - Release
 
(virtual HRESULT STDMETHODCALLTYPE) - webViewCount
 
(virtual HRESULT STDMETHODCALLTYPE) - frameCount
 
(virtual HRESULT STDMETHODCALLTYPE) - dataSourceCount
 
(virtual HRESULT STDMETHODCALLTYPE) - viewCount
 
(virtual HRESULT STDMETHODCALLTYPE) - HTMLRepresentationCount
 
(virtual HRESULT STDMETHODCALLTYPE) - comClassCount
 
(virtual HRESULT STDMETHODCALLTYPE) - comClassNameCounts
 
- Instance Methods inherited from IWebKitStatistics
HRESULT webViewCount ([out, retval] int *count)
 
HRESULT frameCount ([out, retval] int *count)
 
HRESULT dataSourceCount ([out, retval] int *count)
 
HRESULT viewCount ([out, retval] int *count)
 
HRESULT HTMLRepresentationCount ([out, retval] int *count)
 
HRESULT comClassCount ([out, retval] int *classCount)
 
HRESULT comClassNameCounts ([out, retval] BSTR *output)
 

Class Methods

(int) + webViewCount
 
(int) + frameCount
 
(int) + dataSourceCount
 
(int) + viewCount
 
(int) + HTMLRepresentationCount
 
(int) + bridgeCount
 
(static WebKitStatistics *) + createInstance
 

Protected Member Functions

() - WebKitStatistics
 
() - ~WebKitStatistics
 

Protected Attributes

ULONG m_refCount { 0 }
 

Constructor & Destructor Documentation

◆ WebKitStatistics()

◆ ~WebKitStatistics()

Method Documentation

◆ AddRef()

- (ULONG) AddRef (void

◆ bridgeCount()

+ (int) bridgeCount

◆ comClassCount()

- (HRESULT) comClassCount (_Out_ int *)  classCount

◆ comClassNameCounts()

- (HRESULT) comClassNameCounts (__deref_out_opt BSTR *)  output

◆ createInstance()

+ (WebKitStatistics *) createInstance

◆ dataSourceCount() [1/2]

- (HRESULT) dataSourceCount (_Out_ int *)  count

◆ dataSourceCount() [2/2]

+ (int) dataSourceCount

◆ frameCount() [1/2]

- (HRESULT) frameCount (_Out_ int *)  count

◆ frameCount() [2/2]

+ (int) frameCount

◆ HTMLRepresentationCount() [1/2]

- (HRESULT) HTMLRepresentationCount (_Out_ int *)  count

◆ HTMLRepresentationCount() [2/2]

+ (int) HTMLRepresentationCount

◆ QueryInterface()

- (HRESULT) QueryInterface (_In_ REFIID)  riid
(_COM_Outptr_ void **)  ppvObject 

◆ Release()

- (ULONG) Release (void

◆ viewCount() [1/2]

- (HRESULT) viewCount (_Out_ int *)  count

◆ viewCount() [2/2]

+ (int) viewCount

◆ webViewCount() [1/2]

- (HRESULT) webViewCount (_Out_ int *)  count

◆ webViewCount() [2/2]

+ (int) webViewCount

Member Data Documentation

◆ m_refCount

- (ULONG) m_refCount { 0 }
protected

The documentation for this class was generated from the following files: