Lines Matching refs:image
43 // Gap between the border around the image/buttons and user name.
54 // Vertical interval between the image and the textfield.
245 user_.set_image(user->image());
249 user_view_->SetImage(user_.image(), user_.image());
431 SkBitmap* image = rb.GetBitmapNamed(IDR_LOGIN_GUEST);
432 user_view_->SetImage(*image, *image);
434 SkBitmap* image = rb.GetBitmapNamed(IDR_LOGIN_ADD_USER);
436 user_view_->SetImage(*image, *image_hover);
438 user_view_->SetImage(user_.image(), user_.image());
456 // window so window manager will place the control instead of image window.