Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/
Dextension_function_dispatcher.cc281 std::string violation_error = quota->Assess(extension->id(), in DispatchOnIOThread() local
285 if (violation_error.empty()) { in DispatchOnIOThread()
292 function->OnQuotaExceeded(violation_error); in DispatchOnIOThread()
371 std::string violation_error = quota->Assess(extension->id(), in DispatchWithCallback() local
375 if (violation_error.empty()) { in DispatchWithCallback()
381 function->OnQuotaExceeded(violation_error); in DispatchWithCallback()
/external/chromium_org/extensions/browser/
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.cc89 void ExtensionFunction::OnQuotaExceeded(const std::string& violation_error) { in OnQuotaExceeded() argument
90 error_ = violation_error; in OnQuotaExceeded()
Dextension_function.h139 virtual void OnQuotaExceeded(const std::string& violation_error);
/external/chromium_org/chrome/browser/extensions/api/web_request/
Dweb_request_api.cc2336 const std::string& violation_error) { in OnQuotaExceeded() argument