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

/external/chromium_org/chrome/browser/translate/
H A Dcld_data_harness.h23 // scoped_ptr<test::CldDataHarness> cld_data_scope =
30 // add an instance of the CldDataHarness to your test class' private
44 // scoped_ptr<test::CldDataHarness> cld_data_scope;
47 class CldDataHarness { class in namespace:test
54 virtual ~CldDataHarness() {}
75 // implementation, which must be a subclass of CldDataHarness.
76 scoped_ptr<CldDataHarness> CreateCldDataHarness();

Completed in 532 milliseconds