HomeSort by relevance Sort by last modified time
    Searched defs:SerializeChanges (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/accessibility/
ax_tree_serializer.h 32 // 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(const AXSourceNode* node,
70 // to SerializeChanges() every time the source tree changes. For unit
72 // state and then call ChangeTreeSourceForTesting and then SerializeChanges
    [all...]
  /external/chromium_org/chrome/browser/devtools/
port_forwarding_controller.cc 287 void SerializeChanges(const std::string& method,
382 SerializeChanges(kTetheringUnbind, new_forwarding_map, forwarding_map_);
383 SerializeChanges(kTetheringBind, forwarding_map_, new_forwarding_map);
387 void PortForwardingController::Connection::SerializeChanges(

Completed in 196 milliseconds