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 20 SearchWebstoreResult::SearchWebstoreResult(Profile* profile,
42 SearchWebstoreResult::~SearchWebstoreResult() {}
44 void SearchWebstoreResult::Open(int event_flags) {
57 void SearchWebstoreResult::InvokeAction(int action_index, int event_flags) {
60 scoped_ptr<ChromeSearchResult> SearchWebstoreResult::Duplicate() {
62 new SearchWebstoreResult(profile_, query_)).Pass();
65 ChromeSearchResultType SearchWebstoreResult::GetType() {

Completed in 44 milliseconds