|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
This is the complete list of members for MockDirectiveHandler, including all inherited members.
| handleError(const SourceLocation &loc, const std::string &msg)=0 | pp::DirectiveHandler | pure virtual |
| handleExtension(const SourceLocation &loc, const std::string &name, const std::string &behavior)=0 | pp::DirectiveHandler | pure virtual |
| handlePragma(const SourceLocation &loc, const std::string &name, const std::string &value, bool stdgl)=0 | pp::DirectiveHandler | pure virtual |
| handleVersion(const SourceLocation &loc, int version)=0 | pp::DirectiveHandler | pure virtual |
| MOCK_METHOD2(handleError, void(const pp::SourceLocation &loc, const std::string &msg)) | MockDirectiveHandler | |
| MOCK_METHOD2(handleVersion, void(const pp::SourceLocation &loc, int version)) | MockDirectiveHandler | |
| MOCK_METHOD3(handleExtension, void(const pp::SourceLocation &loc, const std::string &name, const std::string &behavior)) | MockDirectiveHandler | |
| MOCK_METHOD4(handlePragma, void(const pp::SourceLocation &loc, const std::string &name, const std::string &value, bool stdgl)) | MockDirectiveHandler | |
| ~DirectiveHandler() | pp::DirectiveHandler | virtual |
1.8.13