Searched refs:iconType (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DLinkRelAttribute.h45 IconType iconType() const { return m_iconType; } function in class:blink::LinkRelAttribute
H A DLinkRelAttributeTest.cpp58 static inline void testLinkRelAttribute(String value, bool isStyleSheet, IconType iconType, bool isAlternate, bool isDNSPrefetch, bool isLinkSubresource, bool isLinkPrerender, bool isImport = false) argument
62 ASSERT_EQ(iconType, linkRelAttribute.iconType()) << value.utf8().data();
H A DHTMLLinkElement.cpp433 IconType HTMLLinkElement::iconType() const function in class:blink::HTMLLinkElement
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());
H A DHTMLLinkElement.h131 IconType iconType() const;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dcombobutton.js38 if (item.iconType) {
40 menuitem.setAttribute('file-type-icon', item.iconType);
66 if (defaultItem.iconType) {
68 this.actionNode_.setAttribute('file-type-icon', defaultItem.iconType);
H A Dfile_selection.js25 this.iconType = null;
38 if (this.iconType == null) {
39 this.iconType = FileType.getIcon(entry);
40 } else if (this.iconType != 'unknown') {
41 var iconType = FileType.getIcon(entry);
42 if (this.iconType != iconType)
43 this.iconType = 'unknown';
H A Dfile_tasks.js235 task.iconType = 'audio';
238 task.iconType = 'archive';
242 task.iconType = 'generic';
244 task.iconType = FileType.getIcon(this.entries_[0]);
247 task.iconType = 'gdoc';
250 task.iconType = 'gsheet';
253 task.iconType = 'gslides';
259 task.iconType = 'generic';
265 task.iconType = 'pdf';
268 task.iconType
[all...]
H A Ddefault_action_dialog.js74 if (item.iconType) {
75 div.setAttribute('file-type-icon', item.iconType);
H A Dfile_manager.js4119 if (defaultItem.iconType) {
4122 defaultItem.iconType);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebIconURL.h63 Type iconType() const function in class:blink::WebIconURL
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
H A Dsearch_box.js121 var iconType = FileType.getIcon(item.entry);
122 icon.setAttribute('file-type-icon', iconType);
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Dnetwork_list.js221 set iconType(type) {
321 if (this.data.iconType)
322 this.iconType = this.data.iconType;
449 this.iconType = this.data.key;
747 else if (this.data.iconType)
748 this.iconType = this.data.iconType;
844 iconType: 'add-connection',
986 entry.iconType
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLPreloadScanner.cpp281 return rel.isStyleSheet() && !rel.isAlternate() && rel.iconType() == InvalidIcon && !rel.isDNSPrefetch();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp4701 if (!(linkElement->iconType() & iconTypesMask))
4705 if (!RuntimeEnabledFeatures::touchIconLoadingEnabled() && linkElement->iconType() != Favicon)
4708 IconURL newURL(linkElement->href(), linkElement->iconSizes(), linkElement->type(), linkElement->iconType());
4709 if (linkElement->iconType() == Favicon) {
4713 } else if (linkElement->iconType() == TouchIcon) {
4717 } else if (linkElement->iconType() == TouchPrecomposedIcon) {
/external/chromium_org/content/renderer/
H A Drender_view_impl.cc2414 icon_urls[i].iconURL(), ToFaviconType(icon_urls[i].iconType()), sizes));
4210 FaviconURL(url, ToFaviconType(icon_urls[i].iconType()), sizes));

Completed in 380 milliseconds