Searched refs:AddHTMLListItem (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/storage/browser/blob/
H A Dview_blob_internals_job.cc74 void AddHTMLListItem(const std::string& element_title, function in namespace:__anon10701
165 AddHTMLListItem(kUUID, iter->second, out);
176 AddHTMLListItem(kRefcount, base::IntToString(refcount), out);
178 AddHTMLListItem(kContentType, blob_data.content_type(), out);
180 AddHTMLListItem(kContentDisposition, blob_data.content_disposition(), out);
184 AddHTMLListItem(kCount,
190 AddHTMLListItem(kIndex, base::UTF16ToUTF8(base::FormatNumber(i)), out);
197 AddHTMLListItem(kType, "data", out);
200 AddHTMLListItem(kType, "file", out);
201 AddHTMLListItem(kPat
[all...]

Completed in 234 milliseconds