Searched refs:ClearAllProductEvents (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/rlz/lib/
H A Drlz_lib_clear.cc6 // programs depend on rlz only to call ClearAllProductEvents(), so this file
19 bool ClearAllProductEvents(Product product) { function in namespace:rlz_lib
26 result = store->ClearAllProductEvents(product);
38 VERIFY(ClearAllProductEvents(product));
H A Drlz_value_store.h61 virtual bool ClearAllProductEvents(Product product) = 0;
H A Dfinancial_ping_test.cc77 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
133 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
196 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
212 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
283 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
H A Drlz_lib_test.cc64 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
88 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
101 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
128 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
146 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
153 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
378 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
409 // Test that stateful events are cleared by ClearAllProductEvents(). After
412 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
462 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_li
[all...]
H A Drlz_lib.h116 bool RLZ_LIB_API ClearAllProductEvents(Product product);
/external/chromium_org/rlz/win/dll/
H A Dexports.cc23 RLZ_DLL_EXPORT bool ClearAllProductEvents(rlz_lib::Product product) { function
24 return rlz_lib::ClearAllProductEvents(product);
/external/chromium_org/rlz/win/lib/
H A Drlz_value_store_registry.h36 virtual bool ClearAllProductEvents(Product product) OVERRIDE;
H A Drlz_value_store_registry.cc127 ASSERT_STRING("ClearAllProductEvents: Key deletion failed");
319 bool RlzValueStoreRegistry::ClearAllProductEvents(Product product) { function in class:rlz_lib::RlzValueStoreRegistry
/external/chromium_org/rlz/chromeos/lib/
H A Drlz_value_store_chromeos.h52 virtual bool ClearAllProductEvents(Product product) OVERRIDE;
H A Drlz_value_store_chromeos.cc177 bool RlzValueStoreChromeOS::ClearAllProductEvents(Product product) { function in class:rlz_lib::RlzValueStoreChromeOS
/external/chromium_org/rlz/mac/lib/
H A Drlz_value_store_mac.h39 virtual bool ClearAllProductEvents(Product product) OVERRIDE;
/external/chromium_org/chrome/browser/rlz/
H A Drlz.cc605 rlz_lib::ClearAllProductEvents(rlz_lib::CHROME);

Completed in 517 milliseconds