Home
last modified time | relevance | path

Searched refs:firstRect (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/page/
DEventHandler.cpp2262 IntRect firstRect = m_frame->editor()->firstRectForRange(selection.get()); in sendContextMenuEventForKey() local
2264 int x = rightAligned ? firstRect.maxX() : firstRect.x(); in sendContextMenuEventForKey()
2265 location = IntPoint(x, firstRect.maxY()); in sendContextMenuEventForKey()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebview.cpp401 … IntRect firstRect = frame->editor()->firstRectForRange(selection->selection().firstRange().get()); in getLocationForKeyboardGeneratedContextMenu() local
402 return IntPoint(firstRect.x(), firstRect.maxY()); in getLocationForKeyboardGeneratedContextMenu()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0696935 Test: editing/selection/firstRect-crash.html