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

  /external/chromium_org/content/renderer/
history_entry.cc 140 std::vector<uint64_t> frames_to_remove; local
154 frames_to_remove.push_back(GetFrameMap()[it->first]);
164 for (unsigned i = 0; i < frames_to_remove.size(); i++)
165 entry_->frames_to_items_.erase(frames_to_remove[i]);
  /external/lldb/examples/interposing/darwin/fd_interposing/
FDInterposing.cpp 374 get_backtrace (Frames &frame_buffer, size_t frames_to_remove)
378 if (count > frames_to_remove)
379 frame_buffer.assign (&frames[frames_to_remove], &frames[count]);
    [all...]

Completed in 68 milliseconds