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

  /external/webkit/WebCore/inspector/front-end/
Popup.js 112 var anchorPosition = {x: anchorElement.totalOffsetLeft, y: anchorElement.totalOffsetTop};
114 // FIXME(apavlov@chromium.org): Translate anchorPosition to the element.ownerDocument frame when https://bugs.webkit.org/show_bug.cgi?id=28913 is fixed.
115 var anchorBox = {x: anchorPosition.x, y: anchorPosition.y, width: anchorElement.offsetWidth, height: anchorElement.offsetHeight};
  /external/webkit/WebCore/page/
DOMSelection.cpp 76 static Position anchorPosition(const VisibleSelection& selection)
104 return anchorPosition(visibleSelection()).node();
113 return anchorPosition(visibleSelection()).deprecatedEditingOffset();
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]

Completed in 453 milliseconds