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

/external/chromium_org/chrome/browser/extensions/api/runtime/
H A Dchrome_runtime_api_delegate.cc52 ChromeRuntimeAPIDelegate::ChromeRuntimeAPIDelegate( function in class:ChromeRuntimeAPIDelegate
60 ChromeRuntimeAPIDelegate::~ChromeRuntimeAPIDelegate() {
63 void ChromeRuntimeAPIDelegate::AddUpdateObserver(
71 void ChromeRuntimeAPIDelegate::RemoveUpdateObserver(
80 base::Version ChromeRuntimeAPIDelegate::GetPreviousExtensionVersion(
91 void ChromeRuntimeAPIDelegate::ReloadExtension(
144 bool ChromeRuntimeAPIDelegate::CheckForUpdates(
155 base::Bind(&ChromeRuntimeAPIDelegate
[all...]
H A Dchrome_runtime_api_delegate.h32 class ChromeRuntimeAPIDelegate : public extensions::RuntimeAPIDelegate, class in inherits:extensions::RuntimeAPIDelegate,content::NotificationObserver
35 explicit ChromeRuntimeAPIDelegate(content::BrowserContext* context);
36 virtual ~ChromeRuntimeAPIDelegate();
83 DISALLOW_COPY_AND_ASSIGN(ChromeRuntimeAPIDelegate);
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extensions_browser_client.cc267 new ChromeRuntimeAPIDelegate(context));

Completed in 143 milliseconds