Home
last modified time | relevance | path

Searched refs:OnQuotaRequest (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/libcef_dll/ctocpp/
Drequest_handler_ctocpp.h64 bool OnQuotaRequest(CefRefPtr<CefBrowser> browser,
Drequest_handler_ctocpp.cc198 bool CefRequestHandlerCToCpp::OnQuotaRequest(CefRefPtr<CefBrowser> browser, in OnQuotaRequest() function in CefRequestHandlerCToCpp
/third_party/cef/include/
Dcef_request_handler.h184 virtual bool OnQuotaRequest(CefRefPtr<CefBrowser> browser, in OnQuotaRequest() function
/third_party/cef/libcef_dll/cpptoc/
Drequest_handler_cpptoc.cc231 bool _retval = CefRequestHandlerCppToC::Get(self)->OnQuotaRequest( in request_handler_on_quota_request()
/third_party/cef/tests/cefclient/browser/
Dclient_handler.h249 bool OnQuotaRequest(CefRefPtr<CefBrowser> browser,
Dclient_handler.cc773 bool ClientHandler::OnQuotaRequest(CefRefPtr<CefBrowser> browser, in OnQuotaRequest() function in client::ClientHandler
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.cc389 handled = handler->OnQuotaRequest( in RequestQuotaPermission()