Pepper_31_C_interfaces
Classes | Macros | Typedefs | Enumerations | Functions
ppb_text_input_controller.h File Reference
#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_rect.h"
#include "ppapi/c/pp_size.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/pp_var.h"
Include dependency graph for ppb_text_input_controller.h:

Go to the source code of this file.

Classes

struct  PPB_TextInputController_1_0
 

Macros

#define PPB_TEXTINPUTCONTROLLER_INTERFACE_1_0   "PPB_TextInputController;1.0"
 
#define PPB_TEXTINPUTCONTROLLER_INTERFACE   PPB_TEXTINPUTCONTROLLER_INTERFACE_1_0
 

Typedefs

typedef struct
PPB_TextInputController_1_0 
PPB_TextInputController
 

Enumerations

enum  PP_TextInput_Type {
  PP_TEXTINPUT_TYPE_NONE = 0, PP_TEXTINPUT_TYPE_TEXT = 1, PP_TEXTINPUT_TYPE_PASSWORD = 2, PP_TEXTINPUT_TYPE_SEARCH = 3,
  PP_TEXTINPUT_TYPE_EMAIL = 4, PP_TEXTINPUT_TYPE_NUMBER = 5, PP_TEXTINPUT_TYPE_TELEPHONE = 6, PP_TEXTINPUT_TYPE_URL = 7
}
 

Functions

 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_TextInput_Type, 4)
 

Detailed Description

This file defines the PPB_TextInputController interface.

Definition in file ppb_text_input_controller.h.

Macro Definition Documentation

#define PPB_TEXTINPUTCONTROLLER_INTERFACE   PPB_TEXTINPUTCONTROLLER_INTERFACE_1_0

Definition at line 21 of file ppb_text_input_controller.h.

#define PPB_TEXTINPUTCONTROLLER_INTERFACE_1_0   "PPB_TextInputController;1.0"

Definition at line 20 of file ppb_text_input_controller.h.