webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | List of all members
MockDirectiveHandler Class Reference

#include <MockDirectiveHandler.h>

Inheritance diagram for MockDirectiveHandler:
pp::DirectiveHandler

Public Member Functions

 MOCK_METHOD2 (handleError, void(const pp::SourceLocation &loc, const std::string &msg))
 
 MOCK_METHOD4 (handlePragma, void(const pp::SourceLocation &loc, const std::string &name, const std::string &value, bool stdgl))
 
 MOCK_METHOD3 (handleExtension, void(const pp::SourceLocation &loc, const std::string &name, const std::string &behavior))
 
 MOCK_METHOD2 (handleVersion, void(const pp::SourceLocation &loc, int version))
 
- Public Member Functions inherited from pp::DirectiveHandler
virtual ~DirectiveHandler ()
 
virtual void handleError (const SourceLocation &loc, const std::string &msg)=0
 
virtual void handlePragma (const SourceLocation &loc, const std::string &name, const std::string &value, bool stdgl)=0
 
virtual void handleExtension (const SourceLocation &loc, const std::string &name, const std::string &behavior)=0
 
virtual void handleVersion (const SourceLocation &loc, int version)=0
 

Member Function Documentation

◆ MOCK_METHOD2() [1/2]

MockDirectiveHandler::MOCK_METHOD2 ( handleError  ,
void(const pp::SourceLocation &loc, const std::string &msg)   
)

◆ MOCK_METHOD2() [2/2]

MockDirectiveHandler::MOCK_METHOD2 ( handleVersion  ,
void(const pp::SourceLocation &loc, int version  
)

◆ MOCK_METHOD3()

MockDirectiveHandler::MOCK_METHOD3 ( handleExtension  ,
void(const pp::SourceLocation &loc, const std::string &name, const std::string &behavior)   
)

◆ MOCK_METHOD4()

MockDirectiveHandler::MOCK_METHOD4 ( handlePragma  ,
void(const pp::SourceLocation &loc, const std::string &name, const std::string &value, bool stdgl)   
)

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