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

Go to the source code of this file.

Classes

struct  PPB_Scrollbar_Dev_0_5
 

Macros

#define PPB_SCROLLBAR_DEV_INTERFACE_0_5   "PPB_Scrollbar(Dev);0.5"
 
#define PPB_SCROLLBAR_DEV_INTERFACE   PPB_SCROLLBAR_DEV_INTERFACE_0_5
 

Typedefs

typedef struct
PPB_Scrollbar_Dev_0_5 
PPB_Scrollbar_Dev
 

Enumerations

enum  PP_ScrollBy_Dev { PP_SCROLLBY_PIXEL = 0, PP_SCROLLBY_LINE = 1, PP_SCROLLBY_PAGE = 2, PP_SCROLLBY_DOCUMENT = 3 }
 

Functions

 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_ScrollBy_Dev, 4)
 

Detailed Description

This file defines the PPB_Buffer_Dev interface.

Definition in file ppb_scrollbar_dev.h.

Macro Definition Documentation

#define PPB_SCROLLBAR_DEV_INTERFACE   PPB_SCROLLBAR_DEV_INTERFACE_0_5

Definition at line 21 of file ppb_scrollbar_dev.h.

#define PPB_SCROLLBAR_DEV_INTERFACE_0_5   "PPB_Scrollbar(Dev);0.5"

Definition at line 20 of file ppb_scrollbar_dev.h.