HomeSort by relevance Sort by last modified time
    Searched refs:window_handle (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/ui/base/ime/win/
imm32_manager.h 95 // * window_handle [in] (HWND)
97 void CreateImeWindow(HWND window_handle);
101 // * window_handle [in] (HWND)
118 LRESULT SetImeWindowStyle(HWND window_handle, UINT message,
123 // * window_handle [in] (HWND)
125 void DestroyImeWindow(HWND window_handle);
129 // * window_handle [in] (HWND)
131 void UpdateImeWindow(HWND window_handle);
136 // * window_handle [in] (HWND)
138 void CleanupComposition(HWND window_handle);
    [all...]
imm32_manager.cc 157 void IMM32Manager::CreateImeWindow(HWND window_handle) {
171 if (::CreateCaret(window_handle, NULL, 1, 1)) {
177 UpdateImeWindow(window_handle);
180 LRESULT IMM32Manager::SetImeWindowStyle(HWND window_handle, UINT message,
193 return ::DefWindowProc(window_handle, message, wparam, lparam);
196 void IMM32Manager::DestroyImeWindow(HWND window_handle) {
204 void IMM32Manager::MoveImeWindow(HWND window_handle, HIMC imm_context) {
208 // So this event should be ignored when the |window_handle| no longer has the
210 if (GetFocus() != window_handle)
267 void IMM32Manager::UpdateImeWindow(HWND window_handle) {
    [all...]
tsf_input_scope.h 41 HWND window_handle,
tsf_input_scope.cc 107 typedef HRESULT (WINAPI *SetInputScopesFunc)(HWND window_handle,
203 HWND window_handle,
212 set_input_scopes(window_handle, &input_scopes[0], input_scopes.size(), NULL,
  /external/chromium_org/ui/snapshot/
snapshot_win.h 25 HWND window_handle,
snapshot_win.cc 19 gfx::Rect GetWindowBounds(HWND window_handle) {
21 if (window_handle) {
22 ::GetWindowRect(window_handle, &content_rect);
43 bool GrabHwndSnapshot(HWND window_handle,
46 DCHECK(snapshot_bounds.right() <= GetWindowBounds(window_handle).right());
47 DCHECK(snapshot_bounds.bottom() <= GetWindowBounds(window_handle).bottom());
50 HDC window_hdc = GetWindowDC(window_handle);
84 if (snapshot_bounds.origin() == gfx::Point() && print_window && window_handle)
85 (*print_window)(window_handle, mem_hdc.Get(), 0);
100 ReleaseDC(window_handle, window_hdc)
    [all...]
  /external/chromium_org/content/test/plugin/
plugin_javascript_open_popup.cc 63 HWND window_handle = reinterpret_cast<HWND>(window->window); local
65 if (IsWindow(window_handle)) {
66 HWND parent_window = GetParent(window_handle);
plugin_npobject_lifetime_test.cc 28 HWND window_handle = reinterpret_cast<HWND>(pNPWindow->window);
29 if (!::GetProp(window_handle, L"Plugin_Instance")) {
31 ::SetProp(window_handle, L"Plugin_Instance", this);
35 timer_id_ = SetTimer(window_handle, kNPObjectLifetimeTimer,
130 HWND window_handle = reinterpret_cast<HWND>(np_window->window);
137 timer_id_ = SetTimer(window_handle, kNPObjectLifetimeTimer,
plugin_get_javascript_url_test.cc 48 HWND window_handle = reinterpret_cast<HWND>(pNPWindow->window); local
49 if (!::GetProp(window_handle, L"Plugin_Instance")) {
51 ::SetProp(window_handle, L"Plugin_Instance", this);
55 SetTimer(window_handle, kNPNEvaluateTimerID, kNPNEvaluateTimerElapse,
58 window_ = window_handle;
  /external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
webdriver_tab_list_backend.py 37 for window_handle in window_handles:
40 if old_tab.window_handle == window_handle:
45 self._browser_backend, window_handle)
webdriver_tab_backend.py 11 def __init__(self, browser_backend, window_handle):
13 self._window_handle = window_handle
20 def window_handle(self): member in class:WebDriverTabBackend
  /external/chromium_org/win8/metro_driver/ime/
text_service.h 47 // |text_store_delegate| as if it was an text area owned by |window_handle|.
49 CreateTextService(TextServiceDelegate* delegate, HWND window_handle);
ime_popup_monitor.cc 21 HWND window_handle,
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosvideo.h 50 unsigned int window_handle; member in struct:SDL_PrivateVideoData
SDL_wimpvideo.c 260 if (this->hidden->window_handle) WIMP_DeleteWindow(this);
298 this->hidden->window_handle = window_data[0] = regs.r[0];
304 WIMP_SetFocus(this->hidden->window_handle);
311 return this->hidden->window_handle;
319 regs.r[1] = (unsigned int)&(this->hidden->window_handle);
321 this->hidden->window_handle = 0;
332 update_block[0] = this->hidden->window_handle;
396 if (block[0] == (int)this->hidden->window_handle)
402 regs.r[0] = this->hidden->window_handle;
417 regs.r[0] = this->hidden->window_handle;
    [all...]
  /external/chromium_org/remoting/host/setup/
daemon_installer_win.h 28 static scoped_ptr<DaemonInstallerWin> Create(HWND window_handle,
daemon_controller.h 151 virtual void SetWindow(void* window_handle) = 0;
212 void SetWindow(void* window_handle);
234 void DoSetWindow(void* window_handle, const base::Closure& done);
daemon_controller_delegate_linux.h 31 virtual void SetWindow(void* window_handle) OVERRIDE;
daemon_controller.cc 96 void DaemonController::SetWindow(void* window_handle) {
101 &DaemonController::DoSetWindow, this, window_handle, done);
172 void DaemonController::DoSetWindow(void* window_handle,
176 delegate_->SetWindow(window_handle);
daemon_controller_delegate_mac.h 32 virtual void SetWindow(void* window_handle) OVERRIDE;
daemon_controller_delegate_win.h 38 virtual void SetWindow(void* window_handle) OVERRIDE;
  /external/chromium_org/ui/base/ime/
input_method_win.h 51 LRESULT OnChar(HWND window_handle,
57 LRESULT OnImeSetContext(HWND window_handle,
62 LRESULT OnImeStartComposition(HWND window_handle,
67 LRESULT OnImeComposition(HWND window_handle,
72 LRESULT OnImeEndComposition(HWND window_handle,
input_method_win.cc 223 LRESULT InputMethodWin::OnChar(HWND window_handle,
251 gfx::ShowSystemMenu(window_handle);
256 LRESULT InputMethodWin::OnImeSetContext(HWND window_handle,
262 imm32_manager_.CreateImeWindow(window_handle);
266 window_handle, message, wparam, lparam, handled);
269 LRESULT InputMethodWin::OnImeStartComposition(HWND window_handle,
280 composing_window_handle_ = window_handle;
281 imm32_manager_.CreateImeWindow(window_handle);
282 imm32_manager_.ResetComposition(window_handle);
286 LRESULT InputMethodWin::OnImeComposition(HWND window_handle,
596 const HWND window_handle = GetAttachedWindowHandle(GetTextInputClient()); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.cc 91 intptr_t window_handle)
94 window_handle_(window_handle) {
244 intptr_t window_handle)
245 : core_(new Core(allow_user_level_hosts, window_handle)) {
264 intptr_t window_handle = 0; local
266 window_handle = reinterpret_cast<intptr_t>(
270 new NativeProcessLauncherImpl(allow_user_level_hosts, window_handle));
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 110 int AddWindowSurface(const EGLSurface& surface, WindowHandle* window_handle);
129 int FindSurfaceIdForWindow(const WindowHandle* window_handle);

Completed in 311 milliseconds

1 2