Home | History | Annotate | Download | only in renderer

Lines Matching full:frame_id

59     int64_t frame_id) {
60 children_->push_back(new HistoryNode(entry_, item, frame_id));
115 int64_t frame_id)
117 if (frame_id != kInvalidFrameRoutingID) {
122 if (GetFrameMap()[frame_id] == 0)
123 GetFrameMap()[frame_id] = item_.frameSequenceNumber();
125 item_.setFrameSequenceNumber(GetFrameMap()[frame_id]);
126 entry_->frames_to_items_[GetFrameMap()[frame_id]] = this;
178 HistoryEntry::HistoryEntry(const WebHistoryItem& root, int64_t frame_id) {
179 root_.reset(new HistoryNode(this, root, frame_id));