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

  /external/chromium_org/net/disk_cache/
rankings.h 184 Addr* last, Addr* second_last, int* num_items);
rankings.cc 811 Addr* last, Addr* second_last, int* num_items) {
813 *last = *second_last = current;
841 *second_last = *last;
  /external/chromium_org/cc/trees/
occlusion_tracker.cc 643 const StackObject& second_last = stack_[stack_.size() - 2]; local
645 second_last.occlusion_from_inside_target);
647 second_last.occlusion_from_outside_target);

Completed in 456 milliseconds