Searched refs:frameWin (Results 1 – 2 of 2) sorted by relevance
40 FrameWin* frameWin = static_cast<FrameWin*>(m_frame); in urlSelected() local41 if (frameWin->client()) in urlSelected()42 … frameWin->client()->openURL(request.resourceRequest().url().string(), request.lockHistory()); in urlSelected()56 FrameWin* frameWin = static_cast<FrameWin*>(m_frame); in submitForm() local57 if (frameWin->client()) in submitForm()58 …frameWin->client()->submitForm(resourceRequest.httpMethod(), resourceRequest.url(), resourceReques… in submitForm()
41 FrameWin* frameWin = static_cast<FrameWin*>(m_frame); in setTitle() local42 if (frameWin->client()) in setTitle()43 frameWin->client()->setTitle(text); in setTitle()