Home
last modified time | relevance | path

Searched refs:header_footer_url (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/include/internal/
Dcef_types_wrappers.h888 cef_string_clear(&s->header_footer_url); in clear()
897 cef_string_set(src->header_footer_url.str, src->header_footer_url.length, in set()
898 &target->header_footer_url, copy); in set()
Dcef_types.h2402 cef_string_t header_footer_url; member
/third_party/cef/libcef/browser/printing/
Dprint_view_manager.cc94 CefString(&pdf_settings.header_footer_url).ToString16()); in FillInDictionaryFromPdfPrintSettings()
/third_party/cef/tests/cefclient/browser/
Dtest_runner.cc427 CefString(&settings.header_footer_url) = in PrintToPDF()