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

  /external/chromium_org/cc/surfaces/
surface.cc 56 it->second.refs_holding_resource_alive++;
61 : refs_received_from_child(0), refs_holding_resource_alive(0) {
70 ref.refs_holding_resource_alive++;
82 count_it->second.refs_holding_resource_alive -= it->count;
83 if (count_it->second.refs_holding_resource_alive == 0) {
surface.h 59 int refs_holding_resource_alive; member in struct:cc::Surface::ResourceRefs

Completed in 478 milliseconds