kRight 292 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc direction = (mouse_movement_.x() < 0) ? kLeft : kRight; kRight 319 native_client_sdk/src/examples/api/mouse_lock/mouse_lock.cc (direction == kRight && x > center_x); kRight 664 ui/native_theme/native_theme_base.cc const int kRight = rect.right(); kRight 666 ui/native_theme/native_theme_base.cc SkRect skrect = SkRect::MakeLTRB(rect.x(), rect.y(), kRight, kBottom);