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

  /external/chromium_org/chrome/browser/extensions/
webstore_data_fetcher_delegate.cc 16 const char WebstoreDataFetcherDelegate::kLocalizedNameKey[] = "localized_name";
webstore_data_fetcher_delegate.h 37 static const char kLocalizedNameKey[];
webstore_standalone_installer.cc 318 if ((webstore_data->HasKey(kLocalizedNameKey) &&
319 !webstore_data->GetString(kLocalizedNameKey, &localized_name_)) ||
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data.cc 462 if (!CheckResponseKeyValue(webstore_data.get(), kLocalizedNameKey, &name_))

Completed in 83 milliseconds