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 514 NotifyDone(result);
529 NotifyDone(result);
541 NotifyDone(result);
561 void DataTypeManagerImpl::NotifyDone(const ConfigureResult& raw_result) {
571 DVLOG(1) << "NotifyDone called with result: OK";
584 DVLOG(1) << "NotifyDone called with result: ABORTED";
589 DVLOG(1) << "NotifyDone called with result: UNRECOVERABLE_ERROR";
  /external/chromium_org/net/url_request/
url_request_job.cc 100 NotifyDone(URLRequestStatus());
439 void URLRequestJob::NotifyDone(const URLRequestStatus &status) {
495 NotifyDone(URLRequestStatus(URLRequestStatus::CANCELED, ERR_ABORTED));
616 NotifyDone(URLRequestStatus(URLRequestStatus::FAILED,
715 NotifyDone(URLRequestStatus(URLRequestStatus::FAILED, rv));
url_request_http_job.cc 358 void URLRequestHttpJob::NotifyDone(const URLRequestStatus& status) {
360 URLRequestJob::NotifyDone(status);
895 NotifyDone(URLRequestStatus())
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.cc 148 void NotifyDone();
338 .SetMethod("notifyDone", &TestRunnerBindings::NotifyDone)
597 void TestRunnerBindings::NotifyDone() {
599 runner_->NotifyDone();
    [all...]

Completed in 227 milliseconds