Home | History | Annotate | Download | only in views

Lines Matching defs:Favicon

65 // ContentSettingBubbleContents::Favicon --------------------------------------
67 class ContentSettingBubbleContents::Favicon : public views::ImageView {
69 Favicon(const gfx::Image& image,
72 virtual ~Favicon();
84 ContentSettingBubbleContents::Favicon::Favicon(
93 ContentSettingBubbleContents::Favicon::~Favicon() {
96 bool ContentSettingBubbleContents::Favicon::OnMousePressed(
101 void ContentSettingBubbleContents::Favicon::OnMouseReleased(
109 gfx::NativeCursor ContentSettingBubbleContents::Favicon::GetCursor(
244 layout->AddView(new Favicon(i->image, this, link));