HomeSort by relevance Sort by last modified time
    Searched refs:all_entries (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSNew.py 223 all_entries = set()
229 if e in all_entries:
232 all_entries.add(e)
238 all_entries = sorted(all_entries)
248 for e in all_entries:
295 for e in all_entries:
329 if any([e.entries for e in all_entries if isinstance(e, MSVSFolder)]):
331 for e in all_entries:
  /external/chromium/chrome/browser/webdata/
autofill_table_unittest.cc 452 std::vector<AutofillEntry> all_entries; local
453 ASSERT_TRUE(db.GetAutofillTable()->GetAllAutofillEntries(&all_entries));
454 ASSERT_EQ(1U, all_entries.size());
455 EXPECT_TRUE(entry == all_entries[0]);
480 std::vector<AutofillEntry> all_entries; local
481 ASSERT_TRUE(db.GetAutofillTable()->GetAllAutofillEntries(&all_entries));
482 ASSERT_EQ(1U, all_entries.size());
483 EXPECT_TRUE(entry == all_entries[0]);
560 std::vector<AutofillEntry> all_entries; local
561 ASSERT_TRUE(db.GetAutofillTable()->GetAllAutofillEntries(&all_entries));
590 std::vector<AutofillEntry> all_entries; local
646 std::vector<AutofillEntry> all_entries; local
    [all...]
  /external/chromium_org/components/autofill/core/browser/webdata/
autofill_table_unittest.cc 364 std::vector<AutofillEntry> all_entries; local
365 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
366 ASSERT_EQ(1U, all_entries.size());
367 EXPECT_EQ(entry, all_entries[0]);
385 std::vector<AutofillEntry> all_entries; local
386 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
387 ASSERT_EQ(1U, all_entries.size());
388 EXPECT_EQ(entry, all_entries[0]);
444 std::vector<AutofillEntry> all_entries; local
445 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
466 std::vector<AutofillEntry> all_entries; local
511 std::vector<AutofillEntry> all_entries; local
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 226 std::vector<AutofillEntry> all_entries = GetAllAutofillEntries(wds.get()); local
228 for (std::vector<AutofillEntry>::const_iterator it = all_entries.begin();
229 it != all_entries.end(); ++it) {
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py     [all...]

Completed in 299 milliseconds