Pepper_47_C_interfaces
Classes | Macros | Typedefs
ppb_testing_private.h File Reference
#include "ppapi/c/dev/ppb_url_util_dev.h"
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_point.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_var.h"
Include dependency graph for ppb_testing_private.h:

Go to the source code of this file.

Classes

struct  PPB_Testing_Private_1_0
 

Macros

#define PPB_TESTING_PRIVATE_INTERFACE_1_0   "PPB_Testing_Private;1.0"
 
#define PPB_TESTING_PRIVATE_INTERFACE   PPB_TESTING_PRIVATE_INTERFACE_1_0
 

Typedefs

typedef struct
PPB_Testing_Private_1_0 
PPB_Testing_Private
 

Detailed Description

This file contains interface functions used for unit testing. Do not use in production code. They are not guaranteed to be available in normal plugin environments so you should not depend on them.

Definition in file ppb_testing_private.h.

Macro Definition Documentation

#define PPB_TESTING_PRIVATE_INTERFACE   PPB_TESTING_PRIVATE_INTERFACE_1_0

Definition at line 21 of file ppb_testing_private.h.

#define PPB_TESTING_PRIVATE_INTERFACE_1_0   "PPB_Testing_Private;1.0"

Definition at line 20 of file ppb_testing_private.h.