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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_installer.cc 71 prompt->SetWebstoreData(localized_user_count(),
  /external/chromium_org/chrome/browser/extensions/
external_install_ui.cc 275 std::string localized_user_count; local
278 if (!webstore_data->GetString(kUsersKey, &localized_user_count) ||
290 prompt_->SetWebstoreData(localized_user_count,
webstore_inline_installer.cc 59 prompt->SetWebstoreData(localized_user_count(),
webstore_standalone_installer.h 126 const std::string& localized_user_count() const { function in class:extensions::WebstoreStandaloneInstaller
extension_install_prompt.h 94 void SetWebstoreData(const std::string& localized_user_count,
extension_install_prompt.cc 222 const std::string& localized_user_count,
227 localized_user_count_ = localized_user_count;

Completed in 130 milliseconds