Searched defs:violation_error (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dextension_function_dispatcher.cc267 std::string violation_error = quota->Assess(extension->id(), local
271 if (violation_error.empty()) {
281 function->OnQuotaExceeded(violation_error);
378 std::string violation_error = quota->Assess(extension->id(), local
383 if (violation_error.empty()) {
394 function->OnQuotaExceeded(violation_error);
H A Dextension_function.cc196 void ExtensionFunction::OnQuotaExceeded(const std::string& violation_error) { argument
197 error_ = violation_error;
/external/chromium_org/extensions/browser/api/web_request/
H A Dweb_request_api.cc2443 const std::string& violation_error) {
2442 OnQuotaExceeded( const std::string& violation_error) argument

Completed in 223 milliseconds