Lines Matching refs:Frame
262 void ChromeClientImpl::focusedFrameChanged(Frame*)
267 Frame* frame, const FrameLoadRequest& r, const WindowFeatures& features, const NavigationAction&)
276 m_webView->client()->createView(WebFrameImpl::fromFrame(frame), request, features, r.frameName()));
421 bool ChromeClientImpl::runBeforeUnloadConfirmPanel(const String& message, Frame* frame)
425 WebFrameImpl::fromFrame(frame), message);
442 // Although a Frame is passed in, we don't actually use it, since we
444 void ChromeClientImpl::runJavaScriptAlert(Frame* frame, const String& message)
448 WebFrameImpl::fromFrame(frame), message);
453 bool ChromeClientImpl::runJavaScriptConfirm(Frame* frame, const String& message)
457 WebFrameImpl::fromFrame(frame), message);
463 bool ChromeClientImpl::runJavaScriptPrompt(Frame* frame,
471 WebFrameImpl::fromFrame(frame),
584 void ChromeClientImpl::contentsSizeChanged(Frame* frame, const IntSize& size) const
586 WebFrameImpl* webframe = WebFrameImpl::fromFrame(frame);
632 void ChromeClientImpl::print(Frame* frame)
635 m_webView->client()->printPage(WebFrameImpl::fromFrame(frame));
638 void ChromeClientImpl::exceededDatabaseQuota(Frame* frame, const String& databaseName)
655 void ChromeClientImpl::runOpenPanel(Frame* frame, PassRefPtr<FileChooser> fileChooser)
755 WebFrameImpl* webframe = WebFrameImpl::fromFrame(node->document()->frame());
819 void ChromeClientImpl::requestGeolocationPermissionForFrame(Frame* frame, Geolocation* geolocation)
824 void ChromeClientImpl::cancelGeolocationPermissionRequestForFrame(Frame* frame, Geolocation* geolocation)
830 void ChromeClientImpl::attachRootGraphicsLayer(Frame* frame, GraphicsLayer* graphicsLayer)