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

  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkRelAttributeTest.cpp 58 testLinkRelAttribute("icon", false, Favicon, false, false, false, false);
59 testLinkRelAttribute("iCoN", false, Favicon, false, false, false, false);
60 testLinkRelAttribute("shortcut icon", false, Favicon, false, false, false, false);
61 testLinkRelAttribute("sHoRtCuT iCoN", false, Favicon, false, false, false, false);
79 testLinkRelAttribute("stylesheet icon prerender aLtErNaTe", true, Favicon, true, false, false, true);
81 testLinkRelAttribute("alternate icon stylesheet", true, Favicon, true, false, false, false);
LinkRelAttribute.cpp 64 m_iconType = Favicon;
91 m_iconType = Favicon;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
IconURL.h 46 Favicon = 1,
IconURL.cpp 45 url.setPath("/favicon.ico");
47 IconURL result(url, emptyString(), emptyString(), Favicon);
Document.cpp     [all...]
  /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...]
content_setting_bubble_contents.h 54 class Favicon;
  /external/chromium_org/chrome/browser/ui/views/
content_setting_bubble_contents.cc 62 // ContentSettingBubbleContents::Favicon --------------------------------------
64 class ContentSettingBubbleContents::Favicon : public views::ImageView {
66 Favicon(const gfx::Image& image,
69 virtual ~Favicon();
81 ContentSettingBubbleContents::Favicon::Favicon(
90 ContentSettingBubbleContents::Favicon::~Favicon() {
93 bool ContentSettingBubbleContents::Favicon::OnMousePressed(
98 void ContentSettingBubbleContents::Favicon::OnMouseReleased
    [all...]
content_setting_bubble_contents.h 65 class Favicon;
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 398 COMPILE_ASSERT_MATCHING_ENUM(WebIconURL::TypeFavicon, Favicon);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]

Completed in 123 milliseconds