Searched refs:SetBackground (Results 1 – 7 of 7) sorted by relevance
/third_party/cef/libcef/browser/native/ |
D | window_delegate_view.cc | 68 SetBackground(views::CreateSolidBackground(background_color_)); in InitContent()
|
/third_party/cef/libcef/browser/views/ |
D | view_view.h | 47 ParentClass::SetBackground( in Initialize()
|
D | view_impl.h | 655 content_view()->SetBackground(views::CreateSolidBackground(color)); in SetBackgroundColor()
|
/third_party/boost/libs/compute/example/ |
D | opengl_sphere.cpp | 218 renderer->SetBackground(.1, .2, .31); in main()
|
/third_party/boost/libs/geometry/example/with_external_libs/ |
D | x04_wxwidgets_world_mapper.cpp | 343 dc.SetBackground(*wxLIGHT_GREY_BRUSH); in DrawCountries()
|
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/ |
D | d3d.h | 661 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/ |
D | views_1749_2102.patch | 462 + SetBackground(views::CreateSolidBackground(override_color));
|