HomeSort by relevance Sort by last modified time
    Searched refs:all_entries (Results 1 - 6 of 6) 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_org/components/autofill/core/browser/webdata/
autofill_table_unittest.cc 338 std::vector<AutofillEntry> all_entries; local
339 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
340 ASSERT_EQ(1U, all_entries.size());
341 EXPECT_EQ(entry, all_entries[0]);
353 std::vector<AutofillEntry> all_entries; local
354 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
355 ASSERT_EQ(1U, all_entries.size());
356 EXPECT_EQ(entry, all_entries[0]);
401 std::vector<AutofillEntry> all_entries; local
402 ASSERT_TRUE(table_->GetAllAutofillEntries(&all_entries));
423 std::vector<AutofillEntry> all_entries; local
468 std::vector<AutofillEntry> all_entries; local
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
autofill_helper.cc 227 std::vector<AutofillEntry> all_entries = GetAllAutofillEntries(wds.get()); local
229 for (std::vector<AutofillEntry>::const_iterator it = all_entries.begin();
230 it != all_entries.end(); ++it) {
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TypeInference.py 345 for e in entry.all_entries():
Symtab.py 214 def all_entries(self): member in class:Entry
249 def all_entries(self): member in class:InnerEntry
250 return self.defining_entry.all_entries()
    [all...]
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py     [all...]

Completed in 189 milliseconds