HomeSort by relevance Sort by last modified time
    Searched refs:AXTreeSerializer (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/accessibility/
ax_tree_serializer.h 20 // AXTreeSerializer is a helper class that serializes incremental
23 // AXTree. An AXTreeSerializer keeps track of the tree of node ids that its
40 // AXTreeSerializer will avoid re-serializing nodes that do not change.
42 // removed and a new child 6 is added, the AXTreeSerializer will only
48 // and as long as every update is applied to the client tree, AXTreeSerializer
51 // because AXTreeSerializer always keeps track of what updates it's sent,
55 class AXTreeSerializer {
57 explicit AXTreeSerializer(AXTreeSource<AXSourceNode>* tree);
58 ~AXTreeSerializer();
158 AXTreeSerializer<AXSourceNode>::AXTreeSerializer
    [all...]
ax_tree_serializer_unittest.cc 19 // updates created by AXTreeSerializer or unit-test its private
35 scoped_ptr<AXTreeSerializer<AXNode> > serializer_;
48 // Serialize tree0 so that AXTreeSerializer thinks that its client
51 serializer_.reset(new AXTreeSerializer<AXNode>(tree0_source_.get()));
56 // AXTreeSerializer will force it to consider these changes to
ax_tree_unittest.cc 39 AXTreeSerializer<AXNode> serializer(tree_source.get());

Completed in 51 milliseconds