Searched refs:firstRect (Results 1 – 3 of 3) sorted by relevance
2262 IntRect firstRect = m_frame->editor()->firstRectForRange(selection.get()); in sendContextMenuEventForKey() local2264 int x = rightAligned ? firstRect.maxX() : firstRect.x(); in sendContextMenuEventForKey()2265 location = IntPoint(x, firstRect.maxY()); in sendContextMenuEventForKey()
401 … IntRect firstRect = frame->editor()->firstRectForRange(selection->selection().firstRange().get()); in getLocationForKeyboardGeneratedContextMenu() local402 return IntPoint(firstRect.x(), firstRect.maxY()); in getLocationForKeyboardGeneratedContextMenu()
96935 Test: editing/selection/firstRect-crash.html