Home
last modified time | relevance | path

Searched refs:expandUsingGranularity (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/editing/
DVisibleSelection.h86 bool expandUsingGranularity(TextGranularity granularity);
DVisibleSelection.cpp185 bool VisibleSelection::expandUsingGranularity(TextGranularity granularity) in expandUsingGranularity() function in WebCore::VisibleSelection
DEditorCommand.cpp211 selection.expandUsingGranularity(granularity); in expandSelectionToGranularity()
/external/webkit/Source/WebCore/page/
DEventHandler.cpp293 newSelection.expandUsingGranularity(WordGranularity); in selectClosestWordFromMouseEvent()
362 newSelection.expandUsingGranularity(ParagraphGranularity); in handleMousePressEventTripleClick()
430 newSelection.expandUsingGranularity(m_frame->selection()->granularity()); in handleMousePressEventSingleClick()
694 newSelection.expandUsingGranularity(m_frame->selection()->granularity()); in updateSelectionForMouseDrag()
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.cpp1314 selection.expandUsingGranularity(WordGranularity); in selectWordAroundPosition()
/external/webkit/Source/WebCore/
DChangeLog-2006-05-1030923 (WebCore::Selection::expandUsingGranularity):
30932 (WebCore::SelectionController::expandUsingGranularity):
31607 (khtml::SelectionController::expandUsingGranularity):
DChangeLog-2005-12-191995 (khtml::SelectionController::expandUsingGranularity):
2508 (khtml::SelectionController::expandUsingGranularity): Does the expansion.
DChangeLog-2005-08-2335353 (DOM::Selection::expandUsingGranularity): Ditto.
46567 …handleMousePressEventDoubleClick): Improved name of expandToElement. Now is expandUsingGranularity.
46573 (KHTMLSelection::expandUsingGranularity): New name for expandToElement.
DChangeLog-2010-05-2434129 (WebCore::VisibleSelection::expandUsingGranularity):
DChangeLog-2009-06-1640439 (WebCore::VisibleSelection::expandUsingGranularity):
DChangeLog-2010-01-2918715 (WebCore::SelectionController::expandUsingGranularity):