Searched refs:SystemStorageGetInfoFunction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/system_storage/
H A Dsystem_storage_api.h16 class SystemStorageGetInfoFunction : public AsyncExtensionFunction { class in namespace:extensions
19 SystemStorageGetInfoFunction();
22 virtual ~SystemStorageGetInfoFunction();
H A Dsystem_storage_api.cc12 SystemStorageGetInfoFunction::SystemStorageGetInfoFunction() { function in class:extensions::SystemStorageGetInfoFunction
15 SystemStorageGetInfoFunction::~SystemStorageGetInfoFunction() {
18 bool SystemStorageGetInfoFunction::RunImpl() {
20 base::Bind(&SystemStorageGetInfoFunction::OnGetStorageInfoCompleted,
25 void SystemStorageGetInfoFunction::OnGetStorageInfoCompleted(bool success) {

Completed in 78 milliseconds