OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:exstyle
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/remoting/host/win/
core.rc.jinja2
32
EXSTYLE
0 {% if IsRtlLanguage(lang) %} | WS_EX_LAYOUTRTL | WS_EX_RTLREADING {% endif %}
47
EXSTYLE
WS_EX_TOPMOST | WS_EX_TOOLWINDOW {% if IsRtlLanguage(lang) %} | WS_EX_LAYOUTRTL | WS_EX_RTLREADING {% endif %}
58
EXSTYLE
WS_EX_TOPMOST | WS_EX_TOOLWINDOW {% if IsRtlLanguage(lang) %} | WS_EX_LAYOUTRTL | WS_EX_RTLREADING {% endif %}
/external/chromium_org/cloud_print/service/win/resources/
setup_dialog.rc
19
EXSTYLE
WS_EX_APPWINDOW | WS_EX_COMPOSITED
/external/chromium/third_party/libjingle/source/talk/base/
win32window.cc
50
DWORD
exstyle
, int x, int y, int cx, int cy) {
70
wnd_ = ::CreateWindowEx(
exstyle
, kWindowBaseClassName, title, style,
win32window.h
48
bool Create(HWND parent, const wchar_t* title, DWORD style, DWORD
exstyle
,
/external/chromium_org/third_party/libjingle/source/talk/base/
win32window.cc
50
DWORD
exstyle
, int x, int y, int cx, int cy) {
78
wnd_ = ::CreateWindowEx(
exstyle
, kWindowBaseClassName, title, style,
win32windowpicker.cc
33
LONG
exstyle
= GetWindowLong(hwnd, GWL_EXSTYLE);
local
35
(owner && !(
exstyle
& WS_EX_APPWINDOW))) {
win32window.h
48
bool Create(HWND parent, const wchar_t* title, DWORD style, DWORD
exstyle
,
/external/chromium_org/chrome/app/
cf_resources.rc
29
EXSTYLE
WS_EX_CONTROLPARENT
/external/chromium_org/third_party/skia/src/utils/win/
SkWGL_win.cpp
172
DWORD style,
exStyle
;
173
exStyle
= WS_EX_CLIENTEDGE;
176
AdjustWindowRectEx(&windowRect, style, false,
exStyle
);
177
if(!(dummy = CreateWindowEx(
exStyle
,
/external/skia/src/utils/win/
SkWGL_win.cpp
172
DWORD style,
exStyle
;
173
exStyle
= WS_EX_CLIENTEDGE;
176
AdjustWindowRectEx(&windowRect, style, false,
exStyle
);
177
if(!(dummy = CreateWindowEx(
exStyle
,
/external/chromium_org/ui/views/controls/
native_control.h
89
//
ExStyle
parameter with the value returned by this function.
native_control_win.h
63
//
ExStyle
parameter with the value returned by this function.
/external/chromium_org/tools/grit/grit/gather/
rc_unittest.py
325
EXSTYLE
WS_EX_TOPMOST
Completed in 242 milliseconds