HomeSort by relevance Sort by last modified time
    Searched defs:windowPos (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/brew/
PlatformTouchEventBrew.cpp 63 IntPoint windowPos = IntPoint(x, y);
66 m_touchPoints.append(PlatformTouchPoint(id, windowPos, state));
  /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...]

Completed in 569 milliseconds