Home | History | Annotate | Download | only in win

Lines Matching refs:frameWin

33 #include "FrameWin.h"
40 FrameWin* frameWin = static_cast<FrameWin*>(m_frame);
41 if (frameWin->client())
42 frameWin->client()->openURL(request.resourceRequest().url().string(), request.lockHistory());
56 FrameWin* frameWin = static_cast<FrameWin*>(m_frame);
57 if (frameWin->client())
58 frameWin->client()->submitForm(resourceRequest.httpMethod(), resourceRequest.url(), resourceRequest.httpBody());