OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:QuotaInternalsProxy
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/quota_internals/
quota_internals_proxy.cc
19
QuotaInternalsProxy
::
QuotaInternalsProxy
(QuotaInternalsHandler* handler)
24
void
QuotaInternalsProxy
::RequestInfo(
30
base::Bind(&
QuotaInternalsProxy
::RequestInfo, this, quota_manager));
36
base::Bind(&
QuotaInternalsProxy
::DidGetAvailableSpace,
40
base::Bind(&
QuotaInternalsProxy
::DidGetGlobalQuota,
45
base::Bind(&
QuotaInternalsProxy
::DidGetGlobalUsage,
51
base::Bind(&
QuotaInternalsProxy
::DidGetGlobalUsage,
57
base::Bind(&
QuotaInternalsProxy
::DidGetGlobalUsage,
62
base::Bind(&
QuotaInternalsProxy
::DidDumpQuotaTable
[
all
...]
quota_internals_proxy.h
31
class
QuotaInternalsProxy
33
QuotaInternalsProxy
,
36
explicit
QuotaInternalsProxy
(QuotaInternalsHandler* handler);
41
friend class base::DeleteHelper<
QuotaInternalsProxy
>;
49
virtual ~
QuotaInternalsProxy
();
84
base::WeakPtrFactory<
QuotaInternalsProxy
> weak_factory_;
86
DISALLOW_COPY_AND_ASSIGN(
QuotaInternalsProxy
);
Completed in 35 milliseconds