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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
IconURL.h 46 struct IconURL {
53 IconURL()
59 IconURL(const KURL& url, const Vector<IntSize>& sizes, const String& mimeType, IconType type)
68 static IconURL defaultFavicon(const KURL&);
71 bool operator==(const IconURL&, const IconURL&);
IconURL.cpp 32 #include "core/dom/IconURL.h"
36 IconURL IconURL::defaultFavicon(const KURL& documentURL)
47 IconURL result(url, Vector<IntSize>(), emptyString(), Favicon);
52 bool operator==(const IconURL& lhs, const IconURL& rhs)
Document.cpp     [all...]
Document.h 42 #include "core/dom/IconURL.h"
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebIconURL.h 35 #include "core/dom/IconURL.h"
68 const WebURL& iconURL() const
79 WebIconURL(const WebCore::IconURL& iconURL)
80 : m_iconType(static_cast<Type>(iconURL.m_iconType))
81 , m_iconURL(iconURL.m_iconURL)
82 , m_sizes(iconURL.m_sizes)
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 80 third_party/WebKit/Source/core/dom/IconURL.cpp \
webcore_dom.target.darwin-arm64.mk 80 third_party/WebKit/Source/core/dom/IconURL.cpp \
webcore_dom.target.darwin-mips.mk 80 third_party/WebKit/Source/core/dom/IconURL.cpp \
webcore_dom.target.darwin-x86.mk 80 third_party/WebKit/Source/core/dom/IconURL.cpp \
webcore_dom.target.darwin-x86_64.mk 80 third_party/WebKit/Source/core/dom/IconURL.cpp \
webcore_dom.target.linux-arm.mk 80 third_party/WebKit/Source/core/dom/IconURL.cpp \
webcore_dom.target.linux-arm64.mk 80 third_party/WebKit/Source/core/dom/IconURL.cpp \
webcore_dom.target.linux-mips.mk 80 third_party/WebKit/Source/core/dom/IconURL.cpp \
webcore_dom.target.linux-x86.mk 80 third_party/WebKit/Source/core/dom/IconURL.cpp \
webcore_dom.target.linux-x86_64.mk 80 third_party/WebKit/Source/core/dom/IconURL.cpp \

Completed in 396 milliseconds