• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/WebKit2-7600.1.25/UIProcess/CoordinatedGraphics/

Lines Matching refs:WebView

30 #include "WebView.h"
48 WebView::WebView(WebContext* context, WebPageGroup* pageGroup)
68 WebView::~WebView()
76 void WebView::initialize()
82 void WebView::setContentScaleFactor(float scaleFactor)
88 void WebView::setActive(bool active)
98 void WebView::setSize(const WebCore::IntSize& size)
108 void WebView::setFocused(bool focused)
117 void WebView::setVisible(bool visible)
129 void WebView::setUserViewportTranslation(double tx, double ty)
134 IntPoint WebView::userViewportToContents(const IntPoint& point) const
139 IntPoint WebView::userViewportToScene(const WebCore::IntPoint& point) const
144 IntPoint WebView::contentsToUserViewport(const IntPoint& point) const
149 void WebView::paintToCurrentGLContext()
162 void WebView::setDrawsBackground(bool drawsBackground)
167 bool WebView::drawsBackground() const
172 void WebView::setDrawsTransparentBackground(bool transparentBackground)
177 bool WebView::drawsTransparentBackground() const
182 void WebView::suspendActiveDOMObjectsAndAnimations()
187 void WebView::resumeActiveDOMObjectsAndAnimations()
193 WebFullScreenManagerProxyClient& WebView::fullScreenManagerProxyClient()
198 bool WebView::requestExitFullScreen()
208 void WebView::initializeClient(const WKViewClientBase* client)
213 void WebView::didChangeContentSize(const WebCore::IntSize& size)
224 void WebView::didFindZoomableArea(const WebCore::IntPoint& target, const WebCore::IntRect& area)
229 AffineTransform WebView::transformFromScene() const
234 AffineTransform WebView::transformToScene() const
249 CoordinatedGraphicsScene* WebView::coordinatedGraphicsScene()
257 void WebView::updateViewportSize()
268 inline WebCore::FloatSize WebView::dipSize() const
276 WebCore::FloatSize WebView::visibleContentsSize() const
287 std::unique_ptr<DrawingAreaProxy> WebView::createDrawingAreaProxy()
292 void WebView::setViewNeedsDisplay(const WebCore::IntRect& area)
297 void WebView::displayView()
302 void WebView::scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize&)
307 void WebView::requestScroll(const WebCore::FloatPoint&, bool)
312 WebCore::IntSize WebView::viewSize()
317 bool WebView::isActive() const
319 const CoordinatedGraphicsScene* scene = const_cast<WebView*>(this)->coordinatedGraphicsScene();
326 bool WebView::isViewWindowActive()
332 bool WebView::isViewFocused()
337 bool WebView::isViewVisible()
342 bool WebView::isViewInWindow()
348 void WebView::processDidExit()
353 void WebView::didRelaunchProcess()
358 void WebView::pageClosed()
363 void WebView::preferencesDidChange()
368 void WebView::toolTipChanged(const String&, const String& newToolTip)
373 void WebView::didCommitLoadForMainFrame(const String&, bool)
379 void WebView::setCursor(const WebCore::Cursor&)
384 void WebView::setCursorHiddenUntilMouseMoves(bool)
389 void WebView::registerEditCommand(PassRefPtr<WebEditCommandProxy> command, WebPageProxy::UndoOrRedo undoOrRedo)
394 void WebView::clearAllEditCommands()
399 bool WebView::canUndoRedo(WebPageProxy::UndoOrRedo undoOrRedo)
404 void WebView::executeUndoRedo(WebPageProxy::UndoOrRedo undoOrRedo)
409 IntPoint WebView::screenToRootView(const IntPoint& point)
415 IntRect WebView::rootViewToScreen(const IntRect&)
421 void WebView::doneWithKeyEvent(const NativeWebKeyboardEvent&, bool)
427 void WebView::doneWithTouchEvent(const NativeWebTouchEvent& event, bool wasEventHandled)
433 PassRefPtr<WebPopupMenuProxy> WebView::createPopupMenuProxy(WebPageProxy*)
439 PassRefPtr<WebContextMenuProxy> WebView::createContextMenuProxy(WebPageProxy*)
446 PassRefPtr<WebColorPicker> WebView::createColorPicker(WebPageProxy*, const WebCore::Color&, const WebCore::IntRect&)
453 void WebView::setFindIndicator(PassRefPtr<FindIndicator>, bool, bool)
458 void WebView::enterAcceleratedCompositingMode(const LayerTreeContext&)
463 void WebView::exitAcceleratedCompositingMode()
468 void WebView::updateAcceleratedCompositingMode(const LayerTreeContext&)
473 void WebView::updateTextInputState()
478 void WebView::handleDownloadRequest(DownloadProxy*)
483 FloatRect WebView::convertToDeviceSpace(const FloatRect& userRect)
495 FloatRect WebView::convertToUserSpace(const FloatRect& deviceRect)
507 void WebView::didChangeViewportProperties(const WebCore::ViewportAttributes& attr)
512 void WebView::pageDidRequestScroll(const IntPoint& position)
520 void WebView::didRenderFrame(const WebCore::IntSize& contentsSize, const WebCore::IntRect& coveredRect)
525 void WebView::pageTransitionViewportReady()
530 void WebView::findZoomableAreaForPoint(const IntPoint& point, const IntSize& size)