Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/native/
Dwindow_delegate_view.cc68 SetBackground(views::CreateSolidBackground(background_color_)); in InitContent()
/third_party/cef/libcef/browser/views/
Dview_view.h47 ParentClass::SetBackground( in Initialize()
Dview_impl.h655 content_view()->SetBackground(views::CreateSolidBackground(color)); in SetBackgroundColor()
/third_party/boost/libs/compute/example/
Dopengl_sphere.cpp218 renderer->SetBackground(.1, .2, .31); in main()
/third_party/boost/libs/geometry/example/with_external_libs/
Dx04_wxwidgets_world_mapper.cpp343 dc.SetBackground(*wxLIGHT_GREY_BRUSH); in DrawCountries()
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Dd3d.h661 STDMETHOD(SetBackground)(THIS_ D3DMATERIALHANDLE hMat) PURE; in DECLARE_INTERFACE_() local
683 #define IDirect3DViewport_SetBackground(p,a) (p)->lpVtbl->SetBackground(p,a)
702 #define IDirect3DViewport_SetBackground(p,a) (p)->SetBackground(a)
729 STDMETHOD(SetBackground)(THIS_ D3DMATERIALHANDLE hMat) PURE; in DECLARE_INTERFACE_() local
754 #define IDirect3DViewport2_SetBackground(p,a) (p)->lpVtbl->SetBackground(p,a)
776 #define IDirect3DViewport2_SetBackground(p,a) (p)->SetBackground(a)
805 STDMETHOD(SetBackground)(THIS_ D3DMATERIALHANDLE hMat) PURE; in DECLARE_INTERFACE_() local
834 #define IDirect3DViewport3_SetBackground(p,a) (p)->lpVtbl->SetBackground(p,a)
860 #define IDirect3DViewport3_SetBackground(p,a) (p)->SetBackground(a)
/third_party/cef/patch/patches/
Dviews_1749_2102.patch462 + SetBackground(views::CreateSolidBackground(override_color));