Home | History | Annotate | Download | only in chrome_frame

Lines Matching full:parent_frame

1067     base::win::ScopedComPtr<IHTMLWindow2> current_frame, parent_frame;
1072 current_frame->get_parent(parent_frame.Receive());
1073 if (parent_frame != current_frame) {