HomeSort by relevance Sort by last modified time
    Searched full:all_entries (Results 1 - 8 of 8) 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:
330 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 355 std::vector<AutofillEntry> all_entries; local
356 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
357 ASSERT_EQ(1U, all_entries.size());
358 EXPECT_TRUE(entry == all_entries[0]);
376 std::vector<AutofillEntry> all_entries; local
377 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
378 ASSERT_EQ(1U, all_entries.size());
379 EXPECT_TRUE(entry == all_entries[0]);
435 std::vector<AutofillEntry> all_entries; local
436 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
457 std::vector<AutofillEntry> all_entries; local
502 std::vector<AutofillEntry> all_entries; local
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 224 std::vector<AutofillEntry> all_entries = GetAllAutofillEntries(wds.get()); local
226 for (std::vector<AutofillEntry>::const_iterator it = all_entries.begin();
227 it != all_entries.end(); ++it) {
  /external/chromium_org/v8/src/
transitions-inl.h 177 return internal::Search<ALL_ENTRIES>(this, name);
objects-inl.h     [all...]
objects.h     [all...]
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py     [all...]

Completed in 848 milliseconds