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 storage::QuotaManagerProxy {
43
MockQuotaManagerProxy
()
79
virtual ~
MockQuotaManagerProxy
() {}
86
DISALLOW_COPY_AND_ASSIGN(
MockQuotaManagerProxy
);
95
quota_manager_proxy_(new
MockQuotaManagerProxy
) {}
151
scoped_refptr<
MockQuotaManagerProxy
> quota_manager_proxy_;
mock_quota_manager.h
51
// updated when
MockQuotaManagerProxy
::NotifyStorageModified() is
53
// a helper method
MockQuotaManagerProxy
::SetQuota().
103
friend class
MockQuotaManagerProxy
;
135
// This must be called via
MockQuotaManagerProxy
.
/external/chromium_org/content/browser/appcache/
appcache_host_unittest.cc
93
class
MockQuotaManagerProxy
: public storage::QuotaManagerProxy {
95
MockQuotaManagerProxy
() : QuotaManagerProxy(NULL, NULL) {}
136
virtual ~
MockQuotaManagerProxy
() {}
200
scoped_refptr<
MockQuotaManagerProxy
> mock_quota_proxy(
201
new
MockQuotaManagerProxy
);
459
scoped_refptr<
MockQuotaManagerProxy
> mock_quota_proxy(
460
new
MockQuotaManagerProxy
);
497
scoped_refptr<
MockQuotaManagerProxy
> mock_quota_proxy(
498
new
MockQuotaManagerProxy
);
appcache_storage_unittest.cc
121
scoped_refptr<
MockQuotaManagerProxy
> mock_proxy(
122
new
MockQuotaManagerProxy
(NULL, NULL));
appcache_storage_impl_unittest.cc
290
class
MockQuotaManagerProxy
: public storage::QuotaManagerProxy {
292
MockQuotaManagerProxy
()
342
virtual ~
MockQuotaManagerProxy
() {}
402
mock_quota_manager_proxy_ = new
MockQuotaManagerProxy
();
[
all
...]
/external/chromium_org/content/browser/fileapi/
file_system_operation_impl_unittest.cc
65
quota_manager_proxy_ = new
MockQuotaManagerProxy
(
99
MockQuotaManagerProxy
* quota_manager_proxy() {
100
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 148 milliseconds