PassRefPtr<Range> Document::caretRangeFromPoint(int x, int y) { if (!renderView()) return nullptr; HitTestResult result = hitTestInDocument(this, x, ...
確定! 回上一頁