Pepper_47_C++_interfaces
Namespaces | Functions | Variables
module.cc File Reference
#include "ppapi/cpp/module.h"
#include <string.h>
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_var.h"
#include "ppapi/c/ppp_input_event.h"
#include "ppapi/c/ppp_instance.h"
#include "ppapi/c/ppp_messaging.h"
#include "ppapi/cpp/input_event.h"
#include "ppapi/cpp/instance.h"
#include "ppapi/cpp/rect.h"
#include "ppapi/cpp/resource.h"
#include "ppapi/cpp/url_loader.h"
#include "ppapi/cpp/var.h"
#include "ppapi/cpp/view.h"
Include dependency graph for module.cc:

Go to the source code of this file.

Namespaces

 pp
 The C++ interface to the Pepper API.
 

Functions

PP_Bool pp::InputEvent_HandleEvent (PP_Instance pp_instance, PP_Resource resource)
 
PP_Bool pp::Instance_DidCreate (PP_Instance pp_instance, uint32_t argc, const char *argn[], const char *argv[])
 
void pp::Instance_DidDestroy (PP_Instance instance)
 
void pp::Instance_DidChangeView (PP_Instance pp_instance, PP_Resource view_resource)
 
void pp::Instance_DidChangeFocus (PP_Instance pp_instance, PP_Bool has_focus)
 
PP_Bool pp::Instance_HandleDocumentLoad (PP_Instance pp_instance, PP_Resource pp_url_loader)
 
void pp::Messaging_HandleMessage (PP_Instance pp_instance, PP_Var var)
 

Variables

const PPP_InputEvent pp::input_event_interface
 
static PPP_Instance pp::instance_interface
 
static PPP_Messaging pp::instance_messaging_interface