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

  /external/chromium_org/chrome/browser/extensions/
webstore_standalone_installer.h 130 int rating_count() const { return rating_count_; } function in class:extensions::WebstoreStandaloneInstaller
external_install_ui.cc 277 int rating_count; local
280 !webstore_data->GetInteger(kRatingCountKey, &rating_count)) {
293 rating_count);
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 551 views::Label* rating_count = local
554 rating_count->SetBorder(views::Border::CreateEmptyBorder(0, 2, 0, 0));
555 rating->AddChildView(rating_count);
    [all...]

Completed in 69 milliseconds