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

  /external/chromium_org/cc/layers/
delegated_renderer_layer_impl.cc 49 const ResourceProvider::ResourceIdMap& child_to_parent_map,
54 child_to_parent_map.find(id);
55 if (it == child_to_parent_map.end()) {
  /external/chromium_org/cc/resources/
resource_provider.h 382 ResourceIdMap child_to_parent_map; member in struct:cc::ResourceProvider::Child
resource_provider.cc 775 for (ResourceIdMap::iterator child_it = child.child_to_parent_map.begin();
776 child_it != child.child_to_parent_map.end();
787 return it->second.child_to_parent_map;
844 child_info.child_to_parent_map.erase(resource.id);
892 child_info.child_to_parent_map[it->id] = id;
    [all...]

Completed in 44 milliseconds