Home | History | Annotate | Download | only in browser

Lines Matching refs:cc_id

1206   int cc_id = GUIDToID(cc_guid);
1209 DCHECK(cc_id <= std::numeric_limits<unsigned short>::max());
1212 return cc_id << std::numeric_limits<unsigned short>::digits | profile_id;
1221 int cc_id = id >> std::numeric_limits<unsigned short>::digits &
1225 *cc_guid = IDToGUID(cc_id);