HomeSort by relevance Sort by last modified time
    Searched defs:TextInputTestHelper (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_test_helper.cc 34 TextInputTestHelper::TextInputTestHelper()
42 TextInputTestHelper::~TextInputTestHelper() {
46 base::string16 TextInputTestHelper::GetSurroundingText() const {
50 gfx::Rect TextInputTestHelper::GetCaretRect() const {
54 gfx::Rect TextInputTestHelper::GetCompositionHead() const {
58 gfx::Range TextInputTestHelper::GetSelectionRange() const {
62 bool TextInputTestHelper::GetFocusState() const {
66 ui::TextInputType TextInputTestHelper::GetTextInputType() const
    [all...]
textinput_test_helper.h 32 class TextInputTestHelper : public ui::InputMethodObserver {
34 TextInputTestHelper();
35 virtual ~TextInputTestHelper();
95 DISALLOW_COPY_AND_ASSIGN(TextInputTestHelper);

Completed in 1484 milliseconds