OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:own_data_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/net/disk_cache/
storage_block-inl.h
19
own_data_
(false), extended_(false) {
69
if (!
own_data_
) {
80
if (!data_ ||
own_data_
)
102
return
own_data_
;
144
own_data_
= true;
148
if (
own_data_
) {
155
own_data_
= false;
storage_block.h
81
bool
own_data_
; // Is data_ owned by this object or shared with someone else.
member in class:disk_cache::StorageBlock
/external/chromium_org/net/disk_cache/
storage_block-inl.h
19
own_data_
(false), extended_(false) {
69
if (!
own_data_
) {
80
if (!data_ ||
own_data_
)
111
return
own_data_
;
184
own_data_
= true;
188
if (
own_data_
) {
195
own_data_
= false;
storage_block.h
89
bool
own_data_
; // Is data_ owned by this object or shared with someone else.
member in class:disk_cache::StorageBlock
Completed in 121 milliseconds