Home | History | Annotate | Download | only in renderer

Lines Matching refs:frame

63 //     to each frame's state via lookups by frame id or frame name.
64 // HistoryNode: Represents a single frame in a HistoryEntry. Owned by a
65 // HistoryEntry. HistoryNodes form a tree that mirrors the frame tree in
68 // per-frame state except a list of child frames.
69 // WebHistoryItem (lives in blink): The state for a given frame. Can persist
82 // Now we navigate the top frame to bar.com, which embeds bar.com/b and
96 // each frame. Any frame that navigates (bar.com/e and its child, bar.com/f)
115 void UpdateForCommit(RenderFrameImpl* frame,
121 blink::WebHistoryItem GetItemForNewChildFrame(RenderFrameImpl* frame) const;
122 void RemoveChildrenForRedirect(RenderFrameImpl* frame);
127 void RecursiveGoToEntry(blink::WebFrame* frame,
131 void UpdateForInitialLoadInChildFrame(RenderFrameImpl* frame,
133 void CreateNewBackForwardItem(RenderFrameImpl* frame,