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

/external/chromium/chrome/browser/ui/window_snapshot/
H A Dwindow_snapshot_win.cc16 gfx::Rect GrabWindowSnapshot(gfx::NativeWindow window_handle, argument
19 HDC window_hdc = GetWindowDC(window_handle);
24 ::GetWindowRect(window_handle, &content_rect);
57 (*print_window)(window_handle, mem_hdc, 0);
69 ReleaseDC(window_handle, window_hdc);
/external/qemu/distrib/sdl-1.2.12/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...]
H A DSDL_riscossprite.c224 window_state[0] = this->hidden->window_handle;
252 regs.r[0] = this->hidden->window_handle;
H A DSDL_wimppoll.c101 int sdlWindow = this->hidden->window_handle;
323 if (current_video && current_video->hidden->window_handle)
H A DSDL_riscosmouse.c232 window_state[0] = this->hidden->window_handle;
284 *((int *)window_state) = this->hidden->window_handle;
H A DSDL_riscosvideo.c258 if (this->hidden->window_handle) WIMP_DeleteWindow(this);
296 info->window = this->hidden->window_handle;
H A DSDL_riscosevents.c287 window_state[0] = this->hidden->window_handle;
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_win.cc464 STDMETHODIMP BrowserAccessibilityWin::get_windowHandle(HWND* window_handle) { argument
468 if (!window_handle)
471 *window_handle = manager_->GetParentView();
H A Dbrowser_accessibility_win.h162 STDMETHODIMP get_windowHandle(HWND* window_handle);
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.h202 void GetWindowForBrowser(int window_handle, bool* success, int* handle);
203 void GetBrowserForWindow(int window_handle, bool* success,
H A Dtesting_automation_provider.cc1279 void TestingAutomationProvider::GetBrowserForWindow(int window_handle, argument
1285 gfx::NativeWindow window = window_tracker_->GetResource(window_handle);

Completed in 76 milliseconds