Searched refs:window_handle (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/ui/base/ime/win/
H A Dimm32_manager.h95 // * 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...]
H A Dimm32_manager.cc157 void IMM32Manager::CreateImeWindow(HWND window_handle) { argument
171 if (::CreateCaret(window_handle, NULL, 1, 1)) {
177 UpdateImeWindow(window_handle);
180 LRESULT IMM32Manager::SetImeWindowStyle(HWND window_handle, UINT message, argument
193 return ::DefWindowProc(window_handle, message, wparam, lparam);
196 void IMM32Manager::DestroyImeWindow(HWND window_handle) { argument
204 void IMM32Manager::MoveImeWindow(HWND window_handle, HIMC imm_context) { argument
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) { argument
278 CleanupComposition(HWND window_handle) argument
292 ResetComposition(HWND window_handle) argument
297 CompleteComposition(HWND window_handle, HIMC imm_context) argument
383 GetResult( HWND window_handle, LPARAM lparam, base::string16* result) argument
394 GetComposition(HWND window_handle, LPARAM lparam, CompositionText* composition) argument
429 DisableIME(HWND window_handle) argument
439 CancelIME(HWND window_handle) argument
450 EnableIME(HWND window_handle) argument
458 UpdateCaretRect(HWND window_handle, const gfx::Rect& caret_rect) argument
505 SetTextInputMode(HWND window_handle, TextInputMode input_mode) argument
[all...]
H A Dtsf_input_scope.h41 HWND window_handle,
H A Dtsf_input_scope.cc107 typedef HRESULT (WINAPI *SetInputScopesFunc)(HWND window_handle,
203 HWND window_handle,
212 set_input_scopes(window_handle, &input_scopes[0], input_scopes.size(), NULL,
202 SetInputScopeForTsfUnawareWindow( HWND window_handle, TextInputType text_input_type, TextInputMode text_input_mode) argument
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
H A Dwebdriver_tab_list_backend.py37 for window_handle in window_handles:
40 if old_tab.window_handle == window_handle:
45 self._browser_backend, window_handle)
H A Dwebdriver_tab_backend.py11 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/ui/snapshot/
H A Dsnapshot_win.cc19 gfx::Rect GetWindowBounds(HWND window_handle) { argument
21 if (window_handle) {
22 ::GetWindowRect(window_handle, &content_rect);
43 bool GrabHwndSnapshot(HWND window_handle, argument
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_hd
115 GrabWindowSnapshot(gfx::NativeWindow window_handle, std::vector<unsigned char>* png_representation, const gfx::Rect& snapshot_bounds) argument
[all...]
H A Dsnapshot_win.h25 HWND window_handle,
/external/chromium_org/content/test/plugin/
H A Dplugin_javascript_open_popup.cc63 HWND window_handle = reinterpret_cast<HWND>(window->window); local
65 if (IsWindow(window_handle)) {
66 HWND parent_window = GetParent(window_handle);
H A Dplugin_npobject_lifetime_test.cc28 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,
H A Dplugin_get_javascript_url_test.cc48 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/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosvideo.h50 unsigned int window_handle; member in struct:SDL_PrivateVideoData
H A DSDL_wimpvideo.c260 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/
H A Ddaemon_installer_win.h28 static scoped_ptr<DaemonInstallerWin> Create(HWND window_handle,
H A Ddaemon_controller_delegate_linux.h31 virtual void SetWindow(void* window_handle) OVERRIDE;
H A Ddaemon_controller.h151 virtual void SetWindow(void* window_handle) = 0;
212 void SetWindow(void* window_handle);
234 void DoSetWindow(void* window_handle, const base::Closure& done);
H A Ddaemon_controller.cc96 void DaemonController::SetWindow(void* window_handle) { argument
101 &DaemonController::DoSetWindow, this, window_handle, done);
172 void DaemonController::DoSetWindow(void* window_handle, argument
176 delegate_->SetWindow(window_handle);
H A Ddaemon_controller_delegate_mac.h32 virtual void SetWindow(void* window_handle) OVERRIDE;
H A Ddaemon_controller_delegate_win.h38 virtual void SetWindow(void* window_handle) OVERRIDE;
/external/chromium_org/win8/metro_driver/ime/
H A Dtext_service.h47 // |text_store_delegate| as if it was an text area owned by |window_handle|.
49 CreateTextService(TextServiceDelegate* delegate, HWND window_handle);
H A Dime_popup_monitor.cc21 HWND window_handle,
19 ImeEventCallback(HWINEVENTHOOK win_event_hook_handle, DWORD event, HWND window_handle, LONG object_id, LONG child_id, DWORD event_thread, DWORD event_time) argument
H A Dtext_service.cc230 HWND window_handle,
246 text_store = TextStore::Create(window_handle, input_scopes, delegate);
321 HWND window_handle,
324 window_handle_(window_handle),
328 DCHECK(window_handle != NULL);
466 CreateTextService(TextServiceDelegate* delegate, HWND window_handle) { argument
489 window_handle,
226 Create( ITfThreadMgr2* thread_manager, TfClientId client_id, const std::vector<InputScope>& input_scopes, HWND window_handle, TextStoreDelegate* delegate) argument
319 TextServiceImpl(ITfThreadMgr2* thread_manager, TfClientId client_id, HWND window_handle, TextServiceDelegate* delegate) argument
/external/chromium_org/ui/base/ime/
H A Dinput_method_win.h51 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,
H A Dinput_method_win.cc223 LRESULT InputMethodWin::OnChar(HWND window_handle, argument
251 gfx::ShowSystemMenu(window_handle);
256 LRESULT InputMethodWin::OnImeSetContext(HWND window_handle, argument
262 imm32_manager_.CreateImeWindow(window_handle);
266 window_handle, message, wparam, lparam, handled);
269 LRESULT InputMethodWin::OnImeStartComposition(HWND window_handle, argument
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, argument
319 OnImeEndComposition(HWND window_handle, UINT message, WPARAM wparam, LPARAM lparam, BOOL* handled) argument
596 const HWND window_handle = GetAttachedWindowHandle(GetTextInputClient()); local
[all...]
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher.cc91 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));
90 Core(bool allow_user_level_hosts, intptr_t window_handle) argument
242 NativeProcessLauncherImpl( bool allow_user_level_hosts, intptr_t window_handle) argument

Completed in 6041 milliseconds

12