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

  /external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.h 88 gfx::Rect last_caret_bounds_; member in class:libgtk2ui::X11InputMethodContextImplGtk2
x11_input_method_context_impl_gtk2.cc 97 GdkRectangle rect = {last_caret_bounds_.x() - x,
98 last_caret_bounds_.y() - y,
99 last_caret_bounds_.width(),
100 last_caret_bounds_.height()};
144 last_caret_bounds_ = caret_bounds;

Completed in 1181 milliseconds