#include "stdlib.h"#include "string.h"#include "ctype.h"#include "pp_PropertyMap.h"Functions | |
| static int | s_str_compare (const void *a, const void *b) |
Variables | |
| static const char * | AbiPropertyName [PP_PropertyMap::abi__count] |
| static const char * | s_linestyle [4] |
| static int s_str_compare | ( | const void * | a, | |
| const void * | b | |||
| ) | [static] |
Referenced by IE_Imp_XML::_mapNameToToken(), and PP_PropertyMap::abi_property_lookup().
const char* AbiPropertyName[PP_PropertyMap::abi__count] [static] |
Referenced by PP_PropertyMap::abi_property_lookup(), and PP_PropertyMap::abi_property_name().
const char* s_linestyle[4] [static] |
Initial value:
{
"none",
"solid",
"dotted",
"dashed"
}
Referenced by PP_PropertyMap::linestyle_for_CSS().
1.5.5