Searched refs:contentsToWindow (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRange.cpp137 quads[i].setP1(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p1())));
138 quads[i].setP2(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p2())));
139 quads[i].setP3(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p3())));
140 quads[i].setP4(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p4())));
H A DPopupContainer.cpp392 m_controlPosition.setP1(v->contentsToWindow(IntPoint(controlPosition.p1().x(), controlPosition.p1().y())));
393 m_controlPosition.setP2(v->contentsToWindow(IntPoint(controlPosition.p2().x(), controlPosition.p2().y())));
394 m_controlPosition.setP3(v->contentsToWindow(IntPoint(controlPosition.p3().x(), controlPosition.p3().y())));
395 m_controlPosition.setP4(v->contentsToWindow(IntPoint(controlPosition.p4().x(), controlPosition.p4().y())));
410 IntPoint locationInWindow = m_frameView->contentsToWindow(targetControlRect.location());
H A DExternalPopupMenu.cpp75 m_webExternalPopupMenu->show(m_frameView->contentsToWindow(rect));
H A DLinkHighlight.cpp166 point = targetRenderer->frame()->view()->contentsToWindow(point);
H A DWebPluginContainerImpl.cpp130 IntPoint origin = view->contentsToWindow(IntPoint(0, 0));
135 IntRect windowRect = view->contentsToWindow(damageRect);
530 return view->contentsToWindow(absolutePoint);
860 windowRect = parent()->contentsToWindow(frameRect);
H A DContextMenuClientImpl.cpp191 data.mousePosition = selectedFrame->view()->contentsToWindow(r.roundedPointInInnerNodeFrame());
H A DWebFrameImpl.cpp1127 rect = frame()->view()->contentsToWindow(rect);
1517 viewImpl()->zoomToFindInPageRect(frameView()->contentsToWindow(enclosingIntRect(RenderObject::absoluteBoundingBoxRectForRange(m_activeMatch.get()))));
1550 *selectionRect = frameView()->contentsToWindow(m_activeMatch->boundingBox());
1687 frameView()->contentsToWindow(resultBounds),
2004 activeMatchRect = frameView()->contentsToWindow(activeMatchBoundingBox);
H A DPopupListBox.cpp674 invalidateRect(contentsToWindow(getRowBounds(index)));
H A DWebInputEventConversion.cpp441 windowPoint = view->contentsToWindow(windowPoint);
H A DWebViewImpl.cpp1101 return frame->view()->contentsToWindow(rect);
2345 IntRect scaledAnchor(frame->view()->contentsToWindow(anchor));
2346 IntRect scaledFocus(frame->view()->contentsToWindow(focus));
2721 IntRect textboxRect = focusedNode->document()->view()->contentsToWindow(pixelSnappedIntRect(focusedNode->Node::boundingBox()));
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DFramelessScrollView.cpp88 return contentsToWindow(visibleContentRect(clipToContents ? ExcludeScrollbars : IncludeScrollbars));
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DTouchAdjustment.cpp323 rect = subtarget.node()->document()->view()->contentsToWindow(rect);
346 rect = subtarget.node()->document()->view()->contentsToWindow(rect);
363 FloatPoint contentsToWindow(FrameView *view, FloatPoint pt) function in namespace:WebCore::TouchAdjustment
367 IntPoint adjusted = view->contentsToWindow(IntPoint(x, y));
393 IntRect bounds = view->contentsToWindow(contentBounds);
412 FloatPoint p1 = contentsToWindow(view, quad.p1());
413 FloatPoint p2 = contentsToWindow(view, quad.p2());
414 FloatPoint p3 = contentsToWindow(view, quad.p3());
415 FloatPoint p4 = contentsToWindow(view, quad.p4());
465 targetArea = targetNode->document()->view()->contentsToWindow(targetAre
[all...]
H A DTouchDisambiguation.cpp68 return eventNode->document()->view()->contentsToWindow(result);
H A DFrameView.cpp2425 IntRect clipRect = contentsToWindow(visibleContentRect(clipToContents ? ExcludeScrollbars : IncludeScrollbars));
2455 clipRect = contentsToWindow(clipRect);
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollView.h187 IntPoint contentsToWindow(const IntPoint&) const;
189 IntRect contentsToWindow(const IntRect&) const;
H A DScrollView.cpp634 IntPoint ScrollView::contentsToWindow(const IntPoint& contentsPoint) const function in class:WebCore::ScrollView
647 IntRect ScrollView::contentsToWindow(const IntRect& contentsRect) const function in class:WebCore::ScrollView
821 window->invalidateContentsAndRootView(contentsToWindow(paintRect));
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderWidget.cpp351 return intersection(m_frameView->contentsToWindow(m_clipRect), m_frameView->windowClipRect());
H A DRenderBox.cpp830 return frameView->contentsToWindow(point) - windowPoint;

Completed in 401 milliseconds