Searched refs:DIFF_LOCAL_VISITS_ADDED (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/sync/glue/
H A Dtyped_url_model_associator.h111 static const MergeResult DIFF_LOCAL_VISITS_ADDED = 1 << 2; member in class:browser_sync::TypedUrlModelAssociator
120 // DIFF_LOCAL_VISITS_ADDED - |new_visits| contains a list of visits that
H A Dtyped_url_model_associator_unittest.cc150 TypedUrlModelAssociator::DIFF_LOCAL_VISITS_ADDED,
203 TypedUrlModelAssociator::DIFF_LOCAL_VISITS_ADDED,
H A Dtyped_url_model_associator.cc296 if (difference & DIFF_LOCAL_VISITS_ADDED) {
634 different |= DIFF_LOCAL_VISITS_ADDED;
650 if (different & DIFF_LOCAL_VISITS_ADDED) {

Completed in 78 milliseconds