Home | History | Annotate | Download | only in search_engines

Lines Matching refs:NEITHER

510   // This tests cases where neither the sync nor the local TemplateURL are
1932 NEITHER,
1966 {SYNC, SYNC, NEITHER, NEITHER, SYNC, true, {1, 0, 1}},
1969 {LOCAL, SYNC, SYNC, NEITHER, SYNC, true, {0, 1, 0}},
1973 {NEITHER, SYNC, NEITHER, NEITHER, BOTH, false, {1, 0, 0}},
1979 ASSERT_FALSE(test_cases[i].synced_at_start == NEITHER);
1983 ASSERT_FALSE(test_cases[i].present_in_model == NEITHER);