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

/external/chromium_org/storage/browser/blob/
H A Dblob_url_request_job.cc41 bool IsFileType(BlobData::Item::Type type) { function in namespace:storage::__anon10698
199 if (IsFileType(item.type())) {
256 DCHECK(IsFileType(item.type()));
302 if (IsFileType(item.type())) {
333 if (IsFileType(item.type())) {
554 if (!IsFileType(item.type()))
566 DCHECK(IsFileType(item.type()));

Completed in 130 milliseconds