HomeSort by relevance Sort by last modified time
    Searched defs:window_handle (Results 1 - 9 of 9) 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 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/tools/telemetry/telemetry/core/backends/webdriver/
webdriver_tab_backend.py 10 def __init__(self, browser_backend, window_handle):
12 self._window_handle = window_handle
22 def window_handle(self): member in class:WebDriverTabBackend
  /external/chromium_org/ui/base/ime/
input_method_imm32.cc 151 LRESULT InputMethodIMM32::OnImeSetContext(HWND window_handle,
157 imm32_manager_.CreateImeWindow(window_handle);
161 window_handle, message, wparam, lparam, handled);
164 LRESULT InputMethodIMM32::OnImeStartComposition(HWND window_handle,
175 composing_window_handle_ = window_handle;
176 imm32_manager_.CreateImeWindow(window_handle);
177 imm32_manager_.ResetComposition(window_handle);
181 LRESULT InputMethodIMM32::OnImeComposition(HWND window_handle,
191 imm32_manager_.UpdateImeWindow(window_handle);
196 if (imm32_manager_.GetResult(window_handle, lparam, &composition.text))
279 const HWND window_handle = GetAttachedWindowHandle(GetTextInputClient()); local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher.cc 199 int64 window_handle = reinterpret_cast<intptr_t>(native_view_); local
201 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 186 milliseconds