Searched refs:RuntimeAPIDelegate (Results 1 – 14 of 14) sorted by relevance
27 class RuntimeAPIDelegate {39 virtual ~RuntimeAPIDelegate() {} in ~RuntimeAPIDelegate()
58 const RuntimeAPIDelegate::UpdateCheckCallback& callback);84 scoped_ptr<RuntimeAPIDelegate> delegate_;171 void CheckComplete(const RuntimeAPIDelegate::UpdateCheckResult& result);
9 RuntimeAPIDelegate::UpdateCheckResult::UpdateCheckResult( in UpdateCheckResult()
287 const RuntimeAPIDelegate::UpdateCheckCallback& callback) { in CheckForUpdates()489 const RuntimeAPIDelegate::UpdateCheckResult& result) { in CheckComplete()
162 scoped_ptr<RuntimeAPIDelegate>165 return scoped_ptr<RuntimeAPIDelegate>(new TestRuntimeAPIDelegate()); in CreateRuntimeAPIDelegate()
44 class RuntimeAPIDelegate; variable178 virtual scoped_ptr<RuntimeAPIDelegate> CreateRuntimeAPIDelegate(
13 class TestRuntimeAPIDelegate : public RuntimeAPIDelegate {
77 virtual scoped_ptr<RuntimeAPIDelegate> CreateRuntimeAPIDelegate(
237 scoped_ptr<RuntimeAPIDelegate>240 return scoped_ptr<RuntimeAPIDelegate>(new apps::ShellRuntimeAPIDelegate()); in CreateRuntimeAPIDelegate()
13 class ShellRuntimeAPIDelegate : public extensions::RuntimeAPIDelegate {
286 scoped_ptr<extensions::RuntimeAPIDelegate>289 return scoped_ptr<extensions::RuntimeAPIDelegate>( in CreateRuntimeAPIDelegate()
94 virtual scoped_ptr<extensions::RuntimeAPIDelegate> CreateRuntimeAPIDelegate(
32 class ChromeRuntimeAPIDelegate : public extensions::RuntimeAPIDelegate,