Searched defs:is_paid (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_result.h37 bool is_paid,
45 bool is_paid() const { return is_paid_; } function in class:app_list::WebstoreResult
H A Dwebstore_provider.cc31 const char kKeyIsPaid[] = "is_paid";
156 bool is_paid = false; local
160 !dict.GetBoolean(kKeyIsPaid, &is_paid)) {
176 is_paid,
H A Dwebstore_provider_browsertest.cc44 "\"is_paid\": false"
55 "\"is_paid\": true,"
62 "\"is_paid\": false,"
69 "\"is_paid\": false,"
78 bool is_paid; member in struct:app_list::test::__anon4968::ParsedSearchResult
179 EXPECT_EQ(expected_results[i].is_paid, webstore_result->is_paid());
H A Dwebstore_result.cc68 bool is_paid,
75 is_paid_(is_paid),
64 WebstoreResult(Profile* profile, const std::string& app_id, const std::string& localized_name, const GURL& icon_url, bool is_paid, extensions::Manifest::Type item_type, AppListControllerDelegate* controller) argument

Completed in 1351 milliseconds