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

  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkRelAttributeTest.cpp 77 testLinkRelAttribute("icon", false, Favicon, false, false, false, false);
78 testLinkRelAttribute("iCoN", false, Favicon, false, false, false, false);
79 testLinkRelAttribute("shortcut icon", false, Favicon, false, false, false, false);
80 testLinkRelAttribute("sHoRtCuT iCoN", false, Favicon, false, false, false, false);
95 testLinkRelAttribute("stylesheet icon prerender aLtErNaTe", true, Favicon, true, false, false, true);
97 testLinkRelAttribute("alternate icon stylesheet", true, Favicon, true, false, false, false);
111 testLinkRelAttribute("icon", false, Favicon, false, false, false, false);
112 testLinkRelAttribute("iCoN", false, Favicon, false, false, false, false);
113 testLinkRelAttribute("shortcut icon", false, Favicon, false, false, false, false);
114 testLinkRelAttribute("sHoRtCuT iCoN", false, Favicon, false, false, false, false)
    [all...]
LinkRelAttribute.cpp 72 m_iconType = Favicon;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
IconURL.h 41 Favicon = 1,
IconURL.cpp 45 url.setPath("/favicon.ico");
47 IconURL result(url, Vector<IntSize>(), emptyString(), Favicon);
Document.cpp     [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...]
content_setting_bubble_contents.h 68 class Favicon;
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 397 COMPILE_ASSERT_MATCHING_ENUM(WebIconURL::TypeFavicon, Favicon);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]

Completed in 74 milliseconds