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

  /external/chromium_org/chrome/browser/ui/app_list/search/
search_webstore_result.h 19 class SearchWebstoreResult : public ChromeSearchResult {
21 SearchWebstoreResult(Profile* profile, const std::string& query);
22 virtual ~SearchWebstoreResult();
35 DISALLOW_COPY_AND_ASSIGN(SearchWebstoreResult);
search_webstore_result.cc 19 SearchWebstoreResult::SearchWebstoreResult(Profile* profile,
41 SearchWebstoreResult::~SearchWebstoreResult() {}
43 void SearchWebstoreResult::Open(int event_flags) {
56 void SearchWebstoreResult::InvokeAction(int action_index, int event_flags) {
59 scoped_ptr<ChromeSearchResult> SearchWebstoreResult::Duplicate() {
61 new SearchWebstoreResult(profile_, query_)).Pass();
64 ChromeSearchResultType SearchWebstoreResult::GetType() {

Completed in 574 milliseconds