OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ex_styles
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/ui/tabs/
dock_info_win.cc
80
LONG
ex_styles
= GetWindowLong(hwnd, GWL_EXSTYLE);
local
81
if (
ex_styles
& WS_EX_TRANSPARENT ||
ex_styles
& WS_EX_LAYERED) {
/external/chromium_org/chrome/browser/ui/views/message_center/
message_center_widget_delegate.cc
155
LONG_PTR
ex_styles
= ::GetWindowLongPtr(hwnd, GWL_EXSTYLE);
local
156
ex_styles
|= WS_EX_TOOLWINDOW;
157
::SetWindowLongPtr(hwnd, GWL_EXSTYLE,
ex_styles
);
/external/chromium_org/chrome/browser/ui/views/tabs/
dock_info_win.cc
95
LONG
ex_styles
= GetWindowLong(hwnd, GWL_EXSTYLE);
local
96
if (
ex_styles
& WS_EX_TRANSPARENT ||
ex_styles
& WS_EX_LAYERED) {
/external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc
271
LONG_PTR
ex_styles
= GetWindowLongPtr(hwnd, GWL_EXSTYLE);
local
272
ex_styles
|= WS_EX_TOOLWINDOW;
273
SetWindowLongPtr(hwnd, GWL_EXSTYLE,
ex_styles
);
Completed in 105 milliseconds