HomeSort by relevance Sort by last modified time
    Searched defs:NotifyDone (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/cc/debug/
micro_benchmark_impl.cc 37 void MicroBenchmarkImpl::NotifyDone(scoped_ptr<base::Value> result) {
micro_benchmark.cc 31 void MicroBenchmark::NotifyDone(scoped_ptr<base::Value> result) {
  /external/chromium_org/components/sync_driver/
data_type_manager_impl.cc 510 NotifyDone(configure_result);
528 NotifyDone(result);
547 NotifyDone(result);
567 void DataTypeManagerImpl::NotifyDone(const ConfigureResult& result) {
574 DVLOG(1) << "NotifyDone called with result: OK";
587 DVLOG(1) << "NotifyDone called with result: ABORTED";
592 DVLOG(1) << "NotifyDone called with result: UNRECOVERABLE_ERROR";
597 DVLOG(1) << "NotifyDone called with result: PARTIAL_SUCCESS";
  /external/chromium_org/net/url_request/
url_request_job.cc 101 NotifyDone(URLRequestStatus());
456 void URLRequestJob::NotifyDone(const URLRequestStatus &status) {
512 NotifyDone(URLRequestStatus(URLRequestStatus::CANCELED, ERR_ABORTED));
633 NotifyDone(URLRequestStatus(URLRequestStatus::FAILED,
732 NotifyDone(URLRequestStatus(URLRequestStatus::FAILED, rv));
url_request_http_job.cc 344 void URLRequestHttpJob::NotifyDone(const URLRequestStatus& status) {
346 URLRequestJob::NotifyDone(status);
884 NotifyDone(URLRequestStatus());
886 NotifyDone(URLRequestStatus(URLRequestStatus::FAILED, result));
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.cc 146 void NotifyDone();
337 .SetMethod("notifyDone", &TestRunnerBindings::NotifyDone)
590 void TestRunnerBindings::NotifyDone() {
592 runner_->NotifyDone();
    [all...]

Completed in 176 milliseconds