Searched refs:recomputeCaretRect (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DSelectionController.h141 bool recomputeCaretRect(); // returns true if caret rect moved
H A DSelectionController.cpp1120 recomputeCaretRect();
1139 bool SelectionController::recomputeCaretRect() function in class:SelectionController
1194 // recomputeCaretRect will always return false for the drag caret,
1196 bool caretRectChanged = recomputeCaretRect();
1564 bool caretRectChanged = recomputeCaretRect();
/external/webkit/Source/WebKit/android/jni/
H A DWebViewCore.cpp3013 focus->document()->frame()->selection()->recomputeCaretRect();

Completed in 88 milliseconds