OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:window_handle_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/media/tools/shader_bench/
window.h
54
gfx::NativeWindow
window_handle_
;
member in class:media::Window
/external/chromium_org/ui/base/ime/win/
tsf_text_store.h
244
HWND
window_handle_
;
member in class:ui::TSFTextStore
/external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win_browsertest.cc
30
:
window_handle_
(NULL),
39
window_handle_
= window_handle;
44
window_handle_
= NULL;
49
HWND window_handle() const { return
window_handle_
; }
54
HWND
window_handle_
;
member in class:content::__anon10186::MockIMM32Manager
/external/chromium_org/ui/gl/
gl_surface_wgl.cc
60
window_handle_
(0),
66
if (
window_handle_
)
67
DestroyWindow(
window_handle_
);
101
window_handle_
= CreateWindow(
111
if (!
window_handle_
) {
116
device_context_ = GetDC(
window_handle_
);
140
HWND
window_handle_
;
member in class:gfx::__anon16791::DisplayWGL
/external/chromium_org/remoting/host/setup/
daemon_controller_win.cc
144
HWND
window_handle_
;
member in class:remoting::__anon12186::DaemonControllerWin
156
window_handle_
(NULL),
304
bind_options.hwnd = GetTopLevelWindow(
window_handle_
);
492
GetTopLevelWindow(
window_handle_
),
540
reinterpret_cast<LONG_PTR>(GetTopLevelWindow(
window_handle_
)));
578
reinterpret_cast<LONG_PTR>(GetTopLevelWindow(
window_handle_
)));
602
window_handle_
= reinterpret_cast<HWND>(window_handle);
/external/chromium_org/content/child/npapi/
plugin_instance.h
79
gfx::PluginWindowHandle window_handle() const { return
window_handle_
; }
81
window_handle_
= value;
293
gfx::PluginWindowHandle
window_handle_
;
member in class:content::PluginInstance
Completed in 217 milliseconds