/external/webkit/Source/WebCore/platform/android/ |
PlatformTouchPointAndroid.cpp | 33 PlatformTouchPoint::PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State state) 36 , m_screenPos(windowPos) 37 , m_pos(windowPos) { }
|
/external/webkit/Source/WebCore/platform/brew/ |
PlatformTouchPointBrew.cpp | 33 PlatformTouchPoint::PlatformTouchPoint(int id, const IntPoint& windowPos, State state) 36 , m_screenPos(windowPos) 37 , m_pos(windowPos) { }
|
PlatformTouchEventBrew.cpp | 63 IntPoint windowPos = IntPoint(x, y); 66 m_touchPoints.append(PlatformTouchPoint(id, windowPos, state));
|
/external/webkit/Source/WebCore/platform/efl/ |
PlatformTouchPointEfl.cpp | 35 PlatformTouchPoint::PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State state) 38 , m_screenPos(windowPos) 39 , m_pos(windowPos) { }
|
/external/webkit/Source/WebCore/platform/ |
PlatformTouchPoint.h | 51 PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State); 53 PlatformTouchPoint(int id, const IntPoint& windowPos, State); 55 PlatformTouchPoint(unsigned id, const IntPoint& windowPos, State);
|
/external/webkit/Source/WebKit/win/ |
WebNodeHighlight.cpp | 235 void WebNodeHighlight::onWebViewWindowPosChanged(WINDOWPOS* windowPos) 237 bool sizing = !(windowPos->flags & SWP_NOSIZE); 248 void WebNodeHighlight::onRootWindowPosChanged(WINDOWPOS* windowPos) 250 bool moving = !(windowPos->flags & SWP_NOMOVE); 251 bool sizing = !(windowPos->flags & SWP_NOSIZE); 274 onWebViewWindowPosChanged(reinterpret_cast<WINDOWPOS*>(lParam)); 286 onRootWindowPosChanged(reinterpret_cast<WINDOWPOS*>(lParam));
|
WebNodeHighlight.h | 59 void onWebViewWindowPosChanged(WINDOWPOS*); 60 void onRootWindowPosChanged(WINDOWPOS*);
|
WebView.cpp | [all...] |
/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/webkit/Source/WebKit/win/WebCoreSupport/ |
WebInspectorClient.cpp | 469 WINDOWPOS* windowPos = reinterpret_cast<WINDOWPOS*>(lParam); 470 ASSERT_ARG(lParam, windowPos); 472 if (windowPos->flags & SWP_NOSIZE) 479 windowPos->cy -= inspectorHeight; 481 SetWindowPos(m_frontendWebViewHwnd, 0, windowPos->x, windowPos->y + windowPos->cy, windowPos->cx, inspectorHeight, SWP_NOZORDER) [all...] |
/external/mesa3d/docs/ |
MESA_window_pos.spec | 85 void WindowPos{234}{sidf}MESA( T coords ); 86 void WindowPos{234}{sidf}vMESA( T coords );
|
/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/chromium/chrome/browser/ui/views/frame/ |
browser_frame_win.h | 53 virtual void OnWindowPosChanged(WINDOWPOS* window_pos) OVERRIDE;
|
browser_frame_win.cc | 117 void BrowserFrameWin::OnWindowPosChanged(WINDOWPOS* window_pos) {
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
native_tab_contents_view_win.h | 60 virtual void OnWindowPosChanged(WINDOWPOS* window_pos) OVERRIDE;
|
native_tab_contents_view_win.cc | 210 void NativeTabContentsViewWin::OnWindowPosChanged(WINDOWPOS* window_pos) {
|
/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);
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_win.h | 304 void OnWindowPosChanging(WINDOWPOS* window_pos);
|
autocomplete_edit_view_win.cc | [all...] |
/external/webkit/Source/WebKit2/UIProcess/win/ |
WebView.cpp | 730 if (reinterpret_cast<WINDOWPOS*>(lParam)->flags & SWP_SHOWWINDOW) [all...] |
/external/webkit/Source/WebCore/ |
ChangeLog-2010-05-24 | [all...] |
/prebuilt/windows/sdl/host/lib/ |
libSDL.a | [all...] |
libSDLmain.a | [all...] |