Searched refs:other_key (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/variations/
H A Dvariations_associated_data.cc39 IDCollectionKey other_key = key == GOOGLE_WEB_PROPERTIES ? local
41 DCHECK_EQ(EMPTY_ID, GetID(other_key, group_identifier));
47 IDCollectionKey other_key = static_cast<IDCollectionKey>(i); local
48 if (other_key == key)
50 VariationID other_id = GetID(other_key, group_identifier);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-object-private.hh76 inline bool operator == (hb_user_data_key_t *other_key) const { return key == other_key; }
/external/harfbuzz_ng/src/
H A Dhb-object-private.hh78 inline bool operator == (hb_user_data_key_t *other_key) const { return key == other_key; }
/external/chromium_org/sync/internal_api/
H A Dsync_encryption_handler_impl_unittest.cc735 KeyParams other_key = {"localhost", "dummy", kOtherKey}; local
736 other_cryptographer.AddKey(other_key);
792 KeyParams other_key = {"localhost", "dummy", kOtherKey}; local
793 other_cryptographer.AddKey(other_key);

Completed in 140 milliseconds