Searched defs:window_handle (Results 1 - 24 of 24) sorted by relevance

/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_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/chromium_org/win8/metro_driver/ime/
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
H A Dtext_store.cc41 HWND window_handle,
75 object->Initialize(window_handle,
83 void TextStore::Initialize(HWND window_handle, argument
88 window_handle_ = window_handle;
361 HWND* window_handle) {
362 if (!window_handle)
366 *window_handle = window_handle_;
40 Create( HWND window_handle, const std::vector<InputScope>& input_scopes, TextStoreDelegate* delegate) argument
360 GetWnd(TsViewCookie view_cookie, HWND* window_handle) argument
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosvideo.h50 unsigned int window_handle; member in struct:SDL_PrivateVideoData
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
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/base/ime/win/
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
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...]
/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...]
/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
/external/chromium_org/remoting/host/setup/
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_linux.cc285 void DaemonControllerDelegateLinux::SetWindow(void* window_handle) { argument
H A Ddaemon_controller_delegate_win.cc274 void DaemonControllerDelegateWin::SetWindow(void* window_handle) { argument
275 window_handle_ = reinterpret_cast<HWND>(window_handle);
H A Ddaemon_installer_win.cc341 HWND window_handle,
363 bind_options.hwnd = GetTopLevelWindow(window_handle);
340 Create( HWND window_handle, CompletionCallback done) argument
H A Dme2me_native_messaging_host_unittest.cc153 virtual void SetWindow(void* window_handle) OVERRIDE;
206 void MockDaemonControllerDelegate::SetWindow(void* window_handle) {} argument
/external/chromium_org/chrome/test/chromedriver/
H A Dsession_commands.cc46 bool WindowHandleToWebViewId(const std::string& window_handle, argument
48 if (window_handle.find(kWindowHandlePrefix) != 0u)
50 *web_view_id = window_handle.substr(
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.h79 gfx::PluginWindowHandle window_handle() const { return window_handle_; } function in class:content::PluginInstance
/external/chromium_org/remoting/host/win/
H A Delevated_controller.cc365 STDMETHODIMP ElevatedController::SetOwnerWindow(LONG_PTR window_handle) { argument
366 owner_window_ = reinterpret_cast<HWND>(window_handle);
/external/chromium_org/ui/base/ime/
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/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp200 HWND window_handle,
204 associated_window = window_handle;
199 MakeWindowAssociation( HWND window_handle, UINT flags) argument
/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_win.cc866 STDMETHODIMP NativeViewAccessibilityWin::get_windowHandle(HWND* window_handle) { argument
870 if (!window_handle)
873 *window_handle = HWNDForView(view_);
874 return *window_handle ? S_OK : S_FALSE;
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp200 HWND window_handle,
204 associated_window = window_handle;
199 MakeWindowAssociation( HWND window_handle, UINT flags) argument
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.cc736 STDMETHODIMP BrowserAccessibilityWin::get_windowHandle(HWND* window_handle) { argument
740 if (!window_handle)
743 *window_handle =
745 if (!*window_handle)

Completed in 650 milliseconds