InstalledApp       98 chrome/browser/drive/drive_api_util.cc     const google_apis::InstalledApp& installed_app) {
InstalledApp      291 chrome/browser/drive/drive_api_util.cc   const ScopedVector<google_apis::InstalledApp>& installed_apps =
InstalledApp       33 chrome/browser/drive/drive_api_util.h class InstalledApp;
InstalledApp      105 chrome/browser/drive/drive_api_util_unittest.cc     ScopedVector<google_apis::InstalledApp> installed_apps;
InstalledApp      106 chrome/browser/drive/drive_api_util_unittest.cc     scoped_ptr<google_apis::InstalledApp> installed_app(
InstalledApp      107 chrome/browser/drive/drive_api_util_unittest.cc         new google_apis::InstalledApp);
InstalledApp       60 chrome/browser/drive/drive_app_registry.cc     const google_apis::InstalledApp::IconList& app_icons,
InstalledApp       61 chrome/browser/drive/drive_app_registry.cc     const google_apis::InstalledApp::IconList& document_icons,
InstalledApp      161 chrome/browser/drive/drive_app_registry.cc     google_apis::InstalledApp::IconList app_icons;
InstalledApp      162 chrome/browser/drive/drive_app_registry.cc     google_apis::InstalledApp::IconList document_icons;
InstalledApp      220 chrome/browser/drive/drive_app_registry.cc GURL FindPreferredIcon(const google_apis::InstalledApp::IconList& icons,
InstalledApp      225 chrome/browser/drive/drive_app_registry.cc   google_apis::InstalledApp::IconList sorted_icons = icons;
InstalledApp       35 chrome/browser/drive/drive_app_registry.h                const google_apis::InstalledApp::IconList& app_icons,
InstalledApp       36 chrome/browser/drive/drive_app_registry.h                const google_apis::InstalledApp::IconList& document_icons,
InstalledApp       51 chrome/browser/drive/drive_app_registry.h   google_apis::InstalledApp::IconList app_icons;
InstalledApp       54 chrome/browser/drive/drive_app_registry.h   google_apis::InstalledApp::IconList document_icons;
InstalledApp      140 chrome/browser/drive/drive_app_registry.h GURL FindPreferredIcon(const google_apis::InstalledApp::IconList& icons,
InstalledApp      119 chrome/browser/drive/drive_app_registry_unittest.cc   google_apis::InstalledApp::IconList icons;
InstalledApp      130 chrome/browser/drive/drive_app_registry_unittest.cc   google_apis::InstalledApp::IconList icons;
InstalledApp      214 google_apis/drive/gdata_wapi_parser.cc bool SortBySize(const InstalledApp::IconList::value_type& a,
InstalledApp      215 google_apis/drive/gdata_wapi_parser.cc                 const InstalledApp::IconList::value_type& b) {
InstalledApp      754 google_apis/drive/gdata_wapi_parser.cc InstalledApp::InstalledApp() : supports_create_(false) {
InstalledApp      757 google_apis/drive/gdata_wapi_parser.cc InstalledApp::~InstalledApp() {
InstalledApp      760 google_apis/drive/gdata_wapi_parser.cc InstalledApp::IconList InstalledApp::GetIconsForCategory(
InstalledApp      780 google_apis/drive/gdata_wapi_parser.cc GURL InstalledApp::GetProductUrl() const {
InstalledApp      791 google_apis/drive/gdata_wapi_parser.cc bool InstalledApp::GetValueString(const base::Value* value,
InstalledApp      804 google_apis/drive/gdata_wapi_parser.cc void InstalledApp::RegisterJSONConverter(
InstalledApp      805 google_apis/drive/gdata_wapi_parser.cc     base::JSONValueConverter<InstalledApp>* converter) {
InstalledApp      807 google_apis/drive/gdata_wapi_parser.cc                                      &InstalledApp::app_icons_);
InstalledApp      809 google_apis/drive/gdata_wapi_parser.cc                                  &InstalledApp::app_id_);
InstalledApp      811 google_apis/drive/gdata_wapi_parser.cc                                  &InstalledApp::app_name_);
InstalledApp      813 google_apis/drive/gdata_wapi_parser.cc                                  &InstalledApp::object_type_);
InstalledApp      815 google_apis/drive/gdata_wapi_parser.cc                                        &InstalledApp::supports_create_,
InstalledApp      818 google_apis/drive/gdata_wapi_parser.cc                                          &InstalledApp::primary_mimetypes_,
InstalledApp      821 google_apis/drive/gdata_wapi_parser.cc                                          &InstalledApp::secondary_mimetypes_,
InstalledApp      824 google_apis/drive/gdata_wapi_parser.cc                                          &InstalledApp::primary_extensions_,
InstalledApp      828 google_apis/drive/gdata_wapi_parser.cc       &InstalledApp::secondary_extensions_,
InstalledApp      830 google_apis/drive/gdata_wapi_parser.cc   converter->RegisterRepeatedMessage(kLinkField, &InstalledApp::links_);
InstalledApp      698 google_apis/drive/gdata_wapi_parser.h class InstalledApp {
InstalledApp      702 google_apis/drive/gdata_wapi_parser.h   InstalledApp();
InstalledApp      703 google_apis/drive/gdata_wapi_parser.h   virtual ~InstalledApp();
InstalledApp      763 google_apis/drive/gdata_wapi_parser.h       base::JSONValueConverter<InstalledApp>* converter);
InstalledApp      840 google_apis/drive/gdata_wapi_parser.h   const ScopedVector<InstalledApp>& installed_apps() const {
InstalledApp      853 google_apis/drive/gdata_wapi_parser.h   void set_installed_apps(ScopedVector<InstalledApp> installed_apps) {
InstalledApp      870 google_apis/drive/gdata_wapi_parser.h   ScopedVector<InstalledApp> installed_apps_;
InstalledApp      255 google_apis/drive/gdata_wapi_parser_unittest.cc   const InstalledApp* first_app = metadata->installed_apps()[0];
InstalledApp      256 google_apis/drive/gdata_wapi_parser_unittest.cc   const InstalledApp* second_app = metadata->installed_apps()[1];
InstalledApp      286 google_apis/drive/gdata_wapi_parser_unittest.cc   InstalledApp::IconList icons =