| 程序包 | 说明 |
|---|---|
| org.cef | |
| org.cef.handler |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CefClient.onCertificateError(CefBrowser browser,
CefLoadHandler.ErrorCode cert_error,
String request_url,
CefRequestCallback callback) |
boolean |
CefClient.onQuotaRequest(CefBrowser browser,
String origin_url,
long new_size,
CefRequestCallback callback) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CefRequestHandlerAdapter.onCertificateError(CefBrowser browser,
CefLoadHandler.ErrorCode cert_error,
String request_url,
CefRequestCallback callback) |
boolean |
CefRequestHandler.onCertificateError(CefBrowser browser,
CefLoadHandler.ErrorCode cert_error,
String request_url,
CefRequestCallback callback)
Called on the UI thread to handle requests for URLs with an invalid
SSL certificate.
|
boolean |
CefRequestHandlerAdapter.onQuotaRequest(CefBrowser browser,
String origin_url,
long new_size,
CefRequestCallback callback) |
boolean |
CefRequestHandler.onQuotaRequest(CefBrowser browser,
String origin_url,
long new_size,
CefRequestCallback callback)
Called on the IO thread when JavaScript requests a specific storage quota
size via the webkitStorageInfo.requestQuota function.
|
Copyright © 2017. All rights reserved.