/external/chromium/chrome/browser/renderer_host/ |
render_widget_host_view_win.cc | 331 return m_hWnd; 367 if (parent == m_hWnd) { 374 } else if (::GetParent(parent) != m_hWnd) { 493 views::FocusManager::GetFocusManagerForNativeView(m_hWnd); 500 return ::GetFocus() == m_hWnd; 514 m_hWnd)); 528 if (::GetFocus() == m_hWnd) 563 if (WindowFromPoint(pt) == m_hWnd) { 564 BOOL result = ::ScreenToClient(m_hWnd, &pt); 593 ime_input_.EnableIME(m_hWnd); [all...] |
/external/chromium_org/chrome_frame/infobars/internal/ |
displaced_window_manager.cc | 13 ::SetWindowPos(m_hWnd,
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_win.cc | 522 return m_hWnd; 526 return reinterpret_cast<gfx::NativeViewId>(m_hWnd); 534 NotifyWinEvent(EVENT_SYSTEM_ALERT, m_hWnd, kIdCustom, CHILDID_SELF); 548 m_hWnd, OBJID_WINDOW, IID_IAccessible, 554 m_hWnd, 563 MovePluginWindowsHelper(m_hWnd, plugin_window_moves); 611 return ::GetFocus() == m_hWnd; 633 if (::GetFocus() == m_hWnd) 668 if (WindowFromPoint(pt) == m_hWnd) { 715 imm32_manager_->UpdateCaretRect(m_hWnd, caret_rect_) [all...] |
/external/clang/test/SemaTemplate/ |
ms-lookup-template-base-classes.cpp | 156 int m_hWnd; 163 m_hWnd = 1;
|
/external/chromium_org/remoting/host/win/ |
rdp_client_window.cc | 122 if (m_hWnd) 130 DCHECK(!m_hWnd); 145 if (m_hWnd) 150 if (!m_hWnd) 154 HWND input_window = FindWindowRecursively(m_hWnd, kRdpInputWindowClass); 248 activex_window.Create(m_hWnd, rect, NULL, WS_CHILD | WS_VISIBLE | WS_BORDER); 249 if (activex_window.m_hWnd == NULL) {
|
/external/chromium_org/chrome_frame/test/perf/ |
silverlight.cc | 132 HRESULT hr = host_->CreateControl(L"AgControl.AgControl", m_hWnd, NULL); 164 EXPECT_TRUE(host.m_hWnd != NULL);
|
chrome_frame_perftest.cc | 66 if (m_hWnd) 107 chromeview_.Attach(m_hWnd); 166 DCHECK(m_hWnd); 916 EXPECT_TRUE(host.m_hWnd != NULL); 940 EXPECT_TRUE(host.m_hWnd != NULL); [all...] |
/external/chromium_org/remoting/host/ |
verify_config_window_win.cc | 66 HWND owner = ::GetWindow(m_hWnd, GW_OWNER);
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_win.cc | 159 : ui::DropTarget(edit->m_hWnd), 241 ::ScreenToClient(edit_->m_hWnd, &client_position); 448 SendMessage(m_hWnd, EM_SETWORDBREAKPROC, 0, 483 RevokeDragDrop(m_hWnd); 489 RegisterDragDrop(m_hWnd, drop_target.get()); 739 ::SetFocus(m_hWnd); 759 // IAccessible was allocated for m_hWnd. 761 NotifyWinEvent(EVENT_OBJECT_CREATE, m_hWnd, OBJID_CLIENT, CHILDID_SELF); [all...] |
autocomplete_accessibility.cc | 23 return CreateStdAccessibleObject(edit_box_->m_hWnd, OBJID_CLIENT,
|
/external/chromium_org/chrome_frame/test/ |
simulate_input.cc | 33 RegisterHotKey(m_hWnd, kHotKeyId, 0, VK_F22); 56 UnregisterHotKey(m_hWnd, kHotKeyId);
|
chrome_frame_test_utils.h | 133 m_hWnd = NULL;
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_manager_win.cc | 61 DCHECK(::IsWindow(m_hWnd)); 62 return m_hWnd;
|
/external/chromium_org/chrome_frame/ |
chrome_frame_plugin.h | 91 return (static_cast<const T*>(this))->m_hWnd;
|
chrome_active_document.cc | 167 if (focus != m_hWnd && !::IsChild(m_hWnd, focus)) { 170 ::SetFocus(m_hWnd); 564 ::ShowWindow(m_hWnd, SW_SHOW); 567 m_hWnd = Create(parent_window, position_rect); 630 if (::TranslateAccelerator(m_hWnd, accelerator_table_, 866 find_dialog_.Create(m_hWnd); [all...] |
chrome_frame_automation.cc | 638 if (::IsWindow(m_hWnd)) 810 settings.parent = m_hWnd; 885 m_hWnd, NULL, NULL, NULL, 0); [all...] |
chrome_frame_activex_base.h | 435 HWND parent = ::GetParent(m_hWnd); 502 url_fetcher_->put_notification_window(m_hWnd); 504 automation_client_->SetParentWindow(m_hWnd); 950 accel_message.hwnd = ::GetParent(m_hWnd); [all...] |
chrome_frame_activex.cc | 188 // because m_hWnd has not yet been assigned during the SetSite call. 306 DisplayVersionMismatchWarning(m_hWnd, server_version); 647 TopLevelWindowMapping::GetInstance()->AddMapping(top_window, m_hWnd);
|
/external/chromium_org/ui/views/controls/ |
native_control.cc | 46 ::ShowWindow(m_hWnd, SW_SHOW); 88 control_ = parent_->CreateNativeControl(m_hWnd);
|
/external/chromium/chrome/browser/ui/views/ |
about_ipc_dialog.cc | 277 if (!message_list_.m_hWnd) {
|
/external/chromium_org/chrome/browser/ui/views/ |
about_ipc_dialog.cc | 263 if (!message_list_.m_hWnd) {
|
external_tab_container_win.cc | 220 DCHECK(::IsWindow(m_hWnd)); 221 return m_hWnd; [all...] |
/external/chromium_org/cloud_print/service/win/ |
cloud_print_service_config.cc | 233 if (GetDlgItem(IDC_LOGO).m_hWnd == window) {
|
/external/chromium/chrome/browser/ui/views/frame/ |
browser_view.cc | [all...] |