Home | History | Annotate | Download | only in wds

Lines Matching refs:Frame

33 #include "Frame.h"
51 static bool callDumpRenderTree(const Frame* frame, const Connection* conn) {
52 CString str = externalRepresentation(frame->contentRenderer()).latin1();
57 static bool callDumpDomTree(const Frame* frame, const Connection* conn) {
58 WebViewCore::getWebViewCore(frame->view())->dumpDomTree(true);
90 InternalCommand(const Command* comm, const Frame* frame,
93 , m_frame(frame)
105 const Frame* m_frame;