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
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.cc 91 intptr_t window_handle)
94 window_handle_(window_handle) {
244 intptr_t window_handle)
245 : core_(new Core(allow_user_level_hosts, window_handle)) {
264 intptr_t window_handle = 0; local
266 window_handle = reinterpret_cast<intptr_t>(
270 new NativeProcessLauncherImpl(allow_user_level_hosts, window_handle));
  /external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
webdriver_tab_backend.py 11 def __init__(self, browser_backend, window_handle):
13 self._window_handle = window_handle
20 def window_handle(self): member in class:WebDriverTabBackend
  /external/chromium_org/ui/base/ime/
input_method_win.cc 223 LRESULT InputMethodWin::OnChar(HWND window_handle,
251 gfx::ShowSystemMenu(window_handle);
256 LRESULT InputMethodWin::OnImeSetContext(HWND window_handle,
262 imm32_manager_.CreateImeWindow(window_handle);
266 window_handle, message, wparam, lparam, handled);
269 LRESULT InputMethodWin::OnImeStartComposition(HWND window_handle,
280 composing_window_handle_ = window_handle;
281 imm32_manager_.CreateImeWindow(window_handle);
282 imm32_manager_.ResetComposition(window_handle);
286 LRESULT InputMethodWin::OnImeComposition(HWND window_handle,
596 const HWND window_handle = GetAttachedWindowHandle(GetTextInputClient()); local
    [all...]
  /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 293 milliseconds