Searched defs:markedRange (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/testing/runner/
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/Source/web/
H A DWebFrameImpl.cpp1112 WebRange WebFrameImpl::markedRange() const function in class:WebFrameImpl

Completed in 91 milliseconds