HomeSort by relevance Sort by last modified time
    Searched defs:hwnd_ (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/chrome/browser/ui/views/frame/
minimize_button_metrics_win.h 28 // Must be called when hwnd_ is activated to update the minimize button
36 HWND hwnd_; member in class:MinimizeButtonMetrics
  /external/chromium_org/chrome/browser/ui/views/panels/
taskbar_window_thumbnailer_win.h 65 HWND hwnd_; member in class:TaskbarWindowThumbnailerWin
  /external/chromium_org/ui/views/win/
scoped_fullscreen_visibility.h 32 HWND hwnd_; member in class:views::ScopedFullscreenVisibility
fullscreen_handler.h 25 void set_hwnd(HWND hwnd) { hwnd_ = hwnd; }
47 HWND hwnd_; member in class:views::FullscreenHandler
hwnd_message_handler.cc 299 hwnd_(owner_->hwnd()),
302 force_(!(GetWindowLong(hwnd_, GWL_STYLE) & WS_CAPTION)) {
303 if (was_visible_ && ::IsWindow(hwnd_))
308 if (!cancel_unlock_ && was_visible_ && ::IsWindow(hwnd_))
319 HWND hwnd_; member in class:views::HWNDMessageHandler::ScopedRedrawLock
    [all...]
  /external/chromium_org/content/browser/compositor/
software_output_device_win.h 35 HWND hwnd_; member in class:content::SoftwareOutputDeviceWin
  /external/chromium_org/ui/base/dragdrop/
drop_target_win.h 54 HWND GetHWND() { return hwnd_; }
105 HWND hwnd_; member in class:ui::DropTargetWin
  /external/chromium_org/ui/gfx/
canvas_paint_win.h 66 HWND hwnd_; member in class:gfx::CanvasSkiaPaint
  /external/chromium_org/base/win/
scoped_hdc.h 22 : hwnd_(hwnd),
24 if (hwnd_) {
25 DCHECK(IsWindow(hwnd_));
37 ReleaseDC(hwnd_, hdc_);
43 HWND hwnd_; member in class:base::win::ScopedGetDC
  /external/chromium_org/remoting/host/
continue_window_win.cc 40 HWND hwnd_; member in class:remoting::__anon15025::ContinueWindowWin
46 : hwnd_(NULL) {
55 DCHECK(!hwnd_);
58 hwnd_ = CreateDialogParam(instance, MAKEINTRESOURCE(IDD_CONTINUE), NULL,
60 if (!hwnd_) {
65 ShowWindow(hwnd_, SW_SHOW);
100 hwnd_ = NULL;
107 hwnd_ = NULL;
112 hwnd_ = NULL;
122 if (hwnd_) {
    [all...]
disconnect_window_win.cc 73 HWND hwnd_; member in class:remoting::__anon15038::DisconnectWindowWin
109 : hwnd_(NULL),
179 hwnd_ = NULL;
211 HDC hdc = BeginPaint(hwnd_, &ps);
213 GetClientRect(hwnd_, &rect);
220 EndPaint(hwnd_, &ps);
229 DCHECK(!hwnd_);
232 hwnd_ = CreateDialogParam(module, MAKEINTRESOURCE(IDD_DISCONNECT), NULL,
234 if (!hwnd_)
238 if (!has_hotkey_ && RegisterHotKey(hwnd_, DISCONNECT_HOTKEY_ID
    [all...]
  /external/chromium_org/third_party/webrtc/test/win/
d3d_renderer.h 43 HWND hwnd_; member in class:webrtc::test::D3dRenderer
  /external/chromium_org/ui/gfx/win/
window_impl.h 56 HWND hwnd() const { return hwnd_; }
111 HWND hwnd_; member in class:gfx::WindowImpl
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.cc 82 hwnd_ = CreateWindowEx(l10n_util::GetExtendedStyles(), kWindowClassName,
84 gfx::CheckWindowCreated(hwnd_);
85 gfx::SetWindowUserData(hwnd_, this);
89 DestroyWindow(hwnd_);
92 HWND hwnd() const { return hwnd_; }
364 HWND hwnd_; member in class:views::NativeMenuWin::MenuHostWindow

Completed in 259 milliseconds