webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
virtual void | VoidMethod0 ()=0 |
virtual std::string | Method0 ()=0 |
virtual std::string | ConstMethod0 () const =0 |
virtual std::string | Method1 (std::string s)=0 |
virtual std::string | ConstMethod1 (std::string s) const =0 |
virtual std::string | Method2 (std::string s1, std::string s2)=0 |
Public Member Functions inherited from rtc::RefCountInterface | |
virtual int | AddRef () const =0 |
virtual int | Release () const =0 |
virtual int | AddRef () const =0 |
virtual int | Release () const =0 |
Protected Member Functions | |
virtual | ~FakeInterface () |
Protected Member Functions inherited from rtc::RefCountInterface | |
virtual | ~RefCountInterface () |
virtual | ~RefCountInterface () |
|
inlineprotectedvirtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
pure virtual |