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

  /external/webkit/WebCore/platform/graphics/win/
QTMovieWinTimer.cpp 41 static HINSTANCE instanceHandle = 0;
71 wcex.hInstance = instanceHandle;
76 CW_USEDEFAULT, 0, CW_USEDEFAULT, 0, HWND_MESSAGE, 0, instanceHandle, 0);
127 instanceHandle = handle;
  /external/webkit/WebCore/page/
Page.h 209 static void setInstanceHandle(HINSTANCE instanceHandle) { s_instanceHandle = instanceHandle; }
210 static HINSTANCE instanceHandle() { return s_instanceHandle; }

Completed in 37 milliseconds