Searched refs:TestRuntimeAPIDelegate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dtest_runtime_api_delegate.cc13 TestRuntimeAPIDelegate::TestRuntimeAPIDelegate() { function in class:extensions::TestRuntimeAPIDelegate
16 TestRuntimeAPIDelegate::~TestRuntimeAPIDelegate() {
19 void TestRuntimeAPIDelegate::AddUpdateObserver(UpdateObserver* observer) {
22 void TestRuntimeAPIDelegate::RemoveUpdateObserver(UpdateObserver* observer) {
25 base::Version TestRuntimeAPIDelegate::GetPreviousExtensionVersion(
30 void TestRuntimeAPIDelegate::ReloadExtension(const std::string& extension_id) {
33 bool TestRuntimeAPIDelegate::CheckForUpdates(
39 void TestRuntimeAPIDelegate
[all...]
H A Dtest_runtime_api_delegate.h13 class TestRuntimeAPIDelegate : public RuntimeAPIDelegate { class in namespace:extensions
15 TestRuntimeAPIDelegate();
16 virtual ~TestRuntimeAPIDelegate();
31 DISALLOW_COPY_AND_ASSIGN(TestRuntimeAPIDelegate);
H A Dtest_extensions_browser_client.cc157 return scoped_ptr<RuntimeAPIDelegate>(new TestRuntimeAPIDelegate());

Completed in 420 milliseconds