Home
last modified time | relevance | path

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

/external/chromium_org/ui/native_theme/
Dnative_theme_win.h97 HRESULT PaintTextField(HDC hdc,
257 HRESULT PaintTextField(HDC hdc,
Dnative_theme_base.h90 virtual void PaintTextField(
Dnative_theme_win.cc454 PaintTextField(hdc, part, state, rect, extra.text_field); in PaintDirect()
1545 HRESULT NativeThemeWin::PaintTextField( in PaintTextField() function in ui::NativeThemeWin
1574 return PaintTextField(hdc, EP_EDITTEXT, state_id, extra.classic_state, in PaintTextField()
1580 HRESULT NativeThemeWin::PaintTextField(HDC hdc, in PaintTextField() function in ui::NativeThemeWin
Dnative_theme_base.cc268 PaintTextField(canvas, state, rect, extra.text_field); in Paint()
736 void NativeThemeBase::PaintTextField(SkCanvas* canvas, in PaintTextField() function in ui::NativeThemeBase