HomeSort by relevance Sort by last modified time
    Searched defs:Favicon (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
IconURL.h 46 Favicon = 1,
  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.cc 45 class ContentSettingBubbleContents::Favicon : public views::ImageView {
47 Favicon(const SkBitmap& image,
50 virtual ~Favicon();
68 HCURSOR ContentSettingBubbleContents::Favicon::g_hand_cursor = NULL;
71 ContentSettingBubbleContents::Favicon::Favicon(
80 ContentSettingBubbleContents::Favicon::~Favicon() {
83 bool ContentSettingBubbleContents::Favicon::OnMousePressed(
88 void ContentSettingBubbleContents::Favicon::OnMouseReleased
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.cc 64 // ContentSettingBubbleContents::Favicon --------------------------------------
66 class ContentSettingBubbleContents::Favicon : public views::ImageView {
68 Favicon(const gfx::Image& image,
71 virtual ~Favicon();
83 ContentSettingBubbleContents::Favicon::Favicon(
92 ContentSettingBubbleContents::Favicon::~Favicon() {
95 bool ContentSettingBubbleContents::Favicon::OnMousePressed(
100 void ContentSettingBubbleContents::Favicon::OnMouseReleased
    [all...]

Completed in 513 milliseconds