OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:track_with_no_reference_count
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/shared_impl/
var_tracker.cc
22
: var(), ref_count(0),
track_with_no_reference_count
(0) {}
25
: var(v), ref_count(input_ref_count),
track_with_no_reference_count
(0) {}
78
DCHECK(info.
track_with_no_reference_count
> 0);
124
DCHECK(info.
track_with_no_reference_count
== 0);
175
return found->second.
track_with_no_reference_count
;
262
iter->second.
track_with_no_reference_count
!= 0)
var_tracker.h
41
// This class maintains the "
track_with_no_reference_count
" but doesn't do
171
int
track_with_no_reference_count
;
member in struct:ppapi::VarTracker::VarInfo
203
// may still be "tracked" (has a "
track_with_no_reference_count
") value. In
210
//
track_with_no_reference_count
value decreased. If the object has neither
/external/chromium_org/ppapi/proxy/
plugin_var_tracker.cc
99
info.
track_with_no_reference_count
++;
114
DCHECK(found->second.
track_with_no_reference_count
> 0);
115
found->second.
track_with_no_reference_count
--;
/external/chromium_org/content/renderer/pepper/
host_var_tracker.cc
147
DCHECK(iter->second.
track_with_no_reference_count
== 0);
Completed in 808 milliseconds