Searched defs:cc_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/mojo/services/surfaces/
H A Dsurfaces_impl.cc30 cc::SurfaceId cc_id = id.To<cc::SurfaceId>(); local
31 if (cc::SurfaceIdAllocator::NamespaceForId(cc_id) != id_namespace_) {
40 cc::SurfaceId cc_id = id.To<cc::SurfaceId>(); local
41 if (cc::SurfaceIdAllocator::NamespaceForId(cc_id) != id_namespace_) {
43 LOG(FATAL) << "Received frame for id " << cc_id.id << " namespace "
44 << cc::SurfaceIdAllocator::NamespaceForId(cc_id)
55 cc::SurfaceId cc_id = id.To<cc::SurfaceId>(); local
56 if (cc::SurfaceIdAllocator::NamespaceForId(cc_id) != id_namespace_) {
69 cc::SurfaceId cc_id = id.To<cc::SurfaceId>(); local
70 if (cc::SurfaceIdAllocator::NamespaceForId(cc_id) !
[all...]
/external/chromium_org/components/autofill/core/browser/
H A Dautofill_manager.cc1206 int cc_id = GUIDToID(cc_guid); local
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 & local
1225 *cc_guid = IDToGUID(cc_id);

Completed in 2962 milliseconds