HomeSort by relevance Sort by last modified time
    Searched refs:GetResults (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/chrome/browser/diagnostics/
diagnostics_controller.h 32 const DiagnosticsModel& GetResults() const;
38 // GetResults until after Run is called again.
diagnostics_controller.cc 27 const DiagnosticsModel& DiagnosticsController::GetResults() const {
diagnostics_controller_unittest.cc 98 DiagnosticsController::GetInstance()->GetResults();
113 DiagnosticsController::GetInstance()->GetResults();
131 DiagnosticsController::GetInstance()->GetResults();
152 DiagnosticsController::GetInstance()->GetResults();
  /external/chromium_org/tools/checkdeps/
results.py 54 def GetResults(self):
91 def GetResults(self):
114 def GetResults(self):
118 for result in self.GetResults():
136 def GetResults(self):
checkdeps_test.py 29 problems = self.deps_checker.results_formatter.GetResults()
97 return self.deps_checker.results_formatter.GetResults()
110 temp_rules = self.deps_checker.results_formatter.GetResults()
  /external/chromium_org/chrome/test/perf/
indexeddb_uitest.cc 64 bool GetResults(TabProxy* tab, ResultsMap* results) {
69 L" JSON.stringify(automation.getResults()));",
82 ASSERT_TRUE(GetResults(tab, &results));
  /external/chromium_org/chrome/browser/ui/app_list/search/
mixer_unittest.cc 106 std::string GetResults() const {
159 EXPECT_EQ(kTestCases[i].expected, GetResults()) << "Case " << i;
181 EXPECT_EQ("dup0,dup1,dup2", GetResults());
webstore_provider_browsertest.cc 82 return GetResults();
85 std::string GetResults() const {
  /external/chromium_org/components/tools/metrics/
browser_components_metrics.py 48 return int(deps_checker.results_formatter.GetResults())
  /external/chromium_org/build/android/pylib/
surface_stats_collector.py 67 results = self.GetResults()
71 def GetResults(self):
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
android_platform_backend.py 52 for r in self._surface_stats_collector.GetResults():
  /external/chromium_org/win8/metro_driver/
file_picker_ash.cc 132 HRESULT hr = async->GetResults(file.GetAddressOf());
165 HRESULT hr = async->GetResults(files.GetAddressOf());
526 HRESULT hr = async->GetResults(file.GetAddressOf());
595 HRESULT hr = async->GetResults(folder.GetAddressOf());
file_picker.cc 202 HRESULT hr = async->GetResults(file.GetAddressOf());
243 HRESULT hr = async->GetResults(files.GetAddressOf());
573 HRESULT hr = async->GetResults(file.GetAddressOf());
secondary_tile.cc 60 CheckHR(async->GetResults(&result));
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker_unittest.cc 301 NicMap nics = connectivity_checker.GetResults();
347 NicMap nics = connectivity_checker.GetResults();
connectivitychecker.h 174 const NicMap& GetResults() const {

Completed in 434 milliseconds