Searched defs:lister (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/mdns/
H A Ddns_sd_registry_unittest.cc48 MockDnsSdDeviceLister* lister = new MockDnsSdDeviceLister(); variable
49 listers_[service_type] = lister;
50 return lister;
80 // Tests registering 2 listeners and removing one. The device lister should
H A Ddns_sd_registry.cc31 scoped_ptr<DnsSdDeviceLister> lister)
32 : ref_count(1), lister_(lister.Pass()) {}
30 ServiceTypeData( scoped_ptr<DnsSdDeviceLister> lister) argument
/external/chromium_org/net/base/
H A Ddirectory_lister.cc27 // Comparator for sorting lister results. This uses the locale aware filename
121 DirectoryLister* lister)
125 lister_(lister) {
118 Core(const base::FilePath& dir, bool recursive, SortType sort, DirectoryLister* lister) argument

Completed in 86 milliseconds