HomeSort by relevance Sort by last modified time
    Searched full:rolemap (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/ui/accessibility/platform/
ax_platform_node_mac.mm 20 typedef std::map<ui::AXRole, NSString*> RoleMap;
22 RoleMap BuildRoleMap() {
137 RoleMap role_map;
143 RoleMap BuildSubroleMap() {
174 RoleMap subrole_map;
186 CR_DEFINE_STATIC_LOCAL(RoleMap, role_map, (BuildRoleMap()));
187 RoleMap::iterator it = role_map.find(role);
193 CR_DEFINE_STATIC_LOCAL(RoleMap, subrole_map, (BuildSubroleMap()));
194 RoleMap::iterator it = subrole_map.find(role);
  /external/libsepol/include/sepol/policydb/
expand.h 46 uint32_t * rolemap, uint32_t * usermap,
63 extern int role_set_expand(role_set_t * x, ebitmap_t * r, policydb_t * out, policydb_t * base, uint32_t * rolemap);