Searched defs:rectInFrameCoords (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/editing/
H A DEditor.cpp2759 IntRect rectInFrameCoords = IntRect(renderer->x() * -1, renderer->y() * -1, local
2762 return rectInFrameCoords.contains(point);
2788 IntRect rectInFrameCoords = IntRect(renderer->x() * -1, renderer->y() * -1, local
2792 return rectInFrameCoords.contains(resultRect);

Completed in 23 milliseconds