OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:current_style
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/views/apps/
chrome_native_app_window_views_win.cc
72
int
current_style
= ::GetWindowLong(hwnd, GWL_STYLE);
local
73
::SetWindowLong(hwnd, GWL_STYLE,
current_style
| WS_CAPTION);
/external/chromium_org/content/browser/renderer_host/
legacy_render_widget_host_win.cc
374
long
current_style
= ::GetWindowLong(hwnd(), GWL_STYLE);
local
376
current_style
| WS_VSCROLL | WS_HSCROLL);
/external/chromium_org/ui/gfx/
render_text_win.cc
60
const int
current_style
= (font->GetStyle() & kStyleMask);
local
62
if (
current_style
!= target_style || current_size != font_size)
[
all
...]
/external/chromium_org/ui/views/win/
hwnd_message_handler.cc
249
long
current_style
= ::GetWindowLong(window, GWL_STYLE);
local
251
current_style
| WS_VSCROLL | WS_HSCROLL);
394
long
current_style
= ::GetWindowLong(hwnd(), GWL_STYLE);
local
395
if (!(
current_style
& WS_POPUP)) {
[
all
...]
Completed in 674 milliseconds