Searched defs:GetImageSize (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/controls/
H A Dimage_view.cc53 bool ImageView::GetImageSize(gfx::Size* image_size) { function in class:views::ImageView
74 GetImageSize(&image_size);
/external/chromium_org/chrome/browser/ui/views/
H A Dpassword_generation_bubble_view.cc61 gfx::Size GetImageSize() const;
99 image_button_->SetSize(GetImageSize());
104 GetImageSize().width() +
112 gfx::Size TextfieldWrapper::GetImageSize() const { function in class:__anon6396::TextfieldWrapper
/external/chromium_org/ui/views/corewm/
H A Dimage_grid.cc67 top_image_height_ = GetImageSize(top_image).height();
68 bottom_image_height_ = GetImageSize(bottom_image).height();
69 left_image_width_ = GetImageSize(left_image).width();
70 right_image_width_ = GetImageSize(right_image).width();
72 base_top_row_height_ = max(GetImageSize(top_left_image).height(),
73 max(GetImageSize(top_image).height(),
74 GetImageSize(top_right_image).height()));
75 base_bottom_row_height_ = max(GetImageSize(bottom_left_image).height(),
76 max(GetImageSize(bottom_image).height(),
77 GetImageSize(bottom_right_imag
250 gfx::Size ImageGrid::GetImageSize(const gfx::Image* image) { function in class:views::corewm::ImageGrid
[all...]
/external/chromium_org/chrome/browser/favicon/
H A Dfavicon_handler_unittest.cc101 int GetImageSize() const { return download_->image_size; } function in class:__anon5106::DownloadHandler
457 EXPECT_EQ(gfx::kFaviconSize, download_handler->GetImageSize());
539 EXPECT_EQ(gfx::kFaviconSize, download_handler->GetImageSize());
613 EXPECT_EQ(gfx::kFaviconSize, download_handler->GetImageSize());
757 EXPECT_EQ(0, download_handler->GetImageSize());
790 EXPECT_EQ(0, download_handler->GetImageSize());
869 EXPECT_EQ(0, download_handler->GetImageSize());

Completed in 155 milliseconds