Home
last modified time | relevance | path

Searched refs:GetAsPNG (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/include/
Dcef_image.h170 virtual CefRefPtr<CefBinaryValue> GetAsPNG(float scale_factor,
/third_party/cef/libcef_dll/ctocpp/
Dimage_ctocpp.h64 CefRefPtr<CefBinaryValue> GetAsPNG(float scale_factor,
Dimage_ctocpp.cc264 CefRefPtr<CefBinaryValue> CefImageCToCpp::GetAsPNG(float scale_factor, in GetAsPNG() function in CefImageCToCpp
/third_party/cef/libcef/browser/
Dimage_impl.h60 CefRefPtr<CefBinaryValue> GetAsPNG(float scale_factor,
Dimage_impl.cc225 CefRefPtr<CefBinaryValue> CefImageImpl::GetAsPNG(float scale_factor, in GetAsPNG() function in CefImageImpl
/third_party/cef/libcef_dll/cpptoc/
Dimage_cpptoc.cc339 CefRefPtr<CefBinaryValue> _retval = CefImageCppToC::Get(self)->GetAsPNG( in image_get_as_png()
/third_party/cef/tests/ceftests/
Dimage_unittest.cc99 image->GetAsPNG(scale_factor, true, pixel_width, pixel_height); in VerifySaveAsPNG()
/third_party/cef/tests/cefclient/browser/
Dbrowser_window_osr_gtk.cc1848 self->drag_data_->GetImage()->GetAsPNG(device_scale_factor, true, in DragBegin()