HomeSort by relevance Sort by last modified time
    Searched refs:results (Results 851 - 875 of 2244) sorted by null

<<31323334353637383940>>

  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
gjslint.py 95 for results in pool.imap(_CheckPath, paths):
96 for record in results:
114 results = _CheckPath(path)
115 for record in results:
  /external/chromium_org/base/test/launcher/
test_results_tracker.h 22 // A helper class to output results.
50 // Adds |result| to the stored test results.
63 // Saves a JSON summary of all test iterations results to |path|. Returns
91 // Aggregate test results grouped by full test name.
93 ResultsMap results; member in struct:base::TestResultsTracker::PerIterationData
108 // Store test results for each iteration.
  /external/chromium_org/chrome/browser/download/
download_query_unittest.cc 73 DownloadVector* results() { return &results_; } function in class:DownloadQueryTest
79 ASSERT_EQ(1U, results()->size());
80 ASSERT_EQ(0U, results()->at(0)->GetId());
88 ASSERT_EQ(2U, results()->size());
89 ASSERT_EQ(1U, results()->at(0)->GetId());
90 ASSERT_EQ(0U, results()->at(1)->GetId());
157 EXPECT_EQ(0U, results()->size());
170 ASSERT_EQ(2U, results()->size());
171 ASSERT_EQ(0U, results()->at(0)->GetId());
172 ASSERT_EQ(1U, results()->at(1)->GetId())
    [all...]
  /external/chromium_org/chrome/browser/history/
download_database.h 35 std::vector<DownloadRow>* results);
  /external/chromium_org/chrome/browser/net/
ssl_config_service_manager_pref.cc 31 std::vector<std::string> results; local
32 results.reserve(value->GetSize());
38 results.push_back(s);
40 return results;
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.h 92 // Generates feedback data based on spellcheck results. The new feedback data
93 // is pending. Sets hash identifiers for |results|. Called when spelling
94 // service client receives results from the spelling service. Does not take
95 // ownership of |results|.
99 std::vector<SpellCheckResult>* results);
spelling_service_client.h 46 // const std::vector<SpellCheckResult>& results) {
75 const std::vector<SpellCheckResult>& /* results */)>
96 std::vector<SpellCheckResult>* results);
  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_store.h 53 const HistoryData::SecondaryDeque& results);
  /external/chromium_org/chrome/browser/ui/cocoa/find_bar/
find_bar_bridge.h 59 virtual void ClearResults(const FindNotificationDetails& results) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/omnibox/
omnibox_ui_handler.cc 102 result->results =
153 for (size_t j = 0; j < result_by_provider.results.size(); ++j) {
154 result_by_provider.results[j]->starred = bookmark_model->IsBookmarked(
155 GURL(result_by_provider.results[j]->destination_url));
185 // important logic and return stale results. In short, we want the
186 // actual results to not depend on the state of the previous request.
  /external/chromium_org/chrome/common/extensions/docs/static/js/
search.js 21 var element = google.search.cse.element.getElement('results');
38 // the search control displaying the results is on the same page.
  /external/chromium_org/components/component_updater/
update_response.h 102 struct Results {
103 Results();
104 ~Results();
115 // indicating success or failure. On success, the results are available by
116 // calling results(). The details for any failures are available by calling
120 const Results& results() const { return results_; } function in class:component_updater::UpdateResponse
124 Results results_;
  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.cc 269 SpeechRecognitionResults results; local
270 results.push_back(SpeechRecognitionResult());
271 SpeechRecognitionResult& result = results.back();
287 delegate()->OnSpeechRecognitionEngineResults(results);
speech_recognition_dispatcher_host.h 46 const SpeechRecognitionResults& results) OVERRIDE;
speech_recognizer_impl_android.h 54 void OnRecognitionResultsOnIOThread(SpeechRecognitionResults const &results);
  /external/chromium_org/content/test/gpu/gpu_tests/
gpu_process.py 30 def ValidateAndMeasurePage(self, page, tab, results):
gpu_rasterization.py 37 def ValidateAndMeasurePage(self, page, tab, results):
hardware_accelerated_feature.py 29 def ValidateAndMeasurePage(self, page, tab, results):
  /external/chromium_org/net/dns/
mdns_cache.cc 152 std::vector<const RecordParsed*>* results,
154 DCHECK(results);
155 results->clear();
169 results->push_back(record);
  /external/chromium_org/net/proxy/
multi_threaded_proxy_resolver.h 95 ProxyInfo* results,
proxy_resolver_v8.h 86 ProxyInfo* results,
  /external/chromium_org/ppapi/cpp/private/
pdf.h 41 PP_PrivateFindResult** results,
  /external/chromium_org/ppapi/proxy/
pdf_resource.h 43 PP_PrivateFindResult** results,
  /external/chromium_org/third_party/WebKit/Source/core/css/
themeWin.css 91 input[type="search" i]::-webkit-search-results-decoration {
95 input[type="search" i]::-webkit-search-results-button {
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
ContentProviders.js 120 var results = {};
131 result = result.concat(results[scripts[i].scriptId]);
141 results[script.scriptId] = [];
144 results[script.scriptId].push(searchMatch);

Completed in 1667 milliseconds

<<31323334353637383940>>