Home
last modified time | relevance | path

Searched refs:iconURL (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
DWebIconURL.h68 const WebURL& iconURL() const in iconURL() function
79 WebIconURL(const IconURL& iconURL) in WebIconURL() argument
80 : m_iconType(static_cast<Type>(iconURL.m_iconType)) in WebIconURL()
81 , m_iconURL(iconURL.m_iconURL) in WebIconURL()
82 , m_sizes(iconURL.m_sizes) in WebIconURL()
DWebNotification.h75 BLINK_EXPORT WebURL iconURL() const;
/external/chromium_org/chrome/browser/resources/options/
Dprofiles_icon_grid.js16 function ProfilesIconGridItem(iconURL) { argument
18 el.iconURL_ = iconURL;
59 createItem: function(iconURL) { argument
60 return new ProfilesIconGridItem(iconURL);
Dmanage_profile_overlay.js190 this.iconGridSelectedURL_ = profileInfo.iconURL;
193 $(mode + '-profile-icon-grid').selectedItem = profileInfo.iconURL;
227 grid.selectedItem = this.profileInfo_.iconURL;
366 [supervisedUser.name, supervisedUser.iconURL, false, true,
456 var iconURL = $('manage-profile-icon-grid').selectedItem;
459 [this.profileInfo_.filePath, iconURL, name]);
502 var iconURL = $(mode + '-profile-icon-grid').selectedItem;
503 if (!iconURL || iconURL == this.iconGridSelectedURL_)
505 this.iconGridSelectedURL_ = iconURL;
516 [this.profileInfo_.filePath, iconURL]);
[all …]
Dsupervised_user_list.js53 get iconURL() { getter in SupervisedUserListItem
54 return this.supervisedUser_.iconURL;
65 iconElement.style.content = getProfileAvatarIcon(supervisedUser.iconURL);
Dbrowser_options_profile_list.js53 iconEl.style.content = getProfileAvatarIcon(profileInfo.iconURL);
Dsupervised_user_import.js139 $('select-avatar-grid').selectedItem : supervisedUser.iconURL;
Dsearch_engine_manager_engine_list.js126 'chrome://favicon/size/16@scalefactorx/iconurl/' + engine.iconURL);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
DExtensionPanel.js115 WebInspector.ExtensionButton = function(id, iconURL, tooltip, disabled) argument
121 this.update(iconURL, tooltip, disabled);
130 update: function(iconURL, tooltip, disabled) argument
132 if (typeof iconURL === "string")
133 this.element.style.backgroundImage = "url(" + iconURL + ")";
/external/chromium_org/chrome/browser/ui/webui/options/
Dmanage_profile_browsertest.js43 iconURL: 'chrome://path/to/icon/image',
78 iconURL: '/default/path', property
81 defaultProfile.iconURL,
91 expectEquals(defaultProfile.iconURL, gridEl.selectedItem);
185 iconURL: 'chrome://path/to/icon/image', property
192 iconURL: 'chrome://path/to/icon/image', property
199 iconURL: 'chrome://path/to/icon/image', property
206 iconURL: 'chrome://path/to/icon/image', property
639 var iconURLs = [testProfile.iconURL, '/some/path', '/another/path'];
/external/chromium_org/chrome/browser/resources/options/chromeos/
Dnetwork_list.js213 set iconURL(iconURL) { argument
214 this.icon_.style.backgroundImage = url(iconURL);
223 this.iconURL = defaultIcons_[type];
435 candidateURL = networkDetails.iconURL;
447 this.iconURL = candidateURL;
708 data.iconURL);
745 if (this.data.iconURL)
746 this.iconURL = this.data.iconURL;
1033 iconURL: ethernetConnection.iconURL, property
/external/chromium_org/third_party/WebKit/Source/web/
DWebNotification.cpp86 WebURL WebNotification::iconURL() const in iconURL() function in blink::WebNotification
88 return m_private->iconURL(); in iconURL()
/external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
Dkiosk_apps_browsertest.js29 iconURL: '', property
36 iconURL: '', property
160 iconURL: '', property
/external/chromium_org/content/shell/renderer/test_runner/
Dnotification_presenter.cc93 if (!notification.iconURL().isEmpty()) { in show()
95 notification.iconURL().spec().data()); in show()
/external/chromium_org/chrome/browser/resources/chromeos/login/
Dscreen_app_launch_splash.js85 $('splash-header').style.backgroundImage = 'url(' + app.iconURL + ')';
/external/chromium_org/chrome/browser/resources/ntp4/
Dnew_tab.js575 function updateLogin(loginHeader, loginSubHeader, iconURL, isUserSignedIn) { argument
582 if (iconURL) {
583 $('login-status-header-container').style.backgroundImage = url(iconURL);
/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DNotification.h79 KURL iconURL() const { return m_iconUrl; } in iconURL() function
/external/chromium_org/chrome/browser/resources/extensions/chromeos/
Dkiosk_app_list.js160 this.icon.style.backgroundImage = 'url(' + this.data.iconURL + ')';
/external/chromium_org/content/renderer/
Dnotification_provider.cc39 params.icon_url = notification.iconURL(); in show()
Drender_view_impl.cc2414 icon_urls[i].iconURL(), ToFaviconType(icon_urls[i].iconType()), sizes)); in didChangeIcon()
4205 WebURL url = icon_urls[i].iconURL(); in DidStopLoadingIcons()
/external/chromium_org/chrome/browser/resources/downloads/
Ddownloads.js222 Downloads.prototype.scheduleIconLoad = function(elem, iconURL) { argument
242 var loadRequest = {element: elem, url: iconURL};
/external/chromium_org/chrome/browser/resources/history/
Dother_devices.js502 function updateLogin(header, subHeader, iconURL, isUserSignedIn) { argument
/external/chromium_org/chrome/common/extensions/api/
Ddownloads.idl396 callback GetFileIconCallback = void(optional DOMString iconURL);