HomeSort by relevance Sort by last modified time
    Searched defs:hwnd (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
GetValueNetscapeWindow.cpp 32 // NPN_GetValue(NPNVnetscapeWindow) should return a valid HWND.
49 HWND hwnd; local
50 NPError error = NPN_GetValue(NPNVnetscapeWindow, &hwnd);
56 if (!::IsWindow(hwnd)) {
61 if (hwnd == window->window) {
WindowGeometryInitializedBeforeSetWindow.cpp 32 // Plugin's HWND should be sized/positioned before NPP_SetWindow is called.
54 HWND hwnd = reinterpret_cast<HWND>(window->window); local
56 if (!::GetClientRect(hwnd, &rect)) {
62 pluginLog(instance, "Plugin's HWND has not been sized when NPP_SetWindow is called");
66 HWND parent = ::GetParent(hwnd);
73 if (!::MapWindowPoints(hwnd, parent, reinterpret_cast<POINT*>(&rect), 2)) {
79 pluginLog(instance, "HWND's rect and NPWindow's rect are not equal")
    [all...]
WindowRegionIsSetToClipRect.cpp 63 HWND hwnd = reinterpret_cast<HWND>(window->window); local
66 if (::GetWindowRgnBox(hwnd, &regionRect) == ERROR) {
86 if (!::GetClassNameW(hwnd, className, _countof(className))) {
  /external/chromium/chrome/browser/ui/views/
dropdown_bar_host_win.cc 19 HWND hwnd = contents->GetContentNativeView(); local
22 return NativeWebKeyboardEvent(hwnd, key_event.native_event().message, key, 0);
  /external/chromium/chrome/browser/automation/
testing_automation_provider_win.cc 26 HWND hwnd = window_tracker_->GetResource(handle); local
27 if (hwnd) {
30 GetWindowPlacement(hwnd, &window_placement);
40 HWND window = browser->window()->GetNativeHandle();
49 HWND hwnd = window_tracker_->GetResource(handle); local
50 if (hwnd) {
53 GetWindowPlacement(hwnd, &window_placement);
63 HWND hwnd = window_tracker_->GetResource(handle) local
75 HWND hwnd = window_tracker_->GetResource(handle); local
    [all...]
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view_host.cc 73 // Create the HWND.
74 HWND hwnd = view_win->Create(parent_native_view_); local
76 native_host_->Attach(hwnd);
  /external/openssl/apps/
winrand.c 66 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
73 HWND hwnd; local
99 hwnd = CreateWindow(appname, OPENSSL_VERSION_TEXT,
103 ShowWindow(hwnd, iCmdShow);
104 UpdateWindow(hwnd);
116 LRESULT CALLBACK WndProc(HWND hwnd, UINT iMsg, WPARAM wParam, LPARAM lParam)
126 hdc = BeginPaint(hwnd, &ps);
127 GetClientRect(hwnd, &rect)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.h 37 typedef struct HWND__* HWND;
51 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM) = 0;
61 void createWindow(HWND ownerWindow);
63 HWND hwnd() const { return m_hwnd; } function in class:WebCore::MediaPlayerPrivateFullscreenWindow
71 static LRESULT __stdcall staticWndProc(HWND, UINT message, WPARAM, LPARAM);
72 LRESULT wndProc(HWND, UINT message, WPARAM, LPARAM);
79 HWND m_hwnd;
  /external/chromium/chrome/browser/accessibility/
browser_views_accessibility_browsertest.cc 126 HWND hwnd = browser_window->GetNativeHandle(); local
127 ASSERT_TRUE(NULL != hwnd);
131 HRESULT hr = ::AccessibleObjectFromWindow(hwnd, OBJID_WINDOW, IID_IAccessible,
  /external/chromium/chrome/browser/ui/views/extensions/
extension_view.cc 85 // Create the HWND. Note:
88 // additional HWND to parent off of because windowed plugin HWNDs cannot
92 HWND hwnd = view_win->Create(GetWidget()->GetNativeView()); local
94 Attach(hwnd);
  /external/icu4c/samples/layout/
clayout.c 36 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
42 void PrettyTitle(HWND hwnd, char *fileName)
48 SetWindowTextA(hwnd, title);
51 void InitParagraph(HWND hwnd, Context *context)
67 SetScrollInfo(hwnd, SB_VERT, &si, TRUE);
73 HWND hwnd; local
98 hwnd = CreateWindow(szAppName, NULL
    [all...]
layout.cpp 35 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
41 void PrettyTitle(HWND hwnd, char *fileName)
47 SetWindowTextA(hwnd, title);
50 void InitParagraph(HWND hwnd, Context *context)
66 SetScrollInfo(hwnd, SB_VERT, &si, TRUE);
72 HWND hwnd; local
97 hwnd = CreateWindow(szAppName, NULL
    [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_syswm.h 129 HWND hwnd; /* The window for the message */ member in struct:SDL_SysWMmsg
138 HWND window; /* The Win32 display window */
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_wingl.c 116 HWND hwnd; local
124 hwnd = CreateWindow(SDL_Appname, SDL_Appname, WS_POPUP | WS_DISABLED,
129 hdc = GetDC(hwnd);
163 ReleaseDC(hwnd, hdc);
164 DestroyWindow(hwnd);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_syswm.h 129 HWND hwnd; /* The window for the message */ member in struct:SDL_SysWMmsg
138 HWND window; /* The Win32 display window */
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_syswm.h 129 HWND hwnd; /* The window for the message */ member in struct:SDL_SysWMmsg
138 HWND window; /* The Win32 display window */
  /prebuilt/windows/sdl/host/include/SDL/
SDL_syswm.h 121 HWND hwnd; /* The window for the message */ member in struct:SDL_SysWMmsg
130 HWND window; /* The Win32 display window */
  /prebuilt/windows/sdl/include/SDL/
SDL_syswm.h 129 HWND hwnd; /* The window for the message */ member in struct:SDL_SysWMmsg
138 HWND window; /* The Win32 display window */
  /external/bluetooth/glib/tests/
gio-test.c 255 msg.hwnd, msg.message, msg.wParam, msg.lParam);
261 window_procedure (HWND hwnd,
267 hwnd, message, wparam, lparam);
268 return DefWindowProc (hwnd, message, wparam, lparam);
291 HWND hwnd; local
318 hwnd = CreateWindow (MAKEINTATOM(klass), "gio-test", 0, 0, 0, 10, 10,
320 if (!hwnd)
326 windows_messages_channel = g_io_channel_win32_new_messages ((guint)hwnd);
391 HWND hwnd; local
    [all...]
  /external/qemu/audio/
dsoundaudio.c 437 HWND hwnd; local
439 hwnd = GetForegroundWindow ();
442 hwnd,
448 hwnd);
  /external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 179 HWND hwnd = frame_->GetWindow()->GetNativeWindow(); local
180 if (!browser_view_->IsTabStripVisible() && hwnd) {
186 AdjustWindowRectEx(&rect, GetWindowLong(hwnd, GWL_STYLE), FALSE,
187 GetWindowLong(hwnd, GWL_EXSTYLE));
  /external/libpng/contrib/visupng/
VisualPng.c 40 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
41 BOOL CALLBACK AboutDlgProc (HWND, UINT, WPARAM, LPARAM) ;
43 BOOL CenterAbout (HWND hwndChild, HWND hwndParent);
51 BOOL LoadImageFile(HWND hwnd, PTSTR pstrPathName,
55 BOOL DisplayImage (HWND hwnd, BYTE **ppDib,
81 HWND hwnd; local
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 27 DisplayInfo():dc(NULL),hwnd(NULL),isPixelFormatSet(false){};
28 DisplayInfo(HDC hdc,HWND wnd):isPixelFormatSet(false){dc = hdc; hwnd = wnd;};
30 HWND hwnd; member in struct:DisplayInfo
68 if((*it).second.hwnd){
69 DestroyWindow((*it).second.hwnd);
103 explicit SrfcInfo(HWND wnd);
106 HWND getHwnd(){ return m_hwnd;};
112 HWND m_hwnd
197 HWND hwnd = CreateWindowEx(WS_EX_CLIENTEDGE, local
215 HWND hwnd = createDummyWindow(); local
232 HWND hwnd = createDummyWindow(); local
241 HWND hwnd = createDummyWindow(); local
    [all...]
  /external/skia/gpu/src/
GrGpuGL.cpp 1347 HWND hwnd = GetTopWindow(GetDesktopWindow()); local
    [all...]
  /prebuilt/windows/swt/
swt.jar 

Completed in 1392 milliseconds

1 2