Searched refs:IDCollectionKey (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/components/variations/ |
D | variations_associated_data.cc | 30 void AssociateID(IDCollectionKey key, in AssociateID() 39 IDCollectionKey other_key = key == GOOGLE_WEB_PROPERTIES ? in AssociateID() 47 IDCollectionKey other_key = static_cast<IDCollectionKey>(i); in AssociateID() 63 VariationID GetID(IDCollectionKey key, in GetID() 77 GroupToIDMap* map = GetGroupToIDMap(static_cast<IDCollectionKey>(i)); in ClearAllMapsForTesting() 87 GroupToIDMap* GetGroupToIDMap(IDCollectionKey key) { in GetGroupToIDMap() 175 void AssociateGoogleVariationID(IDCollectionKey key, in AssociateGoogleVariationID() 183 void AssociateGoogleVariationIDForce(IDCollectionKey key, in AssociateGoogleVariationIDForce() 191 VariationID GetGoogleVariationID(IDCollectionKey key, in GetGoogleVariationID()
|
D | variations_associated_data.h | 52 enum IDCollectionKey { enum 74 void AssociateGoogleVariationID(IDCollectionKey key, 80 void AssociateGoogleVariationIDForce(IDCollectionKey key, 91 VariationID GetGoogleVariationID(IDCollectionKey key,
|
D | variations_http_header_provider_unittest.cc | 43 IDCollectionKey key, in CreateTrialAndAssociateId()
|
D | variations_associated_data_unittest.cc | 19 VariationID GetIDForTrial(IDCollectionKey key, base::FieldTrial* trial) { in GetIDForTrial()
|