/external/chromium_org/third_party/WebKit/public/web/ |
D | WebIconURL.h | 68 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()
|
D | WebNotification.h | 75 BLINK_EXPORT WebURL iconURL() const;
|
/external/chromium_org/chrome/browser/resources/options/ |
D | profiles_icon_grid.js | 16 function ProfilesIconGridItem(iconURL) { argument 18 el.iconURL_ = iconURL; 59 createItem: function(iconURL) { argument 60 return new ProfilesIconGridItem(iconURL);
|
D | manage_profile_overlay.js | 190 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 …]
|
D | supervised_user_list.js | 53 get iconURL() { getter in SupervisedUserListItem 54 return this.supervisedUser_.iconURL; 65 iconElement.style.content = getProfileAvatarIcon(supervisedUser.iconURL);
|
D | browser_options_profile_list.js | 53 iconEl.style.content = getProfileAvatarIcon(profileInfo.iconURL);
|
D | supervised_user_import.js | 139 $('select-avatar-grid').selectedItem : supervisedUser.iconURL;
|
D | search_engine_manager_engine_list.js | 126 'chrome://favicon/size/16@scalefactorx/iconurl/' + engine.iconURL);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/ |
D | ExtensionPanel.js | 115 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/ |
D | manage_profile_browsertest.js | 43 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/ |
D | network_list.js | 213 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/ |
D | WebNotification.cpp | 86 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/ |
D | kiosk_apps_browsertest.js | 29 iconURL: '', property 36 iconURL: '', property 160 iconURL: '', property
|
/external/chromium_org/content/shell/renderer/test_runner/ |
D | notification_presenter.cc | 93 if (!notification.iconURL().isEmpty()) { in show() 95 notification.iconURL().spec().data()); in show()
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
D | screen_app_launch_splash.js | 85 $('splash-header').style.backgroundImage = 'url(' + app.iconURL + ')';
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
D | new_tab.js | 575 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/ |
D | Notification.h | 79 KURL iconURL() const { return m_iconUrl; } in iconURL() function
|
/external/chromium_org/chrome/browser/resources/extensions/chromeos/ |
D | kiosk_app_list.js | 160 this.icon.style.backgroundImage = 'url(' + this.data.iconURL + ')';
|
/external/chromium_org/content/renderer/ |
D | notification_provider.cc | 39 params.icon_url = notification.iconURL(); in show()
|
D | render_view_impl.cc | 2414 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/ |
D | downloads.js | 222 Downloads.prototype.scheduleIconLoad = function(elem, iconURL) { argument 242 var loadRequest = {element: elem, url: iconURL};
|
/external/chromium_org/chrome/browser/resources/history/ |
D | other_devices.js | 502 function updateLogin(header, subHeader, iconURL, isUserSignedIn) { argument
|
/external/chromium_org/chrome/common/extensions/api/ |
D | downloads.idl | 396 callback GetFileIconCallback = void(optional DOMString iconURL);
|