Searched defs:ClearProductEvent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/rlz/win/dll/
H A Dexports.cc27 RLZ_DLL_EXPORT bool ClearProductEvent(rlz_lib::Product product, function
30 return rlz_lib::ClearProductEvent(product, point, event_id);
/external/chromium_org/rlz/chromeos/lib/
H A Drlz_value_store_chromeos.cc163 bool RlzValueStoreChromeOS::ClearProductEvent(Product product, function in class:rlz_lib::RlzValueStoreChromeOS
/external/chromium_org/rlz/lib/
H A Drlz_lib.cc272 bool ClearProductEvent(Product product, AccessPoint point, Event event) { function in namespace:rlz_lib
289 return store->ClearProductEvent(product, event_value.c_str());
568 ClearProductEvent(product, event_array[i].access_point,
/external/chromium_org/rlz/win/lib/
H A Drlz_value_store_registry.cc300 bool RlzValueStoreRegistry::ClearProductEvent(Product product, function in class:rlz_lib::RlzValueStoreRegistry
310 ASSERT_STRING("ClearProductEvent: Could not delete the event value.");

Completed in 107 milliseconds