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

/external/chromium_org/chrome/browser/ui/app_list/search/webstore/
H A Dwebstore_provider_browsertest.cc16 #include "chrome/browser/ui/app_list/search/webstore/webstore_result.h"
174 const WebstoreResult* webstore_result = local
176 EXPECT_EQ(expected_results[i].id, webstore_result->app_id());
178 webstore_result->icon_url().spec());
179 EXPECT_EQ(expected_results[i].is_paid, webstore_result->is_paid());
180 EXPECT_EQ(expected_results[i].item_type, webstore_result->item_type());

Completed in 83 milliseconds