Home | History | Annotate | Download | only in frame_host

Lines Matching defs:transient

286     // transient entry's URL.
569 bool transient = (transient_entry_index_ != -1);
577 // If there was a transient entry, we removed it making the current index
579 if (!transient)
597 // Nothing to do when navigating to the transient.
601 // Removing the transient is goint to shift all entries by 1.
1148 // If a transient entry was removed, the indices might have changed, so we
1207 // If a transient entry was removed, the indices might have changed, so we
1344 // we don't want to copy over the transient entry. Ignore any pending entry,
1395 // We should not prune if we are currently showing a transient entry.
1528 bool transient = transient_entry_index_ != -1;
1531 // If there was a transient entry, invalidate everything so the new active
1533 if (transient) {
1768 // Discard any current transient entry, we can only have one at a time.