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

  /external/chromium_org/chrome_frame/infobars/internal/
host_window_manager.cc 61 HWND* window_handle = reinterpret_cast<HWND*>(lparam); local
63 if (hwnd == *window_handle)
72 *window_handle = hwnd;
  /external/chromium_org/content/test/plugin/
plugin_javascript_open_popup.cc 66 HWND window_handle = reinterpret_cast<HWND>(window->window); local
68 if (IsWindow(window_handle)) {
69 HWND parent_window = GetParent(window_handle);
plugin_get_javascript_url_test.cc 50 HWND window_handle = reinterpret_cast<HWND>(pNPWindow->window); local
51 if (!::GetProp(window_handle, L"Plugin_Instance")) {
53 ::SetProp(window_handle, L"Plugin_Instance", this);
57 SetTimer(window_handle, kNPNEvaluateTimerID, kNPNEvaluateTimerElapse,
60 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
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_win_browsertest.cc 36 virtual void SetTextInputMode(HWND window_handle,
39 window_handle_ = window_handle;
49 HWND window_handle() const { return window_handle_; } function in class:content::__anon10186::MockIMM32Manager
94 EXPECT_EQ(view_->m_hWnd, mock->window_handle());
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.cc 195 int64 window_handle = reinterpret_cast<intptr_t>(native_view_); local
197 base::Int64ToString(window_handle));
  /external/chromium_org/chrome/test/automation/
browser_proxy.cc 242 int window_handle = 0; local
245 &window_handle));
250 static_cast<WindowProxy*>(tracker_->GetResource(window_handle));
252 window = new WindowProxy(sender_, tracker_, window_handle);
  /external/chromium_org/content/child/npapi/
plugin_instance.h 79 gfx::PluginWindowHandle window_handle() const { return window_handle_; } function in class:content::PluginInstance

Completed in 299 milliseconds