/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebRange.cpp | 137 quads[i].setP1(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p1()))); in textQuads() 138 quads[i].setP2(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p2()))); in textQuads() 139 quads[i].setP3(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p3()))); in textQuads() 140 quads[i].setP4(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p4()))); in textQuads()
|
D | PopupContainer.cpp | 390 …m_controlPosition.setP1(v->contentsToWindow(IntPoint(controlPosition.p1().x(), controlPosition.p1(… in showInRect() 391 …m_controlPosition.setP2(v->contentsToWindow(IntPoint(controlPosition.p2().x(), controlPosition.p2(… in showInRect() 392 …m_controlPosition.setP3(v->contentsToWindow(IntPoint(controlPosition.p3().x(), controlPosition.p3(… in showInRect() 393 …m_controlPosition.setP4(v->contentsToWindow(IntPoint(controlPosition.p4().x(), controlPosition.p4(… in showInRect() 408 IntPoint locationInWindow = m_frameView->contentsToWindow(targetControlRect.location()); in refresh()
|
D | WebPluginContainerImpl.cpp | 131 IntPoint origin = view->contentsToWindow(IntPoint(0, 0)); in paint() 136 IntRect windowRect = view->contentsToWindow(damageRect); in paint() 539 return view->contentsToWindow(absolutePoint); in localToWindowPoint() 874 windowRect = toScrollView(parent())->contentsToWindow(frameRect); in calculateGeometry()
|
D | ExternalPopupMenu.cpp | 76 m_webExternalPopupMenu->show(m_frameView->contentsToWindow(rect)); in show()
|
D | LinkHighlight.cpp | 164 point = targetRenderer->frame()->view()->contentsToWindow(point); in convertTargetSpaceQuadToCompositedLayer()
|
D | WebFrameImpl.cpp | 1126 rect = frame()->view()->contentsToWindow(rect); in firstRectForCharacterRange() 1509 …viewImpl()->zoomToFindInPageRect(frameView()->contentsToWindow(enclosingIntRect(RenderObject::abso… in find() 1542 *selectionRect = frameView()->contentsToWindow(m_activeMatch->boundingBox()); in find() 1679 frameView()->contentsToWindow(resultBounds), in scopeStringMatches() 1996 activeMatchRect = frameView()->contentsToWindow(activeMatchBoundingBox); in selectFindMatch()
|
D | ContextMenuClientImpl.cpp | 192 IntPoint mousePoint = selectedFrame->view()->contentsToWindow(r.roundedPointInInnerNodeFrame()); in showContextMenu()
|
D | PopupListBox.cpp | 679 IntRect clipRect = contentsToWindow(getRowBounds(index)); in invalidateRow()
|
D | WebViewImpl.cpp | 1093 return frame->view()->contentsToWindow(rect); in computeBlockBounds() 2317 IntRect scaledAnchor(frame->view()->contentsToWindow(anchor)); in selectionBounds() 2318 IntRect scaledFocus(frame->view()->contentsToWindow(focus)); in selectionBounds() 2707 …IntRect textboxRect = focusedNode->document().view()->contentsToWindow(pixelSnappedIntRect(focused… in computeScaleAndScrollForFocusedNode()
|
D | WebInputEventConversion.cpp | 464 windowPoint = view->contentsToWindow(windowPoint); in updateWebMouseEventFromWebCoreMouseEvent()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | TouchAdjustment.cpp | 323 rect = subtarget.node()->document().view()->contentsToWindow(rect); in zoomableIntersectionQuotient() 346 rect = subtarget.node()->document().view()->contentsToWindow(rect); in hybridDistanceFunction() 363 FloatPoint contentsToWindow(FrameView *view, FloatPoint pt) in contentsToWindow() function 367 IntPoint adjusted = view->contentsToWindow(IntPoint(x, y)); in contentsToWindow() 393 IntRect bounds = view->contentsToWindow(contentBounds); in snapTo() 412 FloatPoint p1 = contentsToWindow(view, quad.p1()); in snapTo() 413 FloatPoint p2 = contentsToWindow(view, quad.p2()); in snapTo() 414 FloatPoint p3 = contentsToWindow(view, quad.p3()); in snapTo() 415 FloatPoint p4 = contentsToWindow(view, quad.p4()); in snapTo() 465 targetArea = targetNode->document().view()->contentsToWindow(targetArea); in findNodeWithLowestDistanceMetric()
|
D | TouchDisambiguation.cpp | 68 return eventNode->document().view()->contentsToWindow(result); in boundingBoxForEventNodes()
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | FramelessScrollView.cpp | 91 return contentsToWindow(clipRect); in windowClipRect()
|
D | ScrollView.h | 184 IntPoint contentsToWindow(const IntPoint&) const; 186 IntRect contentsToWindow(const IntRect&) const;
|
D | ScrollView.cpp | 607 IntPoint ScrollView::contentsToWindow(const IntPoint& contentsPoint) const in contentsToWindow() function in WebCore::ScrollView 620 IntRect ScrollView::contentsToWindow(const IntRect& contentsRect) const in contentsToWindow() function in WebCore::ScrollView 796 window->invalidateContentsAndRootView(contentsToWindow(paintRect)); in repaintContentRectangle()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | SmartClip.cpp | 252 IntRect result = m_frame->document()->view()->contentsToWindow(nodeRect); in convertRectToWindow()
|
D | FrameView.cpp | 2510 …IntRect clipRect = contentsToWindow(visibleContentRect(clipToContents ? ExcludeScrollbars : Includ… in windowClipRect() 2540 clipRect = contentsToWindow(clipRect); in windowClipRectForFrameOwner()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderBox.cpp | 870 IntRect windowBox = view()->frameView()->contentsToWindow(box); in calculateAutoscrollDirection()
|