Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc323 HWND edit_hwnd = NULL; variable
328 if (!edit_hwnd || (hWnd != edit_hwnd)) in BeginPaintIntercept()
337 return (edit_hwnd && (hWnd == edit_hwnd)) || ::EndPaint(hWnd, lpPaint); in EndPaintIntercept()
1716 HWND old_edit_hwnd = edit_hwnd; in OnPaint()
1717 edit_hwnd = m_hWnd; in OnPaint()
1737 edit_hwnd = old_edit_hwnd; in OnPaint()