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

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
scanresults.h 2 * wpa_gui - ScanResults class
17 class ScanResults : public QDialog, public Ui::ScanResults
22 ScanResults(QWidget *parent = 0, const char *name = 0,
24 ~ScanResults();
scanresults.cpp 2 * wpa_gui - ScanResults class
11 #include "scanresults.h"
17 ScanResults::ScanResults(QWidget *parent, const char *, bool, Qt::WFlags)
35 ScanResults::~ScanResults()
40 void ScanResults::languageChange()
46 void ScanResults::setWpaGui(WpaGui *_wpagui)
53 void ScanResults::updateResults()
113 void ScanResults::scanRequest(
    [all...]
wpagui.h 92 ScanResults *scanres;
wpagui.cpp 742 scanres = new ScanResults();
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_scan_result_controller.cc 55 ScanResults scan_results;
157 for (ScanResults::const_iterator it = scan_results_.begin();
178 ScanResults::iterator entry = scan_results_.find(pref_id);
184 ScanResults::const_iterator entry = scan_results_.find(pref_id);
217 for (ScanResults::const_iterator it = scan_results_.begin();
260 ScanResults* scan_results) {
276 ScanResults::iterator existing = scan_results->find(gallery.pref_id);
289 std::list<ScanResults::iterator> to_remove;
290 for (ScanResults::iterator it = scan_results->begin();
331 for (ScanResults::const_iterator it = scan_results_.begin()
    [all...]
media_galleries_scan_result_controller.h 74 typedef std::map<MediaGalleryPrefId, Entry> ScanResults;
82 ScanResults* scan_results);
140 ScanResults scan_results_;
media_galleries_preferences_unittest.cc     [all...]

Completed in 182 milliseconds