Home
last modified time | relevance | path

Searched refs:last_y_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ppapi/examples/2d/
Dpaint_manager_example.cc46 last_y_(0) { in MyInstance()
114 pp::Rect square = SquareForPoint(last_x_, last_y_); in OnPaint()
128 if (x == last_x_ && y == last_y_) in UpdateSquare()
133 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_)); in UpdateSquare()
137 last_y_ = y; in UpdateSquare()
140 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_)); in UpdateSquare()
146 int last_y_; member in MyInstance
/external/chromium_org/ppapi/examples/input/
Dpointer_event_input.cc46 last_y_(0) { in MyInstance()
132 pp::Rect square = SquareForPoint(last_x_, last_y_); in OnPaint()
146 if (x == last_x_ && y == last_y_) in UpdateSquare()
151 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_)); in UpdateSquare()
155 last_y_ = y; in UpdateSquare()
158 paint_manager_.InvalidateRect(SquareForPoint(last_x_, last_y_)); in UpdateSquare()
164 int last_y_; member in MyInstance
/external/chromium/chrome/browser/bookmarks/
Dbookmark_drop_info.cc18 last_y_(0), in BookmarkDropInfo()
31 last_y_ = event.y(); in Update()
36 bool scroll_down = (last_y_ >= client_rect.bottom - views::kAutoscrollSize); in Update()
42 scroll_up_ = (last_y_ <= top_margin_ + views::kAutoscrollSize); in Update()
Dbookmark_drop_info.h42 int last_y() { return last_y_; } in last_y()
67 int last_y_; variable