OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:windowpos
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/
NetscapePluginWin.cpp
153
WINDOWPOS
windowpos
= { 0, 0, 0, 0, 0, 0, 0 };
local
155
windowpos
.x = m_frameRect.x();
156
windowpos
.y = m_frameRect.y();
157
windowpos
.cx = m_frameRect.width();
158
windowpos
.cy = m_frameRect.height();
163
npEvent.lParam = reinterpret_cast<uintptr_t>(&
windowpos
);
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_video.c
181
const char*
windowpos
;
local
250
windowpos
= SDL_getenv("SDL_VIDEO_WINDOW_POS");
253
if ((iscentered) || ((
windowpos
) && (SDL_strcmp(
windowpos
, "center")==0)))
271
if (
windowpos
)
273
if (SDL_sscanf(
windowpos
, "%d,%d", &x, &y) == 2)
/external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp
533
WINDOWPOS
windowpos
= { 0, 0, 0, 0, 0, 0, 0 };
local
537
windowpos
.x = r.x();
538
windowpos
.y = r.y();
539
windowpos
.cx = r.width();
540
windowpos
.cy = r.height();
544
npEvent.lParam = reinterpret_cast<uintptr_t>(&
windowpos
);
Completed in 113 milliseconds