HomeSort by relevance Sort by last modified time
    Searched defs:app_icons (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.h 36 const google_apis::InstalledApp::IconList& app_icons,
48 google_apis::InstalledApp::IconList app_icons; member in struct:drive::DriveAppInfo
82 const google_apis::InstalledApp::IconList& app_icons,
92 google_apis::InstalledApp::IconList app_icons; member in struct:drive::DriveAppRegistry::DriveAppFileSelector
124 const google_apis::InstalledApp::IconList& app_icons,
drive_app_registry.cc 56 const google_apis::InstalledApp::IconList& app_icons,
63 app_icons(app_icons),
78 const google_apis::InstalledApp::IconList& app_icons,
84 app_icons(app_icons),
175 google_apis::InstalledApp::IconList app_icons; local
182 app_icons.push_back(std::make_pair(icon.icon_side_length(),
188 std::sort(app_icons.begin(), app_icons.end(), SortBySize)
    [all...]
  /external/chromium_org/chrome/browser/google_apis/
drive_api_parser_unittest.cc 174 ScopedVector<AppIcon> app_icons; local
186 app_icons.push_back(app_icon.release());
187 installed_app->set_app_icons(&app_icons);
drive_api_parser.cc 430 const ScopedVector<AppIcon>& app_icons = installed_app.app_icons(); local
432 icons.reserve(app_icons.size());
433 for (size_t i = 0; i < app_icons.size(); ++i) {
434 icons.push_back(DriveAppIcon::CreateFromAppIcon(*app_icons[i]).release());
gdata_wapi_parser.h 740 const ScopedVector<AppIcon>& app_icons() const { function in class:google_apis::InstalledApp
783 void set_app_icons(ScopedVector<AppIcon>* app_icons) {
784 app_icons_.swap(*app_icons);

Completed in 97 milliseconds