Home | History | Annotate | Download | only in inspector

Lines Matching refs:Digest

59     struct Digest;
60 typedef Vector<pair<Digest*, size_t> > ResultMap;
61 typedef HashMap<String, Digest*> UnusedNodesMap;
63 bool innerPatchNode(Digest* oldNode, Digest* newNode, ExceptionState&);
64 std::pair<ResultMap, ResultMap> diff(const Vector<OwnPtr<Digest> >& oldChildren, const Vector<OwnPtr<Digest> >& newChildren);
65 bool innerPatchChildren(ContainerNode*, const Vector<OwnPtr<Digest> >& oldChildren, const Vector<OwnPtr<Digest> >& newChildren, ExceptionState&);
66 PassOwnPtr<Digest> createDigest(Node*, UnusedNodesMap*);
67 bool insertBeforeAndMarkAsUsed(ContainerNode*, Digest*, Node* anchor, ExceptionState&);
68 bool removeChildAndMoveToNew(Digest*, ExceptionState&);
69 void markNodeAsUsed(Digest*);