Lines Matching refs:item
1074 int64_t GetFavicon(std::shared_ptr<NWebHistoryItem> item)
1081 bool isGetFavicon = item->GetFavicon(&data, width, height, colorType, alphaType);
1155 std::shared_ptr<NWebHistoryItem> item = nativeWebHistoryListImpl->GetItem(index);
1156 if (!item) {
1160 ret.historyUrl = MallocCString(item->GetHistoryUrl());
1161 ret.historyRawUrl = MallocCString(item->GetHistoryRawUrl());
1162 ret.title = MallocCString(item->GetHistoryTitle());
1163 ret.icon = GetFavicon(item);
1351 WEBVIEWLOGE("new web download item failed");
1627 WEBVIEWLOGE("new web download item failed");