/third_party/cef/tests/cefclient/browser/ |
D | client_handler_osr.h | 43 const CefRenderHandler::RectList& dirtyRects, 50 const CefRenderHandler::RectList& dirtyRects, in OnAcceleratedPaint() 63 const CefRenderHandler::RectList& character_bounds) = 0; 110 const CefRenderHandler::RectList& dirtyRects, 116 const CefRenderHandler::RectList& dirtyRects, 128 const CefRenderHandler::RectList& character_bounds) override;
|
D | client_handler_osr.cc | 101 const RectList& dirtyRects, in OnPaint() 114 const CefRenderHandler::RectList& dirtyRects, in OnAcceleratedPaint() 146 const CefRenderHandler::RectList& character_bounds) { in OnImeCompositionRangeChanged()
|
D | osr_render_handler_win_gl.h | 31 const CefRenderHandler::RectList& dirtyRects, 37 const CefRenderHandler::RectList& dirtyRects,
|
D | osr_render_handler_win.h | 42 const CefRenderHandler::RectList& dirtyRects, 50 const CefRenderHandler::RectList& dirtyRects,
|
D | osr_window_win.h | 126 const CefRenderHandler::RectList& dirtyRects, 132 const CefRenderHandler::RectList& dirtyRects, 148 const CefRenderHandler::RectList& character_bounds) override;
|
D | osr_render_handler_win_d3d11.h | 66 const CefRenderHandler::RectList& dirtyRects, 72 const CefRenderHandler::RectList& dirtyRects,
|
D | browser_window_osr_mac.h | 70 const CefRenderHandler::RectList& dirtyRects, 88 const CefRenderHandler::RectList& character_bounds) override;
|
D | osr_render_handler_win_gl.cc | 111 const CefRenderHandler::RectList& dirtyRects, in OnPaint() 138 const CefRenderHandler::RectList& dirtyRects, in OnAcceleratedPaint()
|
D | osr_render_handler_win_d3d11.cc | 168 const CefRenderHandler::RectList& dirtyRects, in OnPaint() 179 const CefRenderHandler::RectList& dirtyRects, in OnAcceleratedPaint()
|
D | browser_window_osr_gtk.h | 73 const CefRenderHandler::RectList& dirtyRects, 91 const CefRenderHandler::RectList& character_bounds) override;
|
D | text_input_client_osr_mac.h | 73 character_bounds:(const CefRenderHandler::RectList&)bounds;
|
D | osr_renderer.h | 35 const CefRenderHandler::RectList& dirtyRects,
|
D | osr_renderer.cc | 282 const CefRenderHandler::RectList& dirtyRects, in OnPaint() 329 CefRenderHandler::RectList::const_iterator i = dirtyRects.begin(); in OnPaint()
|
D | osr_window_win.cc | 1013 const CefRenderHandler::RectList& dirtyRects, in OnPaint() 1024 const CefRenderHandler::RectList& dirtyRects, in OnAcceleratedPaint() 1088 const CefRenderHandler::RectList& character_bounds) { in OnImeCompositionRangeChanged() 1093 CefRenderHandler::RectList device_bounds; in OnImeCompositionRangeChanged() 1094 CefRenderHandler::RectList::const_iterator it = character_bounds.begin(); in OnImeCompositionRangeChanged()
|
D | browser_window_osr_mac.mm | 1238 character_bounds:(const CefRenderHandler::RectList&)bounds { argument 1319 const CefRenderHandler::RectList& dirtyRects, 1337 const CefRenderHandler::RectList& character_bounds); 1623 const CefRenderHandler::RectList& dirtyRects, 1709 const CefRenderHandler::RectList& bounds) { 1869 const CefRenderHandler::RectList& dirtyRects, 1902 const CefRenderHandler::RectList& character_bounds) {
|
D | text_input_client_osr_mac.mm | 326 character_bounds:(const CefRenderHandler::RectList&)bounds { argument
|
D | browser_window_osr_gtk.cc | 1231 const CefRenderHandler::RectList& dirtyRects, in OnPaint() 1336 const CefRenderHandler::RectList& character_bounds) { in OnImeCompositionRangeChanged()
|
/third_party/cef/include/ |
D | cef_render_handler.h | 58 typedef std::vector<CefRect> RectList; typedef 144 const RectList& dirtyRects, 161 const RectList& dirtyRects, in OnAcceleratedPaint() 213 const RectList& character_bounds) {} in OnImeCompositionRangeChanged()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | render_handler_ctocpp.h | 52 const RectList& dirtyRects, 58 const RectList& dirtyRects, 72 const RectList& character_bounds) override;
|
D | render_handler_ctocpp.cc | 181 const RectList& dirtyRects, in OnPaint() 227 const RectList& dirtyRects, in OnAcceleratedPaint() 348 const RectList& character_bounds) { in OnImeCompositionRangeChanged()
|
/third_party/flutter/skia/gm/ |
D | convexpolyeffect.cpp | 259 for (RectList::Iter iter(fRects, RectList::Iter::kHead_IterStart); in onDraw() 302 typedef SkTLList<SkRect, 1> RectList; typedef in skiagm::ConvexPolyEffect 304 RectList fRects;
|
/third_party/cef/tests/ceftests/ |
D | osr_display_unittest.cc | 40 const CefRenderHandler::RectList& dirtyRects, in OnPaint() 202 const RectList& dirtyRects, in OnPaint() 376 const RectList& dirtyRects, in OnPaint()
|
D | osr_accessibility_unittest.cc | 63 const CefRenderHandler::RectList& dirtyRects, in OnPaint()
|
D | os_rendering_unittest.cc | 499 const RectList& dirtyRects, in OnPaint() 1167 const CefRenderHandler::RectList& bounds) override { in OnImeCompositionRangeChanged()
|
/third_party/cef/libcef/browser/osr/ |
D | render_widget_host_view_osr.cc | 1462 CefRenderHandler::RectList rcList; in OnPaint() 1687 CefRenderHandler::RectList rcList; in ImeCompositionRangeChanged()
|