Home | History | Annotate | Download | only in controls

Lines Matching defs:ImageView

29 ImageView::ImageView()
39 ImageView::~ImageView() {
42 void ImageView::SetImage(const gfx::ImageSkia& img) {
54 void ImageView::SetImage(const gfx::ImageSkia* image_skia) {
63 const gfx::ImageSkia& ImageView::GetImage() {
67 void ImageView::SetImageSize(const gfx::Size& image_size) {
73 bool ImageView::GetImageSize(gfx::Size* image_size) const {
80 gfx::Rect ImageView::GetImageBounds() const {
86 void ImageView::ResetImageSize() {
90 void ImageView::SetFocusPainter(scoped_ptr<Painter> focus_painter) {
94 gfx::Size ImageView::GetPreferredSize() const {
106 bool ImageView::IsImageEqual(const gfx::ImageSkia& img) const {
117 gfx::Point ImageView::ComputeImageOrigin(const gfx::Size& image_size) const {
146 void ImageView::OnFocus() {
152 void ImageView::OnBlur() {
158 void ImageView::OnPaint(gfx::Canvas* canvas) {
164 void ImageView::GetAccessibleState(ui::AXViewState* state) {
169 void ImageView::SetHorizontalAlignment(Alignment ha) {
176 ImageView::Alignment ImageView::GetHorizontalAlignment() const {
180 void ImageView::SetVerticalAlignment(Alignment va) {
187 ImageView::Alignment ImageView::GetVerticalAlignment() const {
191 void ImageView::SetTooltipText(const base::string16& tooltip) {
195 base::string16 ImageView::GetTooltipText() const {
199 bool ImageView::GetTooltipText(const gfx::Point& p,
208 bool ImageView::CanProcessEventsWithinSubtree() const {
212 void ImageView::OnPaintImage(gfx::Canvas* canvas) {