/external/chromium/chrome/browser/resources/ntp4/ |
apps_page.js | 35 appImg.src = this.appData.icon_big; 38 appImg.style.WebkitMaskImage = url(this.appData.icon_big);
|
new_tab.js | 297 icon_big: getThemeUrl('IDR_WEBSTORE_ICON')
|
/external/chromium/chrome/browser/resources/touch_ntp/standalone/ |
standalone_hack.js | 51 icon_big: 'standalone/poppit-icon.png', 63 icon_big: 'standalone/gmail-icon.png', 75 icon_big: 'standalone/googlebooks-icon.png', 88 icon_big: 'standalone/googlemaps-icon.png', 101 icon_big: 'standalone/entaglement-icon.png', 113 icon_big: 'standalone/nytimes-icon.png', 125 icon_big: 'standalone/youtube-icon.png',
|
/external/chromium_org/ui/views/widget/ |
widget_delegate.h | 81 // Returns the app icon for the window. On Windows, this is the ICON_BIG used
|
/external/chromium/chrome/browser/ui/webui/ |
app_launcher_handler.cc | 79 GURL icon_big = local 98 value->SetString("icon_big", icon_big.spec());
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
app_launcher_handler.cc | 138 GURL icon_big = extensions::ExtensionIconSource::GetIconURL( local 144 value->SetString("icon_big", icon_big.spec());
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.js | 301 icon_big: getThemeUrl('IDR_WEBSTORE_ICON') 372 appImg.src = app.icon_big; 373 appImg.style.webkitMaskImage = url(app.icon_big);
|
/external/chromium_org/ui/gfx/ |
icon_util.h | 53 // ::SendMessage(hwnd, WM_SETICON, static_cast<WPARAM>(ICON_BIG),
|
/external/chromium/chrome/browser/resources/ntp/ |
apps.js | 687 a.style.backgroundImage = url(app['icon_big']); 706 img.src = app['icon_big'];
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
apps_page.js | 307 this.appData_.icon_big;
|
/external/chromium_org/chrome/browser/ui/views/panels/ |
panel_view.cc | 165 ::SendMessage(native_window, WM_GETICON, ICON_BIG, 0L)); [all...] |
/external/chromium_org/chrome/test/pyautolib/ |
pyauto.py | [all...] |
/external/chromium_org/ui/views/win/ |
hwnd_message_handler.cc | 907 SendMessage(hwnd(), WM_SETICON, ICON_BIG, [all...] |