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

  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.h 34 const google_apis::InstalledApp::IconList& app_icons,
35 const google_apis::InstalledApp::IconList& document_icons,
46 google_apis::InstalledApp::IconList app_icons;
49 google_apis::InstalledApp::IconList document_icons;
94 const google_apis::InstalledApp::IconList& app_icons,
95 const google_apis::InstalledApp::IconList& document_icons,
133 GURL FindPreferredIcon(const google_apis::InstalledApp::IconList& icons,
drive_app_registry.cc 51 const google_apis::InstalledApp::IconList& app_icons,
52 const google_apis::InstalledApp::IconList& document_icons,
149 google_apis::InstalledApp::IconList app_icons;
150 google_apis::InstalledApp::IconList document_icons;
206 const google_apis::InstalledApp::IconList& app_icons,
207 const google_apis::InstalledApp::IconList& document_icons,
240 const google_apis::InstalledApp::IconList& icons,
245 google_apis::InstalledApp::IconList sorted_icons = icons;
248 for (google_apis::InstalledApp::IconList::const_reverse_iterator
drive_app_registry_unittest.cc 126 google_apis::InstalledApp::IconList icons;
137 google_apis::InstalledApp::IconList icons;
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser.cc 214 bool SortBySize(const InstalledApp::IconList::value_type& a,
215 const InstalledApp::IconList::value_type& b) {
754 InstalledApp::IconList InstalledApp::GetIconsForCategory(
756 IconList result;
gdata_wapi_parser.h 688 typedef std::vector<std::pair<int, GURL> > IconList;
743 IconList GetIconsForCategory(AppIcon::IconCategory category) const;
gdata_wapi_parser_unittest.cc 288 InstalledApp::IconList icons =

Completed in 1626 milliseconds