Searched refs:SendQueryFailure (Results 1 – 1 of 1) sorted by relevance
/third_party/cef/libcef_dll/wrapper/ |
D | cef_message_router.cc | 415 SendQueryFailure(info, error_code, error_message); in OnCallbackFailure() 441 void SendQueryFailure(QueryInfo* info, in SendQueryFailure() function in __anon8aeebdc30111::CefMessageRouterBrowserSideImpl 444 SendQueryFailure(info->browser, info->frame, info->context_id, in SendQueryFailure() 448 void SendQueryFailure(CefRefPtr<CefBrowser> browser, in SendQueryFailure() function in __anon8aeebdc30111::CefMessageRouterBrowserSideImpl 470 SendQueryFailure(browser, frame, context_id, request_id, kCanceledErrorCode, in CancelUnhandledQuery() 477 SendQueryFailure(info, kCanceledErrorCode, kCanceledErrorMessage); in CancelQuery()
|