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

  /external/chromium_org/ui/base/ime/
input_method_chromeos_unittest.cc 286 return caret_bounds_;
351 caret_bounds_ = gfx::Rect();
372 gfx::Rect caret_bounds_; member in class:ui::InputMethodChromeOSTest
600 // Test if the new |caret_bounds_| is correctly sent to ibus-daemon.
607 caret_bounds_ = gfx::Rect(1, 2, 3, 4);
612 caret_bounds_ = gfx::Rect(0, 2, 3, 4);
617 caret_bounds_ = gfx::Rect(0, 2, 3, 4); // unchanged
    [all...]
remote_input_method_win_unittest.cc 64 caret_bounds_ = gfx::Rect();
77 caret_bounds_ = caret_bounds;
108 return caret_bounds_;
138 gfx::Rect caret_bounds_; member in class:ui::__anon351::MockTextInputClient

Completed in 55 milliseconds