Home
last modified time | relevance | path

Searched refs:IDCollectionKey (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/components/variations/
Dvariations_associated_data.cc30 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()
Dvariations_associated_data.h52 enum IDCollectionKey { enum
74 void AssociateGoogleVariationID(IDCollectionKey key,
80 void AssociateGoogleVariationIDForce(IDCollectionKey key,
91 VariationID GetGoogleVariationID(IDCollectionKey key,
Dvariations_http_header_provider_unittest.cc43 IDCollectionKey key, in CreateTrialAndAssociateId()
Dvariations_associated_data_unittest.cc19 VariationID GetIDForTrial(IDCollectionKey key, base::FieldTrial* trial) { in GetIDForTrial()