HomeSort by relevance Sort by last modified time
    Searched full:is_search_result (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/ui/app_list/
app_context_menu.h 39 void set_is_search_result(bool is_search_result) {
40 is_search_result_ = is_search_result;
app_list_controller_delegate.cc 135 bool is_search_result) {
144 is_search_result ?
app_list_controller_delegate.h 137 bool is_search_result);
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 44 bool is_search_result, const base::string16& snippet,
79 bool is_search_result; member in struct:BrowsingHistoryHandler::HistoryEntry
history_ui.cc 273 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) {
    [all...]

Completed in 64 milliseconds