HomeSort by relevance Sort by last modified time
    Searched refs:kTimerWindowClassName (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/wince/
SharedTimerWinCE.cpp 50 const LPCWSTR kTimerWindowClassName = L"TimerWindowClass";
76 wcex.lpszClassName = kTimerWindowClassName;
79 timerWindowHandle = CreateWindow(kTimerWindowClassName, 0, 0,
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieWinTimer.cpp 45 static const LPCWSTR kTimerWindowClassName = L"TimerWindowClass";
72 wcex.lpszClassName = kTimerWindowClassName;
75 timerWindowHandle = CreateWindow(kTimerWindowClassName, 0, 0,
  /external/webkit/Source/WebCore/platform/win/
SharedTimerWin.cpp 77 const LPCWSTR kTimerWindowClassName = L"TimerWindowClass";
130 wcex.lpszClassName = kTimerWindowClassName;
133 timerWindowHandle = CreateWindow(kTimerWindowClassName, 0, 0,

Completed in 5506 milliseconds