Lines Matching full:frame
30 #include "Frame.h"
88 static KURL urlForHistoryItem(Frame* frame, HistoryItem* item)
90 // For LayoutTests we need to find the corresponding WML frame in the test document
93 if (frame->document()->isWMLDocument())
102 Frame* childFrame = frame->tree()->child(childItem->target());
120 Frame* frame = page->mainFrame();
121 if (!frame || !frame->document())
136 previousURL = urlForHistoryItem(frame, previousItem);
137 currentURL = urlForHistoryItem(frame, currentItem);