Update to Chromium revision 40af916d (#303546).

- Standardize usage of virtual/override specifiers in CEF internals (see http://crbug.com/417463).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1903 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt
2014-11-12 19:25:15 +00:00
parent 470518a52e
commit eef89ccdd3
329 changed files with 3160 additions and 3731 deletions

View File

@@ -31,7 +31,6 @@ class CefAllowCertificateErrorCallbackCppToC
public:
explicit CefAllowCertificateErrorCallbackCppToC(
CefAllowCertificateErrorCallback* cls);
virtual ~CefAllowCertificateErrorCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefAppCppToC
: public CefCppToC<CefAppCppToC, CefApp, cef_app_t> {
public:
explicit CefAppCppToC(CefApp* cls);
virtual ~CefAppCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefAuthCallbackCppToC
cef_auth_callback_t> {
public:
explicit CefAuthCallbackCppToC(CefAuthCallback* cls);
virtual ~CefAuthCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefBeforeDownloadCallbackCppToC
CefBeforeDownloadCallback, cef_before_download_callback_t> {
public:
explicit CefBeforeDownloadCallbackCppToC(CefBeforeDownloadCallback* cls);
virtual ~CefBeforeDownloadCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefBinaryValueCppToC
cef_binary_value_t> {
public:
explicit CefBinaryValueCppToC(CefBinaryValue* cls);
virtual ~CefBinaryValueCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -30,7 +30,6 @@ class CefBrowserCppToC
: public CefCppToC<CefBrowserCppToC, CefBrowser, cef_browser_t> {
public:
explicit CefBrowserCppToC(CefBrowser* cls);
virtual ~CefBrowserCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -31,7 +31,6 @@ class CefBrowserHostCppToC
cef_browser_host_t> {
public:
explicit CefBrowserHostCppToC(CefBrowserHost* cls);
virtual ~CefBrowserHostCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefBrowserProcessHandlerCppToC
cef_browser_process_handler_t> {
public:
explicit CefBrowserProcessHandlerCppToC(CefBrowserProcessHandler* cls);
virtual ~CefBrowserProcessHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefCallbackCppToC
: public CefCppToC<CefCallbackCppToC, CefCallback, cef_callback_t> {
public:
explicit CefCallbackCppToC(CefCallback* cls);
virtual ~CefCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefClientCppToC
: public CefCppToC<CefClientCppToC, CefClient, cef_client_t> {
public:
explicit CefClientCppToC(CefClient* cls);
virtual ~CefClientCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefCommandLineCppToC
cef_command_line_t> {
public:
explicit CefCommandLineCppToC(CefCommandLine* cls);
virtual ~CefCommandLineCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefCompletionCallbackCppToC
cef_completion_callback_t> {
public:
explicit CefCompletionCallbackCppToC(CefCompletionCallback* cls);
virtual ~CefCompletionCallbackCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefContextMenuHandlerCppToC
cef_context_menu_handler_t> {
public:
explicit CefContextMenuHandlerCppToC(CefContextMenuHandler* cls);
virtual ~CefContextMenuHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefContextMenuParamsCppToC
cef_context_menu_params_t> {
public:
explicit CefContextMenuParamsCppToC(CefContextMenuParams* cls);
virtual ~CefContextMenuParamsCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefCookieManagerCppToC
cef_cookie_manager_t> {
public:
explicit CefCookieManagerCppToC(CefCookieManager* cls);
virtual ~CefCookieManagerCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefCookieVisitorCppToC
cef_cookie_visitor_t> {
public:
explicit CefCookieVisitorCppToC(CefCookieVisitor* cls);
virtual ~CefCookieVisitorCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefDialogHandlerCppToC
cef_dialog_handler_t> {
public:
explicit CefDialogHandlerCppToC(CefDialogHandler* cls);
virtual ~CefDialogHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefDictionaryValueCppToC
cef_dictionary_value_t> {
public:
explicit CefDictionaryValueCppToC(CefDictionaryValue* cls);
virtual ~CefDictionaryValueCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefDisplayHandlerCppToC
cef_display_handler_t> {
public:
explicit CefDisplayHandlerCppToC(CefDisplayHandler* cls);
virtual ~CefDisplayHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefDOMDocumentCppToC
cef_domdocument_t> {
public:
explicit CefDOMDocumentCppToC(CefDOMDocument* cls);
virtual ~CefDOMDocumentCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefDOMNodeCppToC
: public CefCppToC<CefDOMNodeCppToC, CefDOMNode, cef_domnode_t> {
public:
explicit CefDOMNodeCppToC(CefDOMNode* cls);
virtual ~CefDOMNodeCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefDOMVisitorCppToC
: public CefCppToC<CefDOMVisitorCppToC, CefDOMVisitor, cef_domvisitor_t> {
public:
explicit CefDOMVisitorCppToC(CefDOMVisitor* cls);
virtual ~CefDOMVisitorCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefDownloadHandlerCppToC
cef_download_handler_t> {
public:
explicit CefDownloadHandlerCppToC(CefDownloadHandler* cls);
virtual ~CefDownloadHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefDownloadItemCallbackCppToC
cef_download_item_callback_t> {
public:
explicit CefDownloadItemCallbackCppToC(CefDownloadItemCallback* cls);
virtual ~CefDownloadItemCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefDownloadItemCppToC
cef_download_item_t> {
public:
explicit CefDownloadItemCppToC(CefDownloadItem* cls);
virtual ~CefDownloadItemCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefDragDataCppToC
: public CefCppToC<CefDragDataCppToC, CefDragData, cef_drag_data_t> {
public:
explicit CefDragDataCppToC(CefDragData* cls);
virtual ~CefDragDataCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefDragHandlerCppToC
cef_drag_handler_t> {
public:
explicit CefDragHandlerCppToC(CefDragHandler* cls);
virtual ~CefDragHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefEndTracingCallbackCppToC
cef_end_tracing_callback_t> {
public:
explicit CefEndTracingCallbackCppToC(CefEndTracingCallback* cls);
virtual ~CefEndTracingCallbackCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefFileDialogCallbackCppToC
cef_file_dialog_callback_t> {
public:
explicit CefFileDialogCallbackCppToC(CefFileDialogCallback* cls);
virtual ~CefFileDialogCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefFocusHandlerCppToC
cef_focus_handler_t> {
public:
explicit CefFocusHandlerCppToC(CefFocusHandler* cls);
virtual ~CefFocusHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -32,7 +32,6 @@ class CefFrameCppToC
: public CefCppToC<CefFrameCppToC, CefFrame, cef_frame_t> {
public:
explicit CefFrameCppToC(CefFrame* cls);
virtual ~CefFrameCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefGeolocationCallbackCppToC
cef_geolocation_callback_t> {
public:
explicit CefGeolocationCallbackCppToC(CefGeolocationCallback* cls);
virtual ~CefGeolocationCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefGeolocationHandlerCppToC
cef_geolocation_handler_t> {
public:
explicit CefGeolocationHandlerCppToC(CefGeolocationHandler* cls);
virtual ~CefGeolocationHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefGetGeolocationCallbackCppToC
CefGetGeolocationCallback, cef_get_geolocation_callback_t> {
public:
explicit CefGetGeolocationCallbackCppToC(CefGetGeolocationCallback* cls);
virtual ~CefGetGeolocationCallbackCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefJSDialogCallbackCppToC
cef_jsdialog_callback_t> {
public:
explicit CefJSDialogCallbackCppToC(CefJSDialogCallback* cls);
virtual ~CefJSDialogCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefJSDialogHandlerCppToC
cef_jsdialog_handler_t> {
public:
explicit CefJSDialogHandlerCppToC(CefJSDialogHandler* cls);
virtual ~CefJSDialogHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefKeyboardHandlerCppToC
cef_keyboard_handler_t> {
public:
explicit CefKeyboardHandlerCppToC(CefKeyboardHandler* cls);
virtual ~CefKeyboardHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -31,7 +31,6 @@ class CefLifeSpanHandlerCppToC
cef_life_span_handler_t> {
public:
explicit CefLifeSpanHandlerCppToC(CefLifeSpanHandler* cls);
virtual ~CefLifeSpanHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefListValueCppToC
: public CefCppToC<CefListValueCppToC, CefListValue, cef_list_value_t> {
public:
explicit CefListValueCppToC(CefListValue* cls);
virtual ~CefListValueCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefLoadHandlerCppToC
cef_load_handler_t> {
public:
explicit CefLoadHandlerCppToC(CefLoadHandler* cls);
virtual ~CefLoadHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefMenuModelCppToC
: public CefCppToC<CefMenuModelCppToC, CefMenuModel, cef_menu_model_t> {
public:
explicit CefMenuModelCppToC(CefMenuModel* cls);
virtual ~CefMenuModelCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefPostDataCppToC
: public CefCppToC<CefPostDataCppToC, CefPostData, cef_post_data_t> {
public:
explicit CefPostDataCppToC(CefPostData* cls);
virtual ~CefPostDataCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefPostDataElementCppToC
cef_post_data_element_t> {
public:
explicit CefPostDataElementCppToC(CefPostDataElement* cls);
virtual ~CefPostDataElementCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefPrintDialogCallbackCppToC
cef_print_dialog_callback_t> {
public:
explicit CefPrintDialogCallbackCppToC(CefPrintDialogCallback* cls);
virtual ~CefPrintDialogCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefPrintHandlerCppToC
cef_print_handler_t> {
public:
explicit CefPrintHandlerCppToC(CefPrintHandler* cls);
virtual ~CefPrintHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefPrintJobCallbackCppToC
cef_print_job_callback_t> {
public:
explicit CefPrintJobCallbackCppToC(CefPrintJobCallback* cls);
virtual ~CefPrintJobCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefPrintSettingsCppToC
cef_print_settings_t> {
public:
explicit CefPrintSettingsCppToC(CefPrintSettings* cls);
virtual ~CefPrintSettingsCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefProcessMessageCppToC
cef_process_message_t> {
public:
explicit CefProcessMessageCppToC(CefProcessMessage* cls);
virtual ~CefProcessMessageCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefQuotaCallbackCppToC
cef_quota_callback_t> {
public:
explicit CefQuotaCallbackCppToC(CefQuotaCallback* cls);
virtual ~CefQuotaCallbackCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefReadHandlerCppToC
cef_read_handler_t> {
public:
explicit CefReadHandlerCppToC(CefReadHandler* cls);
virtual ~CefReadHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefRenderHandlerCppToC
cef_render_handler_t> {
public:
explicit CefRenderHandlerCppToC(CefRenderHandler* cls);
virtual ~CefRenderHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefRenderProcessHandlerCppToC
cef_render_process_handler_t> {
public:
explicit CefRenderProcessHandlerCppToC(CefRenderProcessHandler* cls);
virtual ~CefRenderProcessHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefRequestContextCppToC
cef_request_context_t> {
public:
explicit CefRequestContextCppToC(CefRequestContext* cls);
virtual ~CefRequestContextCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefRequestContextHandlerCppToC
cef_request_context_handler_t> {
public:
explicit CefRequestContextHandlerCppToC(CefRequestContextHandler* cls);
virtual ~CefRequestContextHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefRequestCppToC
: public CefCppToC<CefRequestCppToC, CefRequest, cef_request_t> {
public:
explicit CefRequestCppToC(CefRequest* cls);
virtual ~CefRequestCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefRequestHandlerCppToC
cef_request_handler_t> {
public:
explicit CefRequestHandlerCppToC(CefRequestHandler* cls);
virtual ~CefRequestHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefResourceBundleHandlerCppToC
cef_resource_bundle_handler_t> {
public:
explicit CefResourceBundleHandlerCppToC(CefResourceBundleHandler* cls);
virtual ~CefResourceBundleHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefResourceHandlerCppToC
cef_resource_handler_t> {
public:
explicit CefResourceHandlerCppToC(CefResourceHandler* cls);
virtual ~CefResourceHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefResponseCppToC
: public CefCppToC<CefResponseCppToC, CefResponse, cef_response_t> {
public:
explicit CefResponseCppToC(CefResponse* cls);
virtual ~CefResponseCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -31,7 +31,6 @@ class CefRunFileDialogCallbackCppToC
cef_run_file_dialog_callback_t> {
public:
explicit CefRunFileDialogCallbackCppToC(CefRunFileDialogCallback* cls);
virtual ~CefRunFileDialogCallbackCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefSchemeHandlerFactoryCppToC
cef_scheme_handler_factory_t> {
public:
explicit CefSchemeHandlerFactoryCppToC(CefSchemeHandlerFactory* cls);
virtual ~CefSchemeHandlerFactoryCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefSchemeRegistrarCppToC
cef_scheme_registrar_t> {
public:
explicit CefSchemeRegistrarCppToC(CefSchemeRegistrar* cls);
virtual ~CefSchemeRegistrarCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefStreamReaderCppToC
cef_stream_reader_t> {
public:
explicit CefStreamReaderCppToC(CefStreamReader* cls);
virtual ~CefStreamReaderCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefStreamWriterCppToC
cef_stream_writer_t> {
public:
explicit CefStreamWriterCppToC(CefStreamWriter* cls);
virtual ~CefStreamWriterCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefStringVisitorCppToC
cef_string_visitor_t> {
public:
explicit CefStringVisitorCppToC(CefStringVisitor* cls);
virtual ~CefStringVisitorCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefTaskCppToC
: public CefCppToC<CefTaskCppToC, CefTask, cef_task_t> {
public:
explicit CefTaskCppToC(CefTask* cls);
virtual ~CefTaskCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefTaskRunnerCppToC
: public CefCppToC<CefTaskRunnerCppToC, CefTaskRunner, cef_task_runner_t> {
public:
explicit CefTaskRunnerCppToC(CefTaskRunner* cls);
virtual ~CefTaskRunnerCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefURLRequestClientCppToC
cef_urlrequest_client_t> {
public:
explicit CefURLRequestClientCppToC(CefURLRequestClient* cls);
virtual ~CefURLRequestClientCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefURLRequestCppToC
: public CefCppToC<CefURLRequestCppToC, CefURLRequest, cef_urlrequest_t> {
public:
explicit CefURLRequestCppToC(CefURLRequest* cls);
virtual ~CefURLRequestCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefV8AccessorCppToC
: public CefCppToC<CefV8AccessorCppToC, CefV8Accessor, cef_v8accessor_t> {
public:
explicit CefV8AccessorCppToC(CefV8Accessor* cls);
virtual ~CefV8AccessorCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefV8ContextCppToC
: public CefCppToC<CefV8ContextCppToC, CefV8Context, cef_v8context_t> {
public:
explicit CefV8ContextCppToC(CefV8Context* cls);
virtual ~CefV8ContextCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefV8ExceptionCppToC
cef_v8exception_t> {
public:
explicit CefV8ExceptionCppToC(CefV8Exception* cls);
virtual ~CefV8ExceptionCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefV8HandlerCppToC
: public CefCppToC<CefV8HandlerCppToC, CefV8Handler, cef_v8handler_t> {
public:
explicit CefV8HandlerCppToC(CefV8Handler* cls);
virtual ~CefV8HandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefV8StackFrameCppToC
cef_v8stack_frame_t> {
public:
explicit CefV8StackFrameCppToC(CefV8StackFrame* cls);
virtual ~CefV8StackFrameCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefV8StackTraceCppToC
cef_v8stack_trace_t> {
public:
explicit CefV8StackTraceCppToC(CefV8StackTrace* cls);
virtual ~CefV8StackTraceCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefV8ValueCppToC
: public CefCppToC<CefV8ValueCppToC, CefV8Value, cef_v8value_t> {
public:
explicit CefV8ValueCppToC(CefV8Value* cls);
virtual ~CefV8ValueCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefWebPluginInfoCppToC
cef_web_plugin_info_t> {
public:
explicit CefWebPluginInfoCppToC(CefWebPluginInfo* cls);
virtual ~CefWebPluginInfoCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefWebPluginInfoVisitorCppToC
cef_web_plugin_info_visitor_t> {
public:
explicit CefWebPluginInfoVisitorCppToC(CefWebPluginInfoVisitor* cls);
virtual ~CefWebPluginInfoVisitorCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -30,7 +30,6 @@ class CefWebPluginUnstableCallbackCppToC
public:
explicit CefWebPluginUnstableCallbackCppToC(
CefWebPluginUnstableCallback* cls);
virtual ~CefWebPluginUnstableCallbackCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefWriteHandlerCppToC
cef_write_handler_t> {
public:
explicit CefWriteHandlerCppToC(CefWriteHandler* cls);
virtual ~CefWriteHandlerCppToC() {}
};
#endif // USING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefXmlReaderCppToC
: public CefCppToC<CefXmlReaderCppToC, CefXmlReader, cef_xml_reader_t> {
public:
explicit CefXmlReaderCppToC(CefXmlReader* cls);
virtual ~CefXmlReaderCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -28,7 +28,6 @@ class CefZipReaderCppToC
: public CefCppToC<CefZipReaderCppToC, CefZipReader, cef_zip_reader_t> {
public:
explicit CefZipReaderCppToC(CefZipReader* cls);
virtual ~CefZipReaderCppToC() {}
};
#endif // BUILDING_CEF_SHARED

View File

@@ -34,7 +34,6 @@ class CefAllowCertificateErrorCallbackCToCpp
: CefCToCpp<CefAllowCertificateErrorCallbackCToCpp,
CefAllowCertificateErrorCallback,
cef_allow_certificate_error_callback_t>(str) {}
virtual ~CefAllowCertificateErrorCallbackCToCpp() {}
// CefAllowCertificateErrorCallback methods
virtual void Continue(bool allow) OVERRIDE;

View File

@@ -29,18 +29,15 @@ class CefAppCToCpp
public:
explicit CefAppCToCpp(cef_app_t* str)
: CefCToCpp<CefAppCToCpp, CefApp, cef_app_t>(str) {}
virtual ~CefAppCToCpp() {}
// CefApp methods
virtual void OnBeforeCommandLineProcessing(const CefString& process_type,
CefRefPtr<CefCommandLine> command_line) OVERRIDE;
virtual void OnRegisterCustomSchemes(
CefRefPtr<CefSchemeRegistrar> registrar) OVERRIDE;
virtual CefRefPtr<CefResourceBundleHandler> GetResourceBundleHandler(
) OVERRIDE;
virtual CefRefPtr<CefBrowserProcessHandler> GetBrowserProcessHandler(
) OVERRIDE;
virtual CefRefPtr<CefRenderProcessHandler> GetRenderProcessHandler() OVERRIDE;
void OnBeforeCommandLineProcessing(const CefString& process_type,
CefRefPtr<CefCommandLine> command_line) override;
void OnRegisterCustomSchemes(
CefRefPtr<CefSchemeRegistrar> registrar) override;
CefRefPtr<CefResourceBundleHandler> GetResourceBundleHandler() override;
CefRefPtr<CefBrowserProcessHandler> GetBrowserProcessHandler() override;
CefRefPtr<CefRenderProcessHandler> GetRenderProcessHandler() override;
};
#endif // BUILDING_CEF_SHARED

View File

@@ -31,7 +31,6 @@ class CefAuthCallbackCToCpp
explicit CefAuthCallbackCToCpp(cef_auth_callback_t* str)
: CefCToCpp<CefAuthCallbackCToCpp, CefAuthCallback, cef_auth_callback_t>(
str) {}
virtual ~CefAuthCallbackCToCpp() {}
// CefAuthCallback methods
virtual void Continue(const CefString& username,

View File

@@ -31,7 +31,6 @@ class CefBeforeDownloadCallbackCToCpp
explicit CefBeforeDownloadCallbackCToCpp(cef_before_download_callback_t* str)
: CefCToCpp<CefBeforeDownloadCallbackCToCpp, CefBeforeDownloadCallback,
cef_before_download_callback_t>(str) {}
virtual ~CefBeforeDownloadCallbackCToCpp() {}
// CefBeforeDownloadCallback methods
virtual void Continue(const CefString& download_path,

View File

@@ -31,7 +31,6 @@ class CefBinaryValueCToCpp
explicit CefBinaryValueCToCpp(cef_binary_value_t* str)
: CefCToCpp<CefBinaryValueCToCpp, CefBinaryValue, cef_binary_value_t>(
str) {}
virtual ~CefBinaryValueCToCpp() {}
// CefBinaryValue methods
virtual bool IsValid() OVERRIDE;

View File

@@ -32,7 +32,6 @@ class CefBrowserCToCpp
public:
explicit CefBrowserCToCpp(cef_browser_t* str)
: CefCToCpp<CefBrowserCToCpp, CefBrowser, cef_browser_t>(str) {}
virtual ~CefBrowserCToCpp() {}
// CefBrowser methods
virtual CefRefPtr<CefBrowserHost> GetHost() OVERRIDE;

View File

@@ -34,7 +34,6 @@ class CefBrowserHostCToCpp
explicit CefBrowserHostCToCpp(cef_browser_host_t* str)
: CefCToCpp<CefBrowserHostCToCpp, CefBrowserHost, cef_browser_host_t>(
str) {}
virtual ~CefBrowserHostCToCpp() {}
// CefBrowserHost methods
virtual CefRefPtr<CefBrowser> GetBrowser() OVERRIDE;

View File

@@ -31,15 +31,14 @@ class CefBrowserProcessHandlerCToCpp
explicit CefBrowserProcessHandlerCToCpp(cef_browser_process_handler_t* str)
: CefCToCpp<CefBrowserProcessHandlerCToCpp, CefBrowserProcessHandler,
cef_browser_process_handler_t>(str) {}
virtual ~CefBrowserProcessHandlerCToCpp() {}
// CefBrowserProcessHandler methods
virtual void OnContextInitialized() OVERRIDE;
virtual void OnBeforeChildProcessLaunch(
CefRefPtr<CefCommandLine> command_line) OVERRIDE;
virtual void OnRenderProcessThreadCreated(
CefRefPtr<CefListValue> extra_info) OVERRIDE;
virtual CefRefPtr<CefPrintHandler> GetPrintHandler() OVERRIDE;
void OnContextInitialized() override;
void OnBeforeChildProcessLaunch(
CefRefPtr<CefCommandLine> command_line) override;
void OnRenderProcessThreadCreated(
CefRefPtr<CefListValue> extra_info) override;
CefRefPtr<CefPrintHandler> GetPrintHandler() override;
};
#endif // BUILDING_CEF_SHARED

View File

@@ -29,7 +29,6 @@ class CefCallbackCToCpp
public:
explicit CefCallbackCToCpp(cef_callback_t* str)
: CefCToCpp<CefCallbackCToCpp, CefCallback, cef_callback_t>(str) {}
virtual ~CefCallbackCToCpp() {}
// CefCallback methods
virtual void Continue() OVERRIDE;

View File

@@ -29,25 +29,24 @@ class CefClientCToCpp
public:
explicit CefClientCToCpp(cef_client_t* str)
: CefCToCpp<CefClientCToCpp, CefClient, cef_client_t>(str) {}
virtual ~CefClientCToCpp() {}
// CefClient methods
virtual CefRefPtr<CefContextMenuHandler> GetContextMenuHandler() OVERRIDE;
virtual CefRefPtr<CefDialogHandler> GetDialogHandler() OVERRIDE;
virtual CefRefPtr<CefDisplayHandler> GetDisplayHandler() OVERRIDE;
virtual CefRefPtr<CefDownloadHandler> GetDownloadHandler() OVERRIDE;
virtual CefRefPtr<CefDragHandler> GetDragHandler() OVERRIDE;
virtual CefRefPtr<CefFocusHandler> GetFocusHandler() OVERRIDE;
virtual CefRefPtr<CefGeolocationHandler> GetGeolocationHandler() OVERRIDE;
virtual CefRefPtr<CefJSDialogHandler> GetJSDialogHandler() OVERRIDE;
virtual CefRefPtr<CefKeyboardHandler> GetKeyboardHandler() OVERRIDE;
virtual CefRefPtr<CefLifeSpanHandler> GetLifeSpanHandler() OVERRIDE;
virtual CefRefPtr<CefLoadHandler> GetLoadHandler() OVERRIDE;
virtual CefRefPtr<CefRenderHandler> GetRenderHandler() OVERRIDE;
virtual CefRefPtr<CefRequestHandler> GetRequestHandler() OVERRIDE;
virtual bool OnProcessMessageReceived(CefRefPtr<CefBrowser> browser,
CefRefPtr<CefContextMenuHandler> GetContextMenuHandler() override;
CefRefPtr<CefDialogHandler> GetDialogHandler() override;
CefRefPtr<CefDisplayHandler> GetDisplayHandler() override;
CefRefPtr<CefDownloadHandler> GetDownloadHandler() override;
CefRefPtr<CefDragHandler> GetDragHandler() override;
CefRefPtr<CefFocusHandler> GetFocusHandler() override;
CefRefPtr<CefGeolocationHandler> GetGeolocationHandler() override;
CefRefPtr<CefJSDialogHandler> GetJSDialogHandler() override;
CefRefPtr<CefKeyboardHandler> GetKeyboardHandler() override;
CefRefPtr<CefLifeSpanHandler> GetLifeSpanHandler() override;
CefRefPtr<CefLoadHandler> GetLoadHandler() override;
CefRefPtr<CefRenderHandler> GetRenderHandler() override;
CefRefPtr<CefRequestHandler> GetRequestHandler() override;
bool OnProcessMessageReceived(CefRefPtr<CefBrowser> browser,
CefProcessId source_process,
CefRefPtr<CefProcessMessage> message) OVERRIDE;
CefRefPtr<CefProcessMessage> message) override;
};
#endif // BUILDING_CEF_SHARED

View File

@@ -32,7 +32,6 @@ class CefCommandLineCToCpp
explicit CefCommandLineCToCpp(cef_command_line_t* str)
: CefCToCpp<CefCommandLineCToCpp, CefCommandLine, cef_command_line_t>(
str) {}
virtual ~CefCommandLineCToCpp() {}
// CefCommandLine methods
virtual bool IsValid() OVERRIDE;

View File

@@ -31,10 +31,9 @@ class CefCompletionCallbackCToCpp
explicit CefCompletionCallbackCToCpp(cef_completion_callback_t* str)
: CefCToCpp<CefCompletionCallbackCToCpp, CefCompletionCallback,
cef_completion_callback_t>(str) {}
virtual ~CefCompletionCallbackCToCpp() {}
// CefCompletionCallback methods
virtual void OnComplete() OVERRIDE;
void OnComplete() override;
};
#endif // BUILDING_CEF_SHARED

View File

@@ -31,17 +31,16 @@ class CefContextMenuHandlerCToCpp
explicit CefContextMenuHandlerCToCpp(cef_context_menu_handler_t* str)
: CefCToCpp<CefContextMenuHandlerCToCpp, CefContextMenuHandler,
cef_context_menu_handler_t>(str) {}
virtual ~CefContextMenuHandlerCToCpp() {}
// CefContextMenuHandler methods
virtual void OnBeforeContextMenu(CefRefPtr<CefBrowser> browser,
void OnBeforeContextMenu(CefRefPtr<CefBrowser> browser,
CefRefPtr<CefFrame> frame, CefRefPtr<CefContextMenuParams> params,
CefRefPtr<CefMenuModel> model) OVERRIDE;
virtual bool OnContextMenuCommand(CefRefPtr<CefBrowser> browser,
CefRefPtr<CefMenuModel> model) override;
bool OnContextMenuCommand(CefRefPtr<CefBrowser> browser,
CefRefPtr<CefFrame> frame, CefRefPtr<CefContextMenuParams> params,
int command_id, EventFlags event_flags) OVERRIDE;
virtual void OnContextMenuDismissed(CefRefPtr<CefBrowser> browser,
CefRefPtr<CefFrame> frame) OVERRIDE;
int command_id, EventFlags event_flags) override;
void OnContextMenuDismissed(CefRefPtr<CefBrowser> browser,
CefRefPtr<CefFrame> frame) override;
};
#endif // BUILDING_CEF_SHARED

View File

@@ -32,7 +32,6 @@ class CefContextMenuParamsCToCpp
explicit CefContextMenuParamsCToCpp(cef_context_menu_params_t* str)
: CefCToCpp<CefContextMenuParamsCToCpp, CefContextMenuParams,
cef_context_menu_params_t>(str) {}
virtual ~CefContextMenuParamsCToCpp() {}
// CefContextMenuParams methods
virtual int GetXCoord() OVERRIDE;

View File

@@ -32,7 +32,6 @@ class CefCookieManagerCToCpp
explicit CefCookieManagerCToCpp(cef_cookie_manager_t* str)
: CefCToCpp<CefCookieManagerCToCpp, CefCookieManager,
cef_cookie_manager_t>(str) {}
virtual ~CefCookieManagerCToCpp() {}
// CefCookieManager methods
virtual void SetSupportedSchemes(

View File

@@ -31,11 +31,10 @@ class CefCookieVisitorCToCpp
explicit CefCookieVisitorCToCpp(cef_cookie_visitor_t* str)
: CefCToCpp<CefCookieVisitorCToCpp, CefCookieVisitor,
cef_cookie_visitor_t>(str) {}
virtual ~CefCookieVisitorCToCpp() {}
// CefCookieVisitor methods
virtual bool Visit(const CefCookie& cookie, int count, int total,
bool& deleteCookie) OVERRIDE;
bool Visit(const CefCookie& cookie, int count, int total,
bool& deleteCookie) override;
};
#endif // BUILDING_CEF_SHARED

View File

@@ -32,13 +32,12 @@ class CefDialogHandlerCToCpp
explicit CefDialogHandlerCToCpp(cef_dialog_handler_t* str)
: CefCToCpp<CefDialogHandlerCToCpp, CefDialogHandler,
cef_dialog_handler_t>(str) {}
virtual ~CefDialogHandlerCToCpp() {}
// CefDialogHandler methods
virtual bool OnFileDialog(CefRefPtr<CefBrowser> browser, FileDialogMode mode,
bool OnFileDialog(CefRefPtr<CefBrowser> browser, FileDialogMode mode,
const CefString& title, const CefString& default_file_name,
const std::vector<CefString>& accept_types,
CefRefPtr<CefFileDialogCallback> callback) OVERRIDE;
CefRefPtr<CefFileDialogCallback> callback) override;
};
#endif // BUILDING_CEF_SHARED

View File

@@ -31,7 +31,6 @@ class CefDictionaryValueCToCpp
explicit CefDictionaryValueCToCpp(cef_dictionary_value_t* str)
: CefCToCpp<CefDictionaryValueCToCpp, CefDictionaryValue,
cef_dictionary_value_t>(str) {}
virtual ~CefDictionaryValueCToCpp() {}
// CefDictionaryValue methods
virtual bool IsValid() OVERRIDE;

Some files were not shown because too many files have changed in this diff Show More