Home
last modified time | relevance | path

Searched refs:violation_error (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/extensions/browser/
Dextension_function_dispatcher.cc267 std::string violation_error = quota->Assess(extension->id(), in DispatchOnIOThread() local
271 if (violation_error.empty()) { in DispatchOnIOThread()
281 function->OnQuotaExceeded(violation_error); in DispatchOnIOThread()
378 std::string violation_error = quota->Assess(extension->id(), in DispatchWithCallbackInternal() local
383 if (violation_error.empty()) { in DispatchWithCallbackInternal()
394 function->OnQuotaExceeded(violation_error); in DispatchWithCallbackInternal()
Dquota_service.cc60 ViolationErrorMap::iterator violation_error = in Assess() local
62 if (violation_error != violation_errors_.end()) in Assess()
63 return violation_error->second; // Repeat offender. in Assess()
Dextension_function.cc196 void ExtensionFunction::OnQuotaExceeded(const std::string& violation_error) { in OnQuotaExceeded() argument
197 error_ = violation_error; in OnQuotaExceeded()
Dextension_function.h186 virtual void OnQuotaExceeded(const std::string& violation_error);
/external/chromium_org/extensions/browser/api/web_request/
Dweb_request_api.cc2443 const std::string& violation_error) { in OnQuotaExceeded() argument