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

/external/chromium_org/chrome/browser/ui/webui/quota_internals/
H A Dquota_internals_handler.h31 class QuotaInternalsHandler : public content::WebUIMessageHandler { class in namespace:quota_internals
33 QuotaInternalsHandler();
34 virtual ~QuotaInternalsHandler();
50 DISALLOW_COPY_AND_ASSIGN(QuotaInternalsHandler);
H A Dquota_internals_handler.cc23 QuotaInternalsHandler::QuotaInternalsHandler() {} function in class:quota_internals::QuotaInternalsHandler
25 QuotaInternalsHandler::~QuotaInternalsHandler() {
30 void QuotaInternalsHandler::RegisterMessages() {
32 base::Bind(&QuotaInternalsHandler::OnRequestInfo,
36 void QuotaInternalsHandler::ReportAvailableSpace(int64 available_space) {
41 void QuotaInternalsHandler::ReportGlobalInfo(const GlobalStorageInfo& data) {
46 void QuotaInternalsHandler::ReportPerHostInfo(
57 void QuotaInternalsHandler
[all...]

Completed in 449 milliseconds