Searched refs:new_results (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dmixer_unittest.cc209 Mixer::SortedResults new_results; local
210 new_results.push_back(Mixer::SortData(result1.get(), 1.0f));
211 new_results.push_back(Mixer::SortData(result2.get(), 1.0f));
212 new_results.push_back(Mixer::SortData(result3.get(), 1.0f));
214 Mixer::Publish(new_results, &ui_results);
218 EXPECT_NE(TestSearchResult::GetInstanceId(new_results[0].result),
220 EXPECT_NE(TestSearchResult::GetInstanceId(new_results[1].result),
222 EXPECT_NE(TestSearchResult::GetInstanceId(new_results[2].result),
233 new_results[0] = Mixer::SortData(result4.get(), 1.0f);
238 new_results[
[all...]
H A Dmixer.cc183 void Mixer::Publish(const SortedResults& new_results, argument
190 // 2. Use the order of items in |new_results| to build an ordered list. If the
192 // it from the map afterwards. Otherwise, clone new items from |new_results|.
206 // Add items back to |ui_results| in the order of |new_results|.
207 for (size_t i = 0; i < new_results.size(); ++i) {
208 ChromeSearchResult* new_result = new_results[i].result;
223 // Copy the result from |new_results| otherwise.
/external/chromium_org/third_party/skia/tools/
H A Djsondiff.py175 new_results = self._GetExpectedResults(newjson)
177 new_results = self._GetActualResults(oldjson)
178 return self._DictionaryDiff(old_results, new_results)
/external/skia/tools/
H A Djsondiff.py175 new_results = self._GetExpectedResults(newjson)
177 new_results = self._GetActualResults(oldjson)
178 return self._DictionaryDiff(old_results, new_results)
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcaching_file_system.py128 def next(new_results):
132 for path, new_result in new_results.iteritems()))
138 new_results.update(up_to_date_data)
139 return new_results
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_browsertest.cc149 void QueryHistoryComplete(history::QueryResults* new_results, argument
152 results->Swap(new_results);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Drun_webkit_tests_unittest.py61 def parse_args(extra_args=None, tests_included=False, new_results=False, print_nothing=True):
66 if not new_results:
95 def logging_run(extra_args=None, port_obj=None, tests_included=False, host=None, new_results=False, shared_port=True):
98 print_nothing=False, new_results=new_results)
915 tests_included=True, host=host, new_results=True)
930 tests_included=True, host=host, new_results=True)
956 tests_included=True, host=host, new_results=True, port_obj=port)
982 tests_included=True, host=host, new_results=True, port_obj=port)
996 tests_included=True, host=host, new_results
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.cc678 std::vector<BrowsingHistoryHandler::HistoryEntry> new_results; local
682 new_results.reserve(results->size());
703 new_results.push_back(*it);
704 current_day_entries[it->url] = &new_results.back();
718 results->swap(new_results);

Completed in 229 milliseconds