Home
last modified time | relevance | path

Searched refs:m_hWnd (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_win.cc331 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/
Dms-lookup-template-base-classes.cpp132 int m_hWnd; member in lookup_dependent_base_no_typo_correction::C
139 m_hWnd = 1; in f()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.cc159 : 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 …]
Dautocomplete_accessibility.cc23 return CreateStdAccessibleObject(edit_box_->m_hWnd, OBJID_CLIENT, in Initialize()
/external/chromium/chrome/browser/ui/views/
Dabout_ipc_dialog.cc277 if (!message_list_.m_hWnd) { in Layout()
/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_view.cc2122 ShowWindow(edit_view->m_hWnd, SW_HIDE);
2159 ShowWindow(edit_view->m_hWnd, SW_SHOW);