HomeSort by relevance Sort by last modified time
    Searched refs:iconUrl (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/notifications/
WebKitNotification.cpp 44 PassRefPtr<WebKitNotification> WebKitNotification::create(const String& title, const String& body, const String& iconUrl, ExecutionContext* context, ExceptionState& es, PassRefPtr<NotificationCenter> provider)
46 RefPtr<WebKitNotification> notification(adoptRef(new WebKitNotification(title, body, iconUrl, context, es, provider)));
52 WebKitNotification::WebKitNotification(const String& title, const String& body, const String& iconUrl, ExecutionContext* context, ExceptionState& es, PassRefPtr<NotificationCenter> provider)
62 KURL icon = iconUrl.isEmpty() ? KURL() : executionContext()->completeURL(iconUrl);
64 es.throwDOMException(SyntaxError, "'" + iconUrl + "' is not a valid icon URL.");
NotificationCenter.idl 37 [MeasureAs=LegacyTextNotifications, ActivityLogging=ForAllWorlds, RaisesException] WebKitNotification createNotification(DOMString iconUrl, DOMString title, DOMString body);
WebKitNotification.h 53 static PassRefPtr<WebKitNotification> create(const String& title, const String& body, const String& iconUrl, ExecutionContext*, ExceptionState&, PassRefPtr<NotificationCenter> provider);
68 WebKitNotification(const String& title, const String& body, const String& iconUrl, ExecutionContext*, ExceptionState&, PassRefPtr<NotificationCenter> provider);
Notification.cpp 58 KURL iconUrl = argument.isEmpty() ? KURL() : context->completeURL(argument);
59 if (!iconUrl.isEmpty() && iconUrl.isValid())
60 notification->setIconUrl(iconUrl);
NotificationBase.h 77 KURL iconURL() const { return m_iconUrl; }
97 void setIconUrl(KURL iconUrl) { m_iconUrl = iconUrl; }
NotificationCenter.h 59 PassRefPtr<WebKitNotification> createNotification(const String& iconUrl, const String& title, const String& body, ExceptionState& exceptionState)
65 return WebKitNotification::create(title, body, iconUrl, executionContext(), exceptionState, this);
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_browsertest.js 28 'iconUrl': 'icon_url_1'
33 'iconUrl': 'icon_url_2'
  /external/chromium_org/chrome/renderer/resources/extensions/
notifications_custom_bindings.js 29 // |iconUrl| might be optional for notification updates.
31 if (notification_details.iconUrl) {
33 path: notification_details.iconUrl,
55 if (button_list[i].iconUrl) {
57 path: button_list[i].iconUrl,
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/
FaviconHelper.java 37 * @param iconUrl Favicon image's icon url.
40 public void onFaviconAvailable(Bitmap image, String iconUrl);
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/
JmeDesktopSystem.java 73 final URL iconUrl = JmeSystem.class.getResource(iconPath.startsWith("/") ? iconPath : "/" + iconPath);
74 if (iconUrl == null) {
96 SettingsDialog dialog = new SettingsDialog(settings, iconUrl, loadFromRegistry);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 324 URL iconUrl = toggle.getIconUrl();
326 if (iconUrl != null) {
327 button.setImage(IconFactory.getInstance().getIcon(iconUrl));
363 URL iconUrl = menuAction.getIconUrl();
365 if (iconUrl != null) {
366 button.setImage(IconFactory.getInstance().getIcon(iconUrl));
394 URL iconUrl = icons.get(i);
399 item.setImage(IconFactory.getInstance().getIcon(iconUrl));
421 URL iconUrl = choices.getIconUrl();
422 if (iconUrl != null)
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 72 iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sEEBcJA0AW6BUAAACdSURBVCjPzZExC4MwEIW/1L2U/gwHf1/3WrqIkz/PWVAoXdolRNLBJNhwiS6FPjguuZf3csnBL2HBLikNtSFmS3yIROUMWhKrHR2XNZiLa9tGkaqtDa4TjBX0yIf8+osLnT3BnKDIvddm/uCRE+fgDc7r4iBPJWAWDADQLh8Tt3neSAYKdAu8gc69L4rAN8v+Fk/3DrxcluD5mr/CB34jRiE3x1kcAAAAAElFTkSuQmCC',
77 iconUrl: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1FB9sEEBcOAw9XftIAAADFSURBVCjPrZKxCsIwEIa/FHFwsvYxROjSQXAoqLiIL+xgBtvZ91A6uOnQc2hT0zRqkR4c3P25+/PfJTCwLU6wEpgBWkDXuInDPSwF5r7mJIeNQFTnIiCeONpVdYlLoK9wEUhNg8+B9FDVaZcgCKAovjTXfvPJFwGZtKW60pt8bOGBzfLouemnFY/MAs8wDeEI4NzaybewBu4AysKVgrK0gfe5iB9vjdAUqQ/S1Y/R3IX9Zc1zxc7zxe2/0Iskt7AsG0hhx14W8XV43FgV4gAAAABJRU5ErkJggg==',
file_manager.js     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_tasks.js 234 // TODO(serya): This hack needed until task.iconUrl is working
777 iconUrl: task.iconUrl,
file_manager.js     [all...]
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 611 var iconUrl = item.icon;
612 if (!iconUrl) {
613 iconUrl = 'chrome://touch-icon/size/16@' + window.devicePixelRatio +
616 var icon = createDiv('icon', iconUrl);
617 trackImageLoad(iconUrl);
713 var iconUrl = item.icon || 'chrome://touch-icon/largest/' + item.url;
715 faviconIcon.style.backgroundImage = 'url(' + iconUrl + ')';
716 trackImageLoad(iconUrl);
719 image.src = iconUrl;
842 var iconUrl = item.icon |
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
progress_center.js 142 iconUrl: chrome.runtime.getURL('/common/images/icon96.png'),
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
gallery.js 819 item.style.backgroundImage = 'url(' + task.iconUrl + ')';

Completed in 416 milliseconds