Lines Matching full:unref
36 content->unref(); // SkRefPtr and content() both took a reference.
38 fContentStream->unref(); // SkRefPtr and new both took a reference.
39 insert("Contents", new SkPDFObjRef(fContentStream.get()))->unref();
71 kidsName->unref(); // SkRefPtr and new both took a reference.
73 countName->unref(); // SkRefPtr and new both took a reference.
75 parentName->unref(); // SkRefPtr and new both took a reference.
99 newNodeRef->unref(); // SkRefPtr and new both took a reference.
102 kids->unref(); // SkRefPtr and new both took a reference.
108 kids->append(new SkPDFObjRef(curNodes[i]))->unref();
125 newNode->insert(countName.get(), new SkPDFInt(pageCount))->unref();