Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/win/
Dwindow_impl.h64 void set_window_ex_style(DWORD style) { window_ex_style_ = style; } in set_window_ex_style()
65 DWORD window_ex_style() const { return window_ex_style_; } in window_ex_style()
105 DWORD window_ex_style_; variable
Dwindow_impl.cc167 window_ex_style_(kWindowDefaultExStyle), in WindowImpl()
216 HWND hwnd = CreateWindowEx(window_ex_style_, in Init()