Searched refs:violation_error (Results 1 – 5 of 5) sorted by relevance
267 std::string violation_error = quota->Assess(extension->id(), in DispatchOnIOThread() local271 if (violation_error.empty()) { in DispatchOnIOThread()281 function->OnQuotaExceeded(violation_error); in DispatchOnIOThread()378 std::string violation_error = quota->Assess(extension->id(), in DispatchWithCallbackInternal() local383 if (violation_error.empty()) { in DispatchWithCallbackInternal()394 function->OnQuotaExceeded(violation_error); in DispatchWithCallbackInternal()
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()
196 void ExtensionFunction::OnQuotaExceeded(const std::string& violation_error) { in OnQuotaExceeded() argument197 error_ = violation_error; in OnQuotaExceeded()
186 virtual void OnQuotaExceeded(const std::string& violation_error);
2443 const std::string& violation_error) { in OnQuotaExceeded() argument