Searched defs:SerializeChanges (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/accessibility/
H A Dax_tree_serializer.h32 // You must call SerializeChanges() every time a node in the tree changes,
35 // If a node is added, call SerializeChanges on its parent.
36 // If a node is removed, call SerializeChanges on its parent.
37 // If a whole new subtree is added, just call SerializeChanges on its root.
38 // If the root of the tree changes, call SerializeChanges on the new root.
45 // call SerializeChanges() on them.
50 // call SerializeChanges properly, the trees may get out of sync - but
66 void SerializeChanges(AXSourceNode node,
74 // to SerializeChanges() every time the source tree changes. For unit
76 // state and then call ChangeTreeSourceForTesting and then SerializeChanges
288 void AXTreeSerializer<AXSourceNode>::SerializeChanges( function in class:ui::AXTreeSerializer
[all...]
/external/chromium_org/chrome/browser/devtools/device/
H A Dport_forwarding_controller.cc278 void SerializeChanges(const std::string& method,
339 SerializeChanges(tethering::unbind::kName,
341 SerializeChanges(tethering::bind::kName,
347 void PortForwardingController::Connection::SerializeChanges( function in class:PortForwardingController::Connection
464 SerializeChanges(tethering::bind::kName, ForwardingMap(), forwarding_map_);

Completed in 88 milliseconds