OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_window_style
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/tools/memory_watcher/
hotkey.h
30
set_window_style
(WS_POPUP);
/external/chromium/chrome/browser/ui/views/bubble/
border_widget_win.cc
13
set_window_style
(WS_POPUP);
bubble.cc
171
set_window_style
(WS_POPUP | WS_CLIPCHILDREN);
/external/chromium_org/ui/base/win/
hidden_window.cc
31
g_temp_parent->
set_window_style
(WS_POPUP);
window_impl.h
59
void
set_window_style
(DWORD style) { window_style_ = style; }
function in class:ui::WindowImpl
62
// Sets the extended window styles. See comment about |
set_window_style
|.
foreground_helper.cc
25
set_window_style
(WS_POPUP);
/external/chromium/chrome/browser/ui/views/
browser_bubble_win.cc
19
set_window_style
(WS_POPUP | WS_CLIPCHILDREN);
/external/chromium_org/ui/views/widget/
widget_hwnd_utils.cc
158
handler->
set_window_style
(handler->window_style() | style);
/external/chromium_org/ui/aura/
root_window_host_win.cc
50
set_window_style
(WS_POPUP);
/external/chromium_org/content/browser/web_contents/
web_contents_view_win.cc
151
set_window_style
(WS_VISIBLE | WS_CHILD | WS_CLIPCHILDREN | WS_CLIPSIBLINGS);
/external/chromium/chrome/browser/
external_tab_container_win.cc
136
set_window_style
(WS_POPUP | WS_CLIPCHILDREN);
[
all
...]
aeropeek_manager.cc
716
set_window_style
(WS_POPUP | WS_BORDER | WS_SYSMENU | WS_CAPTION);
[
all
...]
/external/chromium_org/ui/views/controls/menu/
menu_win.cc
74
set_window_style
(WS_CHILD);
/external/chromium_org/ui/views/
view_unittest.cc
788
window.
set_window_style
(WS_OVERLAPPEDWINDOW);
[
all
...]
Completed in 713 milliseconds