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

  /external/chromium_org/third_party/WebKit/Source/core/html/
LinkRelAttribute.h 45 IconType iconType() const { return m_iconType; }
57 IconType m_iconType;
HTMLLinkElement.cpp 433 IconType HTMLLinkElement::iconType() const
435 return m_relAttribute.iconType();
665 if (m_owner->relAttribute().iconType() != InvalidIcon && builder.url().isValid() && !builder.url().isEmpty()) {
673 document().frame()->loader().client()->dispatchDidChangeIcons(m_owner->relAttribute().iconType());
  /external/chromium_org/third_party/WebKit/public/web/
WebIconURL.h 63 Type iconType() const
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java     [all...]

Completed in 94 milliseconds