Searched refs:m_hWnd (Results 1 – 6 of 6) sorted by relevance
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_win.cc | 331 return m_hWnd; in GetNativeView() 367 if (parent == m_hWnd) { in MovePluginWindows() 374 } else if (::GetParent(parent) != m_hWnd) { in MovePluginWindows() 493 views::FocusManager::GetFocusManagerForNativeView(m_hWnd); in Blur() 500 return ::GetFocus() == m_hWnd; in HasFocus() 514 m_hWnd)); in Show() 528 if (::GetFocus() == m_hWnd) in Hide() 563 if (WindowFromPoint(pt) == m_hWnd) { in UpdateCursorIfOverSelf() 564 BOOL result = ::ScreenToClient(m_hWnd, &pt); in UpdateCursorIfOverSelf() 593 ime_input_.EnableIME(m_hWnd); in ImeUpdateTextInputState() [all …]
|
/external/clang/test/SemaTemplate/ |
D | ms-lookup-template-base-classes.cpp | 132 int m_hWnd; member in lookup_dependent_base_no_typo_correction::C 139 m_hWnd = 1; in f()
|
/external/chromium/chrome/browser/autocomplete/ |
D | autocomplete_edit_view_win.cc | 159 : ui::DropTarget(edit->m_hWnd), in EditDropTarget() 241 ::ScreenToClient(edit_->m_hWnd, &client_position); in UpdateDropHighlightPosition() 448 SendMessage(m_hWnd, EM_SETWORDBREAKPROC, 0, in AutocompleteEditViewWin() 483 RevokeDragDrop(m_hWnd); in AutocompleteEditViewWin() 489 RegisterDragDrop(m_hWnd, drop_target.get()); in AutocompleteEditViewWin() 739 ::SetFocus(m_hWnd); in SetFocus() 761 NotifyWinEvent(EVENT_OBJECT_CREATE, m_hWnd, OBJID_CLIENT, CHILDID_SELF); in GetIAccessible() 924 return m_hWnd; in GetNativeView() 946 HIMC context = ImmGetContext(m_hWnd); in IsImeComposing() 949 ImmReleaseContext(m_hWnd, context); in IsImeComposing() [all …]
|
D | autocomplete_accessibility.cc | 23 return CreateStdAccessibleObject(edit_box_->m_hWnd, OBJID_CLIENT, in Initialize()
|
/external/chromium/chrome/browser/ui/views/ |
D | about_ipc_dialog.cc | 277 if (!message_list_.m_hWnd) { in Layout()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | browser_view.cc | 2122 ShowWindow(edit_view->m_hWnd, SW_HIDE); 2159 ShowWindow(edit_view->m_hWnd, SW_SHOW);
|