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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
SmartClip.cpp 120 IntRect unitedRects = hitNodes[0]->pixelSnappedBoundingBox();
124 unitedRects.unite(hitNodes[i]->pixelSnappedBoundingBox());
144 IntRect minNodeRect = minNode->pixelSnappedBoundingBox();
145 IntRect newNodeRect = newNode->pixelSnappedBoundingBox();
169 IntRect nodeRect = node->pixelSnappedBoundingBox();
191 IntRect nodeRect = node->pixelSnappedBoundingBox();
244 IntRect childRect = child->pixelSnappedBoundingBox();
271 IntRect nodeRect = currentNode->pixelSnappedBoundingBox();
  /external/chromium_org/third_party/WebKit/Source/web/
ValidationMessageClientImpl.cpp 82 IntRect anchorInRootView = currentView()->contentsToRootView(anchor.pixelSnappedBoundingBox());
136 IntRect newAnchorRect = currentView()->contentsToRootView(m_currentAnchor->pixelSnappedBoundingBox());
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/forms/
ColorInputType.cpp 217 return element().document().view()->contentsToRootView(element().pixelSnappedBoundingBox());
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchDisambiguation.cpp 65 result.unite(node->pixelSnappedBoundingBox());
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.cpp 462 IntRect rect = document().view()->contentsToRootView(pixelSnappedBoundingBox());
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 453 IntRect pixelSnappedBoundingBox() const { return pixelSnappedIntRect(boundingBox()); }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp     [all...]

Completed in 1152 milliseconds