Lines Matching refs:error_text
9573 + const cef_string_t* error_text);
11299 + const CefString& error_text) {}
28838 + const cef_string_t* error_text) {
28850 + // Verify param: error_text; type: string_byref_const
28851 + DCHECK(error_text);
28852 + if (!error_text)
28858 + has_user_gesture ? true : false, error_code, CefString(error_text));
34015 + const CefString& error_text) {
34028 + // Verify param: error_text; type: string_byref_const
34029 + DCHECK(!error_text.empty());
34030 + if (error_text.empty())
34036 + error_code, error_text.GetStruct());
34172 + const CefString& error_text) override;
61052 + const CefString& error_text,
61062 + nweb_handler_->OnPageLoadError(error_code, error_text.ToString(),
61069 + << std::string(failed_url) << " with error " << std::string(error_text)
61080 + std::string(error_text));
61090 + const CefString& error_text) {
61100 + std::make_shared<UrlResourceErrorImpl>(error_code, error_text.ToString());
61110 + error_text.ToString());
62172 + const CefString& error_text,
62179 + const CefString& error_text) override;