Searched refs:setEditableSelectionOffsets (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | InputMethodControllerTest.cpp | 57 controller().setEditableSelectionOffsets(PlainTextRange(4, 4)); in TEST_F() 63 controller().setEditableSelectionOffsets(PlainTextRange(4, 4)); in TEST_F() 69 controller().setEditableSelectionOffsets(PlainTextRange(4, 4)); in TEST_F() 75 controller().setEditableSelectionOffsets(PlainTextRange(4, 4)); in TEST_F() 81 controller().setEditableSelectionOffsets(PlainTextRange(4, 4)); in TEST_F() 87 controller().setEditableSelectionOffsets(PlainTextRange(4, 4)); in TEST_F()
|
D | InputMethodController.h | 83 bool setEditableSelectionOffsets(const PlainTextRange&);
|
D | InputMethodController.cpp | 393 bool InputMethodController::setEditableSelectionOffsets(const PlainTextRange& selectionOffsets) in setEditableSelectionOffsets() function in blink::InputMethodController
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | WebViewTest.cpp | 590 frame->setEditableSelectionOffsets(5, 13); in TEST_F() 603 frame->setEditableSelectionOffsets(8, 19); in TEST_F() 664 frame->setEditableSelectionOffsets(4, 4); in TEST_F() 697 frame->setEditableSelectionOffsets(10, 10); in TEST_F() 716 frame->setEditableSelectionOffsets(4, 10); in TEST_F() 743 frame->setEditableSelectionOffsets(27, 27); in TEST_F() 749 frame->setEditableSelectionOffsets(31, 31); in TEST_F() 792 frame->setEditableSelectionOffsets(6, 6); in TEST_F() 800 frame->setEditableSelectionOffsets(8, 8); in TEST_F() 808 frame->setEditableSelectionOffsets(11, 11); in TEST_F() [all …]
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebFrame.h | 467 virtual bool setEditableSelectionOffsets(int start, int end) = 0;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebRemoteFrameImpl.h | 125 virtual bool setEditableSelectionOffsets(int start, int end) OVERRIDE;
|
D | WebLocalFrameImpl.h | 174 virtual bool setEditableSelectionOffsets(int start, int end) OVERRIDE;
|
D | WebRemoteFrameImpl.cpp | 625 bool WebRemoteFrameImpl::setEditableSelectionOffsets(int start, int end) in setEditableSelectionOffsets() function in blink::WebRemoteFrameImpl
|
D | WebLocalFrameImpl.cpp | 1189 bool WebLocalFrameImpl::setEditableSelectionOffsets(int start, int end) in setEditableSelectionOffsets() function in blink::WebLocalFrameImpl 1191 return frame()->inputMethodController().setEditableSelectionOffsets(PlainTextRange(start, end)); in setEditableSelectionOffsets()
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/ |
D | AdapterInputConnection.java | 440 return mImeAdapter.setEditableSelectionOffsets(start, end); in setSelection()
|
D | ImeAdapter.java | 556 boolean setEditableSelectionOffsets(int start, int end) { in setEditableSelectionOffsets() method in ImeAdapter
|
/external/chromium_org/content/renderer/ |
D | render_frame_impl.cc | 1287 frame_->setEditableSelectionOffsets(start, end); in OnSetEditableSelectionOffsets()
|