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

  /external/webkit/Source/WebCore/inspector/front-end/
Popover.js 94 var anchorBox = {x: anchorElement.totalOffsetLeft, y: anchorElement.totalOffsetTop, width: anchorElement.offsetWidth, height: anchorElement.offsetHeight};
97 anchorBox.x -= anchorElement.scrollLeft;
99 anchorBox.y -= anchorElement.scrollTop;
106 var roomAbove = anchorBox.y;
107 var roomBelow = totalHeight - anchorBox.y - anchorBox.height;
111 if (anchorBox.y > newElementPosition.height + arrowHeight + borderRadius)
112 newElementPosition.y = anchorBox.y - newElementPosition.height - arrowHeight;
115 newElementPosition.height = anchorBox.y - borderRadius * 2 - arrowHeight;
120 newElementPosition.y = anchorBox.y + anchorBox.height + arrowHeight
    [all...]
  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.cpp 125 void drawElementTitle(GraphicsContext& context, Node* node, const IntRect& boundingBox, const IntRect& anchorBox, const FloatRect& overlayRect, WebCore::Settings* settings)
173 IntPoint titleBasePoint = IntPoint(anchorBox.x(), anchorBox.maxY() - 1);
192 dy = anchorBox.y() - titleRect.maxY() - borderWidthPx;
  /external/webkit/Source/WebCore/rendering/
RenderFlexibleBox.cpp     [all...]

Completed in 72 milliseconds