Searched refs:violation_error (Results 1 – 5 of 5) sorted by relevance
281 std::string violation_error = quota->Assess(extension->id(), in DispatchOnIOThread() local285 if (violation_error.empty()) { in DispatchOnIOThread()292 function->OnQuotaExceeded(violation_error); in DispatchOnIOThread()371 std::string violation_error = quota->Assess(extension->id(), in DispatchWithCallback() local375 if (violation_error.empty()) { in DispatchWithCallback()381 function->OnQuotaExceeded(violation_error); in DispatchWithCallback()
60 ViolationErrorMap::iterator violation_error = in Assess() local62 if (violation_error != violation_errors_.end()) in Assess()63 return violation_error->second; // Repeat offender. in Assess()
89 void ExtensionFunction::OnQuotaExceeded(const std::string& violation_error) { in OnQuotaExceeded() argument90 error_ = violation_error; in OnQuotaExceeded()
139 virtual void OnQuotaExceeded(const std::string& violation_error);
2336 const std::string& violation_error) { in OnQuotaExceeded() argument