HomeSort by relevance Sort by last modified time
    Searched refs:window_ex_style_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/win/
window_impl.h 63 void set_window_ex_style(DWORD style) { window_ex_style_ = style; }
64 DWORD window_ex_style() const { return window_ex_style_; }
104 DWORD window_ex_style_; member in class:gfx::WindowImpl
window_impl.cc 138 window_ex_style_(kWindowDefaultExStyle),
180 HWND hwnd = CreateWindowEx(window_ex_style_,

Completed in 237 milliseconds