OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_storageID
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheResource.h
54
void setStorageID(unsigned storageID) {
m_storageID
= storageID; }
55
unsigned storageID() const { return
m_storageID
; }
56
void clearStorageID() {
m_storageID
= 0; }
70
unsigned
m_storageID
;
ApplicationCache.h
89
void setStorageID(unsigned storageID) {
m_storageID
= storageID; }
90
unsigned storageID() const { return
m_storageID
; }
113
unsigned
m_storageID
;
ApplicationCacheGroup.h
75
void setStorageID(unsigned storageID) {
m_storageID
= storageID; }
76
unsigned storageID() const { return
m_storageID
; }
173
unsigned
m_storageID
;
ApplicationCacheStorage.cpp
75
Record() : m_resource(0),
m_storageID
(0) { }
76
Record(T* resource, unsigned storageID) : m_resource(resource),
m_storageID
(storageID) { }
80
m_resource->setStorageID(
m_storageID
);
85
unsigned
m_storageID
;
[
all
...]
Completed in 48 milliseconds