HomeSort by relevance Sort by last modified time
    Searched full:set_caret_bounds (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/base/ime/
remote_input_method_win_unittest.cc 76 void set_caret_bounds(const gfx::Rect& caret_bounds) { function in class:ui::__anon20526::MockTextInputClient
359 mock_text_input_client.set_caret_bounds(gfx::Rect(10, 0, 10, 20));
390 mock_text_input_client.set_caret_bounds(gfx::Rect(10, 0, 10, 20));
424 mock_text_input_client.set_caret_bounds(gfx::Rect(10, 0, 10, 20));
447 mock_text_input_client.set_caret_bounds(gfx::Rect(10, 20, 30, 40));
488 mock_text_input_client.set_caret_bounds(caret_bounds[0]);
539 mock_text_input_client.set_caret_bounds(gfx::Rect(10, 20, 30, 40));

Completed in 86 milliseconds