Home
last modified time | relevance | path

Searched refs:setIconUrl (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/notifications/
DNotification.h107 void setIconUrl(KURL iconUrl) { m_iconUrl = iconUrl; } in setIconUrl() function
DNotification.cpp57 notification->setIconUrl(iconUrl); in create()