Searched refs:selectionStart (Results 26 - 34 of 34) sorted by relevance

12

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DWKView.mm1527 uint64_t selectionStart;
1529 _data->_page->getSelectedRange(selectionStart, selectionLength);
1531 NSRange result = NSMakeRange(selectionStart, selectionLength);
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityRenderObject.cpp1437 return PlainTextRange(textControl->selectionStart(), textControl->selectionEnd() - textControl->selectionStart());
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h620 @property int selectionStart AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
888 @property int selectionStart AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/macosx-10.9.5/vim-53/runtime/autoload/
H A Djavascriptcomplete.vim343 \ 'tabIndex', 'type', 'value', 'selectionStart', 'selectionEnd']
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/cm/
H A Dcodemirror.js1394 if (ie && text && input.selectionStart === 0) {
2061 if (display.input.selectionStart != null && (!ie || ie_lt9)) {
2065 display.input.selectionStart = 1; display.input.selectionEnd = extval.length;
2067 if (display.prevInput == " " && display.input.selectionStart == 0)
5072 node.selectionStart = 0;
5222 try { return te.selectionStart != te.selectionEnd; }
/macosx-10.9.5/WebCore-7537.78.1/accessibility/mac/
H A DWebAccessibilityObjectWrapperMac.mm2256 VisiblePosition focusedPosition = focusedObject->visiblePositionForIndex(focusedObject->selectionStart(), true);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/ace/
H A Dace.js2772 var selectionStart = this.getSelectionRange().start;
2773 this.moveCursorToPosition(selectionStart);
3297 var selectionStart = isEmpty ? 2 : 1;
3300 text.setSelectionRange(selectionStart, selectionEnd);
3325 return text.selectionStart === 0 && text.selectionEnd === text.value.length;
3328 text.setSelectionRange = function(selectionStart, selectionEnd) {
3331 range.moveStart('character', selectionStart);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMHTMLClasses.h1992 virtual HRESULT STDMETHODCALLTYPE selectionStart(
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderBlock.cpp3485 if (view() && view()->selectionStart()) {
3486 Node* startElement = view()->selectionStart()->node();

Completed in 178 milliseconds

12