Searched defs:iconData (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
H A DWebIconLoadingCompletionImpl.cpp51 void WebIconLoadingCompletionImpl::didLoadIcon(const WebData& iconData) argument
53 if (!iconData.isEmpty()) {
55 image->setData(iconData, true);
/external/webkit/Source/WebCore/notifications/
H A DNotification.h101 SharedBuffer* iconData() { return m_iconData.get(); } function in class:WebCore::Notification
/external/webkit/Source/WebKit2/WebProcess/IconDatabase/
H A DWebIconDatabaseProxy.cpp136 void WebIconDatabaseProxy::setIconDataForIconURL(PassRefPtr<SharedBuffer> iconData, const String& iconURL) argument
138 CoreIPC::DataReference data(reinterpret_cast<const uint8_t*>(iconData ? iconData->data() : 0), iconData ? iconData->size() : 0);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DNotificationPresenterClientQt.cpp109 const QByteArray NotificationWrapper::iconData() const function in class:WebCore::NotificationWrapper
111 QByteArray iconData; local
115 if (notification->iconData())
116 iconData = QByteArray::fromRawData(notification->iconData()->data(), notification->iconData()->size());
119 return iconData;
182 QByteArray iconData; local
183 if (notification->iconData())
184 iconData
[all...]
/external/webkit/Source/WebKit2/UIProcess/
H A DWebIconDatabase.cpp120 void WebIconDatabase::setIconDataForIconURL(const CoreIPC::DataReference& iconData, const String& iconURL) argument
122 LOG(IconDatabase, "WK2 UIProcess setting icon data (%i bytes) for page URL %s", (int)iconData.size(), iconURL.ascii().data());
126 RefPtr<SharedBuffer> buffer = SharedBuffer::create(iconData.data(), iconData.size());
130 void WebIconDatabase::synchronousIconDataForPageURL(const String&, CoreIPC::DataReference& iconData) argument
132 iconData = CoreIPC::DataReference();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 125 milliseconds