Home
last modified time | relevance | path

Searched refs:sync_history (Results 1 – 7 of 7) sorted by last modified time

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/search/
H A Dsearch_tab_helper_unittest.cc72 void SetHistorySync(bool sync_history) { in SetHistorySync() argument
79 if (sync_history) { in SetHistorySync()
/dports/devel/codeville/codeville-0.1.18/Codeville/old/
H A Dhistory.py196 def sync_history(co, point, txn, cache=dict()): function
943 sync_history(co, point, txn)
/dports/devel/codeville/codeville-0.1.18/Codeville/
H A Dhistory.py257 def sync_history(co, point, txn, cache=dict()): function
1098 sync_history(co, point, txn)
H A Dclient_net.py17 from .history import read_diff, sync_history, is_ancestor
229 sync_history(self.co, lstate['head'], lstate['txn'],
H A Dserver.py15 from .history import sync_history, is_ancestor
545 sync_history(self, request['head'], txn, cache=request['changes'])
614 sync_history(self, new_head, txn, cache=request['changes'])
H A Dupgrade.py7 from Codeville.history import sync_history, write_changeset
267 named, modified = sync_history(UR.new_repo, new_point, UR.txn)
H A Dclient.py32 from .history import sync_history, is_ancestor, _is_ancestor
1022 sync_history(co, head, ltxn)
1258 sync_history(co, point, ltxn)