Searched refs:markedRange (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DTextInputController.h57 void markedRange(const CppArgumentList&, CppVariant*);
H A DTextInputController.cpp55 bindMethod("markedRange", &TextInputController::markedRange);
116 void TextInputController::markedRange(const CppArgumentList&, CppVariant* result) function in class:WebTestRunner::TextInputController
124 WebRange range = mainFrame->markedRange();
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h408 virtual WebRange markedRange() const = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebFrameImpl.h170 virtual WebRange markedRange() const;
H A DWebFrameImpl.cpp1112 WebRange WebFrameImpl::markedRange() const function in class:WebFrameImpl

Completed in 4475 milliseconds