Searched refs:window_handle (Results 1 – 12 of 12) sorted by relevance
/external/chromium/chrome/browser/ui/window_snapshot/ |
D | window_snapshot_win.cc | 16 gfx::Rect GrabWindowSnapshot(gfx::NativeWindow window_handle, in GrabWindowSnapshot() argument 19 HDC window_hdc = GetWindowDC(window_handle); in GrabWindowSnapshot() 24 ::GetWindowRect(window_handle, &content_rect); in GrabWindowSnapshot() 57 (*print_window)(window_handle, mem_hdc, 0); in GrabWindowSnapshot() 69 ReleaseDC(window_handle, window_hdc); in GrabWindowSnapshot()
|
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/ |
D | SDL_wimpvideo.c | 260 if (this->hidden->window_handle) WIMP_DeleteWindow(this); in WIMP_SetupWindow() 298 this->hidden->window_handle = window_data[0] = regs.r[0]; in WIMP_SetupWindow() 304 WIMP_SetFocus(this->hidden->window_handle); in WIMP_SetupWindow() 311 return this->hidden->window_handle; in WIMP_SetupWindow() 319 regs.r[1] = (unsigned int)&(this->hidden->window_handle); in WIMP_DeleteWindow() 321 this->hidden->window_handle = 0; in WIMP_DeleteWindow() 332 update_block[0] = this->hidden->window_handle; in WIMP_UpdateRects() 396 if (block[0] == (int)this->hidden->window_handle) in WIMP_SetWMCaption() 402 regs.r[0] = this->hidden->window_handle; in WIMP_SetWMCaption() 417 regs.r[0] = this->hidden->window_handle; in WIMP_SetWMCaption()
|
D | SDL_wimppoll.c | 101 int sdlWindow = this->hidden->window_handle; in WIMP_Poll() 323 if (current_video && current_video->hidden->window_handle) in RISCOS_BackgroundTasks()
|
D | SDL_riscosvideo.h | 50 unsigned int window_handle; member
|
D | SDL_riscossprite.c | 224 window_state[0] = this->hidden->window_handle; in WIMP_ModeChanged() 252 regs.r[0] = this->hidden->window_handle; in WIMP_ModeChanged()
|
D | SDL_riscosvideo.c | 258 if (this->hidden->window_handle) WIMP_DeleteWindow(this); in RISCOS_SetVideoMode() 296 info->window = this->hidden->window_handle; in RISCOS_GetWmInfo()
|
D | SDL_riscosmouse.c | 232 window_state[0] = this->hidden->window_handle; in WIMP_WarpWMCursor() 284 *((int *)window_state) = this->hidden->window_handle; in RISCOS_GrabInput()
|
D | SDL_riscosevents.c | 287 window_state[0] = this->hidden->window_handle; in RISCOS_PollMouseHelper()
|
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility_win.cc | 464 STDMETHODIMP BrowserAccessibilityWin::get_windowHandle(HWND* window_handle) { in get_windowHandle() argument 468 if (!window_handle) in get_windowHandle() 471 *window_handle = manager_->GetParentView(); in get_windowHandle()
|
D | browser_accessibility_win.h | 162 STDMETHODIMP get_windowHandle(HWND* window_handle);
|
/external/chromium/chrome/browser/automation/ |
D | testing_automation_provider.h | 202 void GetWindowForBrowser(int window_handle, bool* success, int* handle); 203 void GetBrowserForWindow(int window_handle, bool* success,
|
D | testing_automation_provider.cc | 1279 void TestingAutomationProvider::GetBrowserForWindow(int window_handle, in GetBrowserForWindow() argument 1285 gfx::NativeWindow window = window_tracker_->GetResource(window_handle); in GetBrowserForWindow()
|