Searched refs:firstRect (Results 1 – 1 of 1) sorted by relevance
2638 IntRect firstRect = m_frame->editor().firstRectForRange(selectionRange.get()); in sendContextMenuEventForKey() local2640 int x = rightAligned ? firstRect.maxX() : firstRect.x(); in sendContextMenuEventForKey()2642 int y = firstRect.maxY() ? firstRect.maxY() - 1 : 0; in sendContextMenuEventForKey()