Home
last modified time | relevance | path

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

/dports/mail/evolution/evolution-3.42.1/src/web-extensions/
H A De-web-extension.c183 …nnot find '%s', using installed file '%s/%s' instead", filename, EVOLUTION_WEBKITDATADIR, js_filen… in load_javascript_file()
188 …not set or invalid value, using installed file '%s/%s' instead", EVOLUTION_WEBKITDATADIR, js_filen… in load_javascript_file()
193 filename = g_build_filename (EVOLUTION_WEBKITDATADIR, js_filename, NULL); in load_javascript_file()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-util-private.h127 #undef EVOLUTION_WEBKITDATADIR
128 #define EVOLUTION_WEBKITDATADIR _e_get_webkitdatadir () macro
H A De-file-request.c77 filename = g_build_filename (EVOLUTION_WEBKITDATADIR, path, NULL); in e_file_request_process_sync()
H A De-win32-reloc.c138 webkitdatadir = replace_prefix (full_prefix, EVOLUTION_WEBKITDATADIR); in setup()
H A De-web-view.c1060 webkit_web_context_add_path_to_sandbox (web_context, EVOLUTION_WEBKITDATADIR, TRUE); in web_view_constructor()
/dports/mail/evolution/evolution-3.42.1/src/modules/webkit-editor/web-extension/
H A De-editor-web-extension.c110 …nnot find '%s', using installed file '%s/%s' instead", filename, EVOLUTION_WEBKITDATADIR, js_filen… in load_javascript_file()
115 …not set or invalid value, using installed file '%s/%s' instead", EVOLUTION_WEBKITDATADIR, js_filen… in load_javascript_file()
120 filename = g_build_filename (EVOLUTION_WEBKITDATADIR, js_filename, NULL); in load_javascript_file()
/dports/mail/evolution/evolution-3.42.1/src/modules/webkit-editor/
H A De-webkit-editor.c4317 webkit_web_context_add_path_to_sandbox (web_context, EVOLUTION_WEBKITDATADIR, TRUE); in webkit_editor_constructor()