Pepper_31_C_interfaces
Classes | Macros | Typedefs | Enumerations | Functions
ppb_file_chooser_dev.h File Reference
#include "ppapi/c/pp_array_output.h"
#include "ppapi/c/pp_bool.h"
#include "ppapi/c/pp_completion_callback.h"
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_var.h"
Include dependency graph for ppb_file_chooser_dev.h:

Go to the source code of this file.

Classes

struct  PPB_FileChooser_Dev_0_6
 
struct  PPB_FileChooser_Dev_0_5
 

Macros

#define PPB_FILECHOOSER_DEV_INTERFACE_0_5   "PPB_FileChooser(Dev);0.5"
 
#define PPB_FILECHOOSER_DEV_INTERFACE_0_6   "PPB_FileChooser(Dev);0.6"
 
#define PPB_FILECHOOSER_DEV_INTERFACE   PPB_FILECHOOSER_DEV_INTERFACE_0_6
 

Typedefs

typedef struct
PPB_FileChooser_Dev_0_6 
PPB_FileChooser_Dev
 

Enumerations

enum  PP_FileChooserMode_Dev { PP_FILECHOOSERMODE_OPEN = 0, PP_FILECHOOSERMODE_OPENMULTIPLE = 1 }
 

Functions

 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_FileChooserMode_Dev, 4)
 

Detailed Description

This file defines the PPB_FileChooser_Dev interface.

Definition in file ppb_file_chooser_dev.h.

Macro Definition Documentation

#define PPB_FILECHOOSER_DEV_INTERFACE   PPB_FILECHOOSER_DEV_INTERFACE_0_6

Definition at line 22 of file ppb_file_chooser_dev.h.

#define PPB_FILECHOOSER_DEV_INTERFACE_0_5   "PPB_FileChooser(Dev);0.5"

Definition at line 20 of file ppb_file_chooser_dev.h.

#define PPB_FILECHOOSER_DEV_INTERFACE_0_6   "PPB_FileChooser(Dev);0.6"

Definition at line 21 of file ppb_file_chooser_dev.h.