OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ext_style
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
fullscreen_win.cc
79
LONG
ext_style
= ::GetWindowLong(wnd, GWL_EXSTYLE);
local
81
(
ext_style
& (WS_EX_WINDOWEDGE | WS_EX_TOOLWINDOW)));
/external/chromium_org/chrome/browser/
fullscreen_win.cc
81
LONG
ext_style
= ::GetWindowLong(wnd, GWL_EXSTYLE);
local
83
(
ext_style
& (WS_EX_WINDOWEDGE | WS_EX_TOOLWINDOW)));
Completed in 26 milliseconds