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

  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_win.h 78 HWND window_handle_; member in class:remoting::DaemonControllerDelegateWin
  /external/chromium_org/win8/metro_driver/ime/
text_store.h 258 HWND window_handle_; member in class:metro_driver::TextStore
text_service.cc 324 window_handle_(window_handle),
404 ClientToScreen(window_handle_, &left_top);
405 ClientToScreen(window_handle_, &right_bottom);
424 ClientToScreen(window_handle_, &left_top);
425 ClientToScreen(window_handle_, &right_bottom);
438 window_handle_,
446 HWND window_handle_; member in class:metro_driver::__anon21247::TextServiceImpl
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.cc 80 intptr_t window_handle_; member in class:extensions::__anon8314::NativeProcessLauncherImpl::Core
94 window_handle_(window_handle) {
193 base::Int64ToString(window_handle_));
  /external/chromium_org/ui/gl/
gl_surface_wgl.cc 61 window_handle_(0),
67 if (window_handle_)
68 DestroyWindow(window_handle_);
102 window_handle_ = CreateWindow(
112 if (!window_handle_) {
117 device_context_ = GetDC(window_handle_);
141 HWND window_handle_; member in class:gfx::__anon20794::DisplayWGL
  /external/chromium_org/content/child/npapi/
plugin_instance.h 79 gfx::PluginWindowHandle window_handle() const { return window_handle_; }
81 window_handle_ = value;
293 gfx::PluginWindowHandle window_handle_; member in class:content::PluginInstance

Completed in 1305 milliseconds