Home
last modified time | relevance | path

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

/external/webkit/WebKit/android/nav/
DSelectText.cpp1058 const SkIRect& selEnd, int endBase, SkRegion* region) in buildSelection() argument
1064 selEnd.fLeft, selEnd.fTop, selEnd.fRight, selEnd.fBottom); in buildSelection()
1065 MultilineBuilder builder(selStart, startBase, selEnd, endBase, area, region); in buildSelection()
/external/webkit/WebKit/android/jni/
DWebViewCore.h396 void requestKeyboardWithSelection(const WebCore::Node*, int selStart, int selEnd);
DWebViewCore.cpp1094 int selStart, int selEnd) in requestKeyboardWithSelection() argument
1102 reinterpret_cast<int>(node), selStart, selEnd, m_textGeneration); in requestKeyboardWithSelection()