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

  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 323 rect = subtarget.node()->document()->view()->contentsToWindow(rect);
346 rect = subtarget.node()->document()->view()->contentsToWindow(rect);
363 FloatPoint contentsToWindow(FrameView *view, FloatPoint pt)
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(targetArea)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollView.cpp 634 IntPoint ScrollView::contentsToWindow(const IntPoint& contentsPoint) const
647 IntRect ScrollView::contentsToWindow(const IntRect& contentsRect) const
821 window->invalidateContentsAndRootView(contentsToWindow(paintRect));
    [all...]

Completed in 40 milliseconds