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

  /external/chromium_org/chrome/browser/chromeos/drive/
drive_app_registry.cc 51 const google_apis::InstalledApp::IconList& app_icons,
58 app_icons(app_icons),
149 google_apis::InstalledApp::IconList app_icons; local
156 app_icons.push_back(std::make_pair(icon.icon_side_length(),
165 app_icons,
174 app_icons,
183 app_icons,
192 app_icons,
206 const google_apis::InstalledApp::IconList& app_icons,
    [all...]
drive_app_registry.h 34 const google_apis::InstalledApp::IconList& app_icons,
46 google_apis::InstalledApp::IconList app_icons; member in struct:drive::DriveAppInfo
94 const google_apis::InstalledApp::IconList& app_icons,
  /external/chromium_org/chrome/browser/drive/
drive_api_util_unittest.cc 142 ScopedVector<google_apis::AppIcon> app_icons; local
154 app_icons.push_back(app_icon.release());
155 installed_app->set_app_icons(app_icons.Pass());
drive_api_util.cc 112 const ScopedVector<google_apis::AppIcon>& app_icons = local
113 installed_app.app_icons();
115 icons.reserve(app_icons.size());
116 for (size_t i = 0; i < app_icons.size(); ++i) {
117 icons.push_back(ConvertAppIconToDriveAppIcon(*app_icons[i]).release());
  /external/chromium_org/google_apis/drive/
gdata_wapi_parser_unittest.cc 283 ASSERT_EQ(1U, first_app->app_icons().size());
284 EXPECT_EQ(AppIcon::ICON_DOCUMENT, first_app->app_icons()[0]->category());
285 EXPECT_EQ(16, first_app->app_icons()[0]->icon_side_length());
286 GURL icon_url = first_app->app_icons()[0]->GetIconURL();
gdata_wapi_parser.h 737 const ScopedVector<AppIcon>& app_icons() const { function in class:google_apis::InstalledApp
780 void set_app_icons(ScopedVector<AppIcon> app_icons) {
781 app_icons_ = app_icons.Pass();
  /external/chromium_org/chrome/browser/chromeos/file_manager/
file_tasks.cc 371 app_info.app_icons,

Completed in 45 milliseconds