Home
last modified time | relevance | path

Searched refs:GetHWND (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_desktop_window_tree_host_win.cc102 GetHWND())); in GetSystemMenu()
161 browser_window_property_manager_->UpdateWindowProperties(GetHWND()); in HandleCreate()
200 minimize_button_metrics_.Init(GetHWND()); in PostHandleMSG()
227 HDC dc = GetDC(GetHWND()); in PostHandleMSG()
230 GetClientRect(GetHWND(), &client_rect); in PostHandleMSG()
235 ReleaseDC(GetHWND(), dc); in PostHandleMSG()
291 DwmExtendFrameIntoClientArea(GetHWND(), &margins); in UpdateDWMFrame()
/external/chromium_org/ui/views/widget/desktop_aura/
Ddesktop_window_tree_host_win.cc179 drag_drop_client_ = new DesktopDragDropClientWin(window(), GetHWND()); in CreateDragDropClient()
555 ::ClientToScreen(GetHWND(), &cursor_location); in MoveCursorToNative()
759 drag_drop_client_->OnNativeWidgetDestroying(GetHWND()); in HandleDestroying()
869 ClientToScreen(GetHWND(), &target_location); in HandleTouchEvent()
870 ScreenToClient(target->GetHWND(), &target_location); in HandleTouchEvent()
887 msg.hwnd = GetHWND(); in HandleIMEMessage()
969 HWND DesktopWindowTreeHostWin::GetHWND() const { in GetHWND() function in views::DesktopWindowTreeHostWin
Ddesktop_window_tree_host_win.h209 HWND GetHWND() const;
/external/chromium_org/chrome/browser/ui/views/apps/
Dapp_window_desktop_window_tree_host_win.cc85 DwmExtendFrameIntoClientArea(GetHWND(), &margins); in UpdateDWMFrame()
/external/chromium_org/ui/base/dragdrop/
Ddrop_target_win.h54 HWND GetHWND() { return hwnd_; } in GetHWND() function
Ddrop_target_win.cc46 drop_helper->DragEnter(GetHWND(), data_object, in DragEnter()
/external/chromium_org/chrome/browser/ui/views/app_list/win/
Dactivation_tracker_win.cc95 HWND app_list_hwnd = service_->shower().app_list()->GetHWND(); in ShouldDismissAppList()
Dapp_list_service_win.cc381 SetWindowAttributes(shower().app_list()->GetHWND()); in OnViewCreated()
/external/chromium_org/ui/app_list/views/
Dapp_list_view.h116 HWND GetHWND() const;
Dapp_list_view.cc309 HWND AppListView::GetHWND() const { in GetHWND() function in app_list::AppListView