Home
last modified time | relevance | path

Searched refs:currentGDIObjectsInUse (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/win/
DGDIObjectCounter.cpp55 m_startCount = currentGDIObjectsInUse(); in init()
61 m_endCount = currentGDIObjectsInUse(); in ~GDIObjectCounter()
67 unsigned GDIObjectCounter::currentGDIObjectsInUse() in currentGDIObjectsInUse() function in WebCore::GDIObjectCounter
DGDIObjectCounter.h50 static unsigned currentGDIObjectsInUse();
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1426182 (WebCore::GDIObjectCounter::currentGDIObjectsInUse):