HomeSort by relevance Sort by last modified time
    Searched refs:track_with_no_reference_count (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/shared_impl/
var_tracker.cc 23 track_with_no_reference_count(0) {
29 track_with_no_reference_count(0) {
84 DCHECK(info.track_with_no_reference_count > 0);
130 DCHECK(info.track_with_no_reference_count == 0);
181 return found->second.track_with_no_reference_count;
261 iter->second.track_with_no_reference_count != 0)
var_tracker.h 37 // This class maintains the "track_with_no_reference_count" but doesn't do
144 int track_with_no_reference_count; member in struct:ppapi::VarTracker::VarInfo
176 // may still be "tracked" (has a "track_with_no_reference_count") value. In
183 // track_with_no_reference_count value decreased. If the object has neither
  /external/chromium_org/ppapi/proxy/
plugin_var_tracker.cc 81 info.track_with_no_reference_count++;
96 DCHECK(found->second.track_with_no_reference_count > 0);
97 found->second.track_with_no_reference_count--;
  /external/chromium_org/content/renderer/pepper/
host_var_tracker.cc 133 DCHECK(iter->second.track_with_no_reference_count == 0);

Completed in 40 milliseconds