HomeSort by relevance Sort by last modified time
    Searched defs:window_handle (Results 1 - 7 of 7) sorted by null

  /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_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/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosvideo.h 50 unsigned int window_handle; member in struct:SDL_PrivateVideoData