Searched refs:destinationDC (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
H A DBackingStoreWin.cpp43 BitmapDC(HBITMAP, HDC destinationDC);
53 BitmapDC::BitmapDC(HBITMAP bitmap, HDC destinationDC) argument
54 : m_dc(adoptPtr(::CreateCompatibleDC(destinationDC)))

Completed in 326 milliseconds