OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIFF_LOCAL_VISITS_ADDED
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
typed_url_model_associator.h
111
static const MergeResult
DIFF_LOCAL_VISITS_ADDED
= 1 << 2;
120
//
DIFF_LOCAL_VISITS_ADDED
- |new_visits| contains a list of visits that
typed_url_model_associator_unittest.cc
150
TypedUrlModelAssociator::
DIFF_LOCAL_VISITS_ADDED
,
203
TypedUrlModelAssociator::
DIFF_LOCAL_VISITS_ADDED
,
typed_url_model_associator.cc
296
if (difference &
DIFF_LOCAL_VISITS_ADDED
) {
634
different |=
DIFF_LOCAL_VISITS_ADDED
;
650
if (different &
DIFF_LOCAL_VISITS_ADDED
) {
Completed in 290 milliseconds