OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppCacheInfoCollection
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/content/public/browser/
appcache_service.h
22
struct CONTENT_EXPORT
AppCacheInfoCollection
23
: public base::RefCountedThreadSafe<
AppCacheInfoCollection
> {
24
AppCacheInfoCollection
();
29
friend class base::RefCountedThreadSafe<
AppCacheInfoCollection
>;
30
virtual ~
AppCacheInfoCollection
();
48
virtual void GetAllAppCacheInfo(
AppCacheInfoCollection
* collection,
/external/chromium_org/content/test/
appcache_test_helper.h
40
scoped_refptr<
AppCacheInfoCollection
> appcache_info_;
appcache_test_helper.cc
57
appcache_info_ = new
AppCacheInfoCollection
;
/external/chromium_org/chrome/browser/browsing_data/
browsing_data_appcache_helper.h
32
content::
AppCacheInfoCollection
* info_collection() const {
42
scoped_refptr<content::
AppCacheInfoCollection
> info_collection_;
browsing_data_appcache_helper.cc
29
info_collection_ = new content::
AppCacheInfoCollection
;
91
info_collection_ = new content::
AppCacheInfoCollection
;
local_data_container.cc
121
using content::
AppCacheInfoCollection
;
125
scoped_refptr<
AppCacheInfoCollection
> appcache_info =
/external/chromium_org/content/browser/appcache/
appcache_service_impl.cc
39
AppCacheInfoCollection
::
AppCacheInfoCollection
() {}
41
AppCacheInfoCollection
::~
AppCacheInfoCollection
() {}
194
virtual void OnAllInfo(
AppCacheInfoCollection
* collection) OVERRIDE;
212
AppCacheInfoCollection
* collection) {
276
AppCacheServiceImpl* service,
AppCacheInfoCollection
* collection,
287
virtual void OnAllInfo(
AppCacheInfoCollection
* collection) OVERRIDE;
289
scoped_refptr<
AppCacheInfoCollection
> collection_;
295
AppCacheInfoCollection
* collection)
[
all
...]
appcache_storage.h
34
struct
AppCacheInfoCollection
;
44
virtual void OnAllInfo(
AppCacheInfoCollection
* collection) {}
mock_appcache_storage.h
186
void SimulateGetAllInfo(
AppCacheInfoCollection
* info) {
212
scoped_refptr<
AppCacheInfoCollection
> simulated_appcache_info_;
appcache_service_unittest.cc
192
mock_storage()->SimulateGetAllInfo(new content::
AppCacheInfoCollection
);
200
scoped_refptr<
AppCacheInfoCollection
> info(new
AppCacheInfoCollection
);
appcache_service_impl.h
107
AppCacheInfoCollection
* collection,
view_appcache_internals_job.cc
350
info_collection_ = new
AppCacheInfoCollection
;
398
scoped_refptr<
AppCacheInfoCollection
> info_collection_;
appcache_storage_impl.cc
345
info_collection_(new
AppCacheInfoCollection
()) {
356
scoped_refptr<
AppCacheInfoCollection
> info_collection_;
[
all
...]
Completed in 723 milliseconds