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

  /external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.h 125 bool show_user_count() const { return show_user_count_; } function in class:extensions::WebstoreStandaloneInstaller
external_install_ui.cc 287 bool show_user_count = true; local
288 webstore_data->GetBoolean(kShowUserCountKey, &show_user_count);
291 show_user_count,

Completed in 66 milliseconds