Home | History | Annotate | Download | only in inspector

Lines Matching refs:Digest

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