HomeSort by relevance Sort by last modified time
    Searched refs:contentsToWindow (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 338 rect = subtarget.node()->document().view()->contentsToWindow(rect);
361 rect = subtarget.node()->document().view()->contentsToWindow(rect);
378 FloatPoint contentsToWindow(FrameView *view, FloatPoint pt)
382 IntPoint adjusted = view->contentsToWindow(IntPoint(x, y));
408 IntRect bounds = view->contentsToWindow(contentBounds);
427 FloatPoint p1 = contentsToWindow(view, quad.p1());
428 FloatPoint p2 = contentsToWindow(view, quad.p2());
429 FloatPoint p3 = contentsToWindow(view, quad.p3());
430 FloatPoint p4 = contentsToWindow(view, quad.p4());
485 targetArea = targetNode->document().view()->contentsToWindow(targetArea)
    [all...]
TouchDisambiguation.cpp 66 return eventNode->document().view()->contentsToWindow(result);
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.h 174 IntPoint contentsToWindow(const IntPoint&) const;
176 IntRect contentsToWindow(const IntRect&) const;
ScrollView.cpp 610 IntPoint ScrollView::contentsToWindow(const IntPoint& contentsPoint) const
623 IntRect ScrollView::contentsToWindow(const IntRect& contentsRect) const
789 window->invalidateContentsAndRootView(contentsToWindow(paintRect));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupContainer.cpp 409 m_controlPosition.setP1(v->contentsToWindow(IntPoint(controlPosition.p1().x(), controlPosition.p1().y())));
410 m_controlPosition.setP2(v->contentsToWindow(IntPoint(controlPosition.p2().x(), controlPosition.p2().y())));
411 m_controlPosition.setP3(v->contentsToWindow(IntPoint(controlPosition.p3().x(), controlPosition.p3().y())));
412 m_controlPosition.setP4(v->contentsToWindow(IntPoint(controlPosition.p4().x(), controlPosition.p4().y())));
427 IntPoint locationInWindow = m_frameView->contentsToWindow(targetControlRect.location());
PopupListBox.h 246 IntRect contentsToWindow(const IntRect&) const;
TextFinder.cpp 139 m_ownerFrame.viewImpl()->zoomToFindInPageRect(m_ownerFrame.frameView()->contentsToWindow(enclosingIntRect(RenderObject::absoluteBoundingBoxRectForRange(m_activeMatch.get()))));
172 *selectionRect = m_ownerFrame.frameView()->contentsToWindow(m_activeMatch->boundingBox());
306 m_ownerFrame.frameView()->contentsToWindow(resultBounds),
586 activeMatchRect = m_ownerFrame.frameView()->contentsToWindow(activeMatchBoundingBox);
ExternalPopupMenu.cpp 86 m_webExternalPopupMenu->show(m_localFrame->view()->contentsToWindow(rect));
WebPluginContainerImpl.cpp 123 IntPoint origin = view->contentsToWindow(IntPoint(0, 0));
128 IntRect windowRect = view->contentsToWindow(damageRect);
559 return view->contentsToWindow(absolutePoint);
935 windowRect = toScrollView(parent())->contentsToWindow(frameRect);
LinkHighlight.cpp 159 point = targetRenderer->frame()->view()->contentsToWindow(point);
PopupListBox.cpp 618 IntRect clipRect = contentsToWindow(getRowBounds(index));
864 return contentsToWindow(clipRect);
916 IntRect PopupListBox::contentsToWindow(const IntRect& contentsRect) const
    [all...]
ContextMenuClientImpl.cpp 198 IntPoint mousePoint = selectedFrame->view()->contentsToWindow(r.roundedPointInInnerNodeFrame());
WebInputEventConversion.cpp 495 windowPoint = view->contentsToWindow(windowPoint);
585 windowPoint = view->contentsToWindow(windowPoint);
WebViewImpl.cpp     [all...]
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SmartClip.cpp 235 IntRect result = m_frame->document()->view()->contentsToWindow(nodeRect);
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebViewTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp 743 IntRect windowBox = view()->frameView()->contentsToWindow(box);
    [all...]

Completed in 258 milliseconds