Home
last modified time | relevance | path

Searched defs:caretMaxOffset (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderBR.cpp66 int RenderBR::caretMaxOffset() const in caretMaxOffset() function in WebCore::RenderBR
DInlineBox.cpp115 int InlineBox::caretMaxOffset() const in caretMaxOffset() function in WebCore::InlineBox
DInlineTextBox.cpp1213 int InlineTextBox::caretMaxOffset() const in caretMaxOffset() function in WebCore::InlineTextBox
DRenderText.cpp1456 int RenderText::caretMaxOffset() const in caretMaxOffset() function in WebCore::RenderText
DRenderObject.cpp2448 int RenderObject::caretMaxOffset() const in caretMaxOffset() function in WebCore::RenderObject
/external/webkit/Source/WebCore/editing/
DVisiblePosition.cpp130 int caretMaxOffset = box->caretMaxOffset(); in leftVisuallyDistinctCandidate() local
281 int caretMaxOffset = box->caretMaxOffset(); in rightVisuallyDistinctCandidate() local
Dhtmlediting.cpp979 int caretMaxOffset(const Node* n) in caretMaxOffset() function
/external/webkit/Source/WebCore/dom/
DPosition.cpp1091 int caretMaxOffset = box->caretMaxOffset(); in getInlineBoxAndOffset() local