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

/external/chromium/chrome/browser/rlz/
H A Drlz.h54 static bool ClearAllProductEvents(rlz_lib::Product product);
H A Drlz_unittest.cc63 EXPECT_TRUE(RLZTracker::ClearAllProductEvents(rlz_lib::CHROME));
H A Drlz.cc303 bool RLZTracker::ClearAllProductEvents(rlz_lib::Product product) { function in class:RLZTracker
304 return rlz_lib::ClearAllProductEvents(product);
/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.cc63 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
87 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
100 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
127 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
145 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
152 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
377 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
408 // Test that stateful events are cleared by ClearAllProductEvents(). After
411 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_lib::TOOLBAR_NOTIFIER));
461 EXPECT_TRUE(rlz_lib::ClearAllProductEvents(rlz_li
[all...]
H A Drlz_lib.h100 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.cc125 ASSERT_STRING("ClearAllProductEvents: Key deletion failed");
317 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.cc175 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.cc558 rlz_lib::ClearAllProductEvents(rlz_lib::CHROME);

Completed in 292 milliseconds