Lines Matching full:frame
38 #include "Frame.h"
61 // We need to copy all relevant frames from every page to a vector since sending the event to one frame might mutate the frame tree
63 Vector<RefPtr<Frame> > frames;
68 for (Frame* frame = (*it)->mainFrame(); frame; frame = frame->tree()->traverseNext()) {
69 if (frame->document()->securityOrigin()->equal(securityOrigin))
70 frames.append(frame);