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

/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_context_menu.h39 void set_is_search_result(bool is_search_result) { argument
40 is_search_result_ = is_search_result;
H A Dapp_list_controller_delegate.cc135 bool is_search_result) {
144 is_search_result ?
132 ShowAppInWebStore( Profile* profile, const std::string& app_id, bool is_search_result) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.h44 bool is_search_result, const base::string16& snippet,
79 bool is_search_result; member in struct:BrowsingHistoryHandler::HistoryEntry
H A Dhistory_ui.cc273 const std::string& client_id, bool is_search_result,
282 this->is_search_result = is_search_result;
289 : entry_type(EMPTY_ENTRY), is_search_result(false), blocked_visit(false) {
353 if (is_search_result) {
270 HistoryEntry( BrowsingHistoryHandler::HistoryEntry::EntryType entry_type, const GURL& url, const base::string16& title, base::Time time, const std::string& client_id, bool is_search_result, const base::string16& snippet, bool blocked_visit, const std::string& accept_languages) argument

Completed in 160 milliseconds