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

<<51525354555657585960>>

  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_helper_unittest.cc 194 CaptivePortalService::Results results; local
195 results.previous_result = previous_result;
196 results.result = result;
197 content::Details<CaptivePortalService::Results> details_results(&results);
  /external/chromium_org/chrome/browser/favicon/
favicon_service.h 39 const std::vector<favicon_base::FaviconRawBitmapResult>* results);
105 // the largest favicon bitmap is returned. Results with a higher priority
  /external/chromium_org/chrome/browser/resources/cryptotoken/
appid.js 105 return Promise.all(appIdChecks).then(function(results) {
106 return results.every(function(result) {
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_controller_browsertest.cc 130 // Test showing search results, and uninstalling one of them while displayed.
149 WatchResultsLookingForItem(model->results(), extension->name());
164 // Results should not be immediately refreshed. When they are, the item should
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdebug/
ttsdebug.js 555 resultsWrap.className = 'results';
557 var results = [];
561 results.push(result);
620 results[index].className = 'result';
621 results[index].innerText = resultTime.toFixed(3) + ' s';
  /external/chromium_org/chrome/test/base/
ui_test_utils.h 300 history::QueryResults* results);
  /external/chromium_org/components/component_updater/
update_checker.cc 158 original_url, error, error_message, update_response.results());
  /external/chromium_org/components/omnibox/
search_suggestion_parser.h 102 // keystroke, otherwise it must have come from prior cached results
236 struct Results {
237 Results();
238 ~Results();
244 // Returns whether any of the results (including verbatim) have
265 // If the relevance values of the results are from the server.
268 // URLs of any images in Answers results.
272 DISALLOW_COPY_AND_ASSIGN(Results);
283 // Parses results from the suggest server and updates the appropriate suggest
284 // and navigation result lists in |results|. |is_keyword_result| indicate
    [all...]
  /external/chromium_org/content/browser/frame_host/
render_widget_host_view_child_frame.h 111 virtual void GetScreenInfo(blink::WebScreenInfo* results) OVERRIDE;
render_widget_host_view_guest.h 115 virtual void GetScreenInfo(blink::WebScreenInfo* results) OVERRIDE;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_aura.cc 304 void GetScreenInfoForWindow(WebScreenInfo* results, aura::Window* window) {
308 results->rect = display.bounds();
309 results->availableRect = display.work_area();
311 results->depth = 24;
312 results->depthPerComponent = 8;
313 results->deviceScaleFactor = display.device_scale_factor();
319 results->orientationAngle = display.RotationAsDegree();
320 if (results->orientationAngle == 90)
321 results->orientationAngle = 270;
322 else if (results->orientationAngle == 270
    [all...]
  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine.cc 421 SpeechRecognitionResults results; local
424 results.push_back(SpeechRecognitionResult());
425 SpeechRecognitionResult& result = results.back();
448 delegate()->OnSpeechRecognitionEngineResults(results);
458 // errors, yet neither any further results.
speech_recognizer_impl.h 143 const SpeechRecognitionResults& results) OVERRIDE;
  /external/chromium_org/content/test/gpu/gpu_tests/
pixel.py 56 def ValidateAndMeasurePage(self, page, tab, results):
102 # Legacy path using on-disk results.
webgl_conformance.py 71 def ValidateAndMeasurePage(self, page, tab, results):
  /external/chromium_org/extensions/browser/api/cast_channel/
cast_channel_api.cc 151 scoped_ptr<base::ListValue> results = local
153 scoped_ptr<Event> event(new Event(OnError::kEventName, results.Pass()));
163 scoped_ptr<base::ListValue> results = local
167 scoped_ptr<Event> event(new Event(OnMessage::kEventName, results.Pass()));
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation.h 175 // The bucket used for results. Public for testing only.
413 GLint* results, GLsizeiptr results_size)
416 results(results),
423 GLint* results; member in struct:gpu::gles2::GLES2Implementation::GetMultipleIntegervState
  /external/chromium_org/net/cert/
x509_certificate.cc 456 CertificateList results; local
459 return results;
464 results.push_back(scoped_refptr<X509Certificate>(result));
468 return results;
  /external/chromium_org/sync/tools/testserver/
xmppserver.py 143 results = regexp.match(self._buffer)
144 if not results:
146 xml_text = self._buffer[:results.end()] + xml_suffix
147 self._buffer = self._buffer[results.end():]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
FileBasedSearchResultsPane.js 16 this.element.id = "search-results-pane-file-based";
19 this._treeOutlineElement.className = "search-results-outline-disclosure";
  /external/chromium_org/third_party/icu/source/test/intltest/
encoll.cpp 133 static const Collator::EComparisonResult results[] = { variable
249 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
286 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
296 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
  /external/chromium_org/tools/gn/
parse_tree.cc 460 std::vector<Value>& results = result_value.list_value(); local
461 results.reserve(contents_.size());
467 results.push_back(cur->Execute(scope, err));
470 if (results.back().type() == Value::NONE) {
  /external/chromium_org/tools/telemetry/telemetry/results/
gtest_progress_reporter.py 7 from telemetry.results import progress_reporter
45 # the results without opening results.html.
75 'Discarding previous results.')
  /external/chromium_org/ui/webui/resources/js/
webui_resource_test.js 60 * Verifies that a test evaluation results in an exception.
157 * Runs the next test in the queue. Reports the test results if the queue is
  /external/chromium_org/v8/test/webkit/
date-constructor.js 70 // In Firefox, the results of the following tests are timezone-dependent, which likely implies that the implementation is not quite correct.
71 // Our results are even worse, though, as the dates are clipped: (new Date(1111, 1201).getTime()) == (new Date(1111, 601).getTime())

Completed in 1484 milliseconds

<<51525354555657585960>>