OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MockQuotaManagerProxy
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/browser/quota/
mock_quota_manager_proxy.cc
15
MockQuotaManagerProxy
::
MockQuotaManagerProxy
(
25
void
MockQuotaManagerProxy
::RegisterClient(QuotaClient* client) {
30
void
MockQuotaManagerProxy
::SimulateQuotaManagerDestroyed() {
39
void
MockQuotaManagerProxy
::NotifyStorageAccessed(
46
void
MockQuotaManagerProxy
::NotifyStorageModified(
57
MockQuotaManagerProxy
::~
MockQuotaManagerProxy
() {
mock_quota_manager_proxy.h
20
class
MockQuotaManagerProxy
: public QuotaManagerProxy {
23
MockQuotaManagerProxy
(MockQuotaManager* quota_manager,
67
virtual ~
MockQuotaManagerProxy
();
82
DISALLOW_COPY_AND_ASSIGN(
MockQuotaManagerProxy
);
quota_backend_impl_unittest.cc
41
class
MockQuotaManagerProxy
: public quota::QuotaManagerProxy {
43
MockQuotaManagerProxy
()
80
virtual ~
MockQuotaManagerProxy
() {}
87
DISALLOW_COPY_AND_ASSIGN(
MockQuotaManagerProxy
);
96
quota_manager_proxy_(new
MockQuotaManagerProxy
) {}
152
scoped_refptr<
MockQuotaManagerProxy
> quota_manager_proxy_;
mock_quota_manager.h
50
// updated when
MockQuotaManagerProxy
::NotifyStorageModified() is
52
// a helper method
MockQuotaManagerProxy
::SetQuota().
102
friend class
MockQuotaManagerProxy
;
134
// This must be called via
MockQuotaManagerProxy
.
/external/chromium_org/content/browser/appcache/
appcache_host_unittest.cc
107
class
MockQuotaManagerProxy
: public quota::QuotaManagerProxy {
109
MockQuotaManagerProxy
() : QuotaManagerProxy(NULL, NULL) {}
150
virtual ~
MockQuotaManagerProxy
() {}
214
scoped_refptr<
MockQuotaManagerProxy
> mock_quota_proxy(
215
new
MockQuotaManagerProxy
);
473
scoped_refptr<
MockQuotaManagerProxy
> mock_quota_proxy(
474
new
MockQuotaManagerProxy
);
511
scoped_refptr<
MockQuotaManagerProxy
> mock_quota_proxy(
512
new
MockQuotaManagerProxy
);
appcache_storage_unittest.cc
127
scoped_refptr<
MockQuotaManagerProxy
> mock_proxy(
128
new
MockQuotaManagerProxy
(NULL, NULL));
appcache_storage_impl_unittest.cc
313
class
MockQuotaManagerProxy
: public quota::QuotaManagerProxy {
315
MockQuotaManagerProxy
()
365
virtual ~
MockQuotaManagerProxy
() {}
426
mock_quota_manager_proxy_ = new
MockQuotaManagerProxy
();
[
all
...]
/external/chromium_org/content/browser/fileapi/
file_system_operation_impl_unittest.cc
76
quota_manager_proxy_ = new
MockQuotaManagerProxy
(
109
MockQuotaManagerProxy
* quota_manager_proxy() {
110
return static_cast<
MockQuotaManagerProxy
*>(
[
all
...]
copy_or_move_operation_delegate_unittest.cc
198
quota_manager_proxy_ = new
MockQuotaManagerProxy
(
393
scoped_refptr<
MockQuotaManagerProxy
> quota_manager_proxy_;
Completed in 87 milliseconds