webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
MockDirectiveHandler Member List

This is the complete list of members for MockDirectiveHandler, including all inherited members.

handleError(const SourceLocation &loc, const std::string &msg)=0pp::DirectiveHandlerpure virtual
handleExtension(const SourceLocation &loc, const std::string &name, const std::string &behavior)=0pp::DirectiveHandlerpure virtual
handlePragma(const SourceLocation &loc, const std::string &name, const std::string &value, bool stdgl)=0pp::DirectiveHandlerpure virtual
handleVersion(const SourceLocation &loc, int version)=0pp::DirectiveHandlerpure 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::DirectiveHandlervirtual