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

  /external/webkit/Source/WebCore/platform/win/
GDIObjectCounter.h 35 #define LOCAL_GDI_COUNTER(num, identifier) GDIObjectCounter counter##num(identifier)
44 class GDIObjectCounter {
46 GDIObjectCounter(const String& identifier);
47 GDIObjectCounter(const String& className, void* instance);
48 ~GDIObjectCounter();
GDIObjectCounter.cpp 33 #include "GDIObjectCounter.h"
42 GDIObjectCounter::GDIObjectCounter(const String& identifier)
47 GDIObjectCounter::GDIObjectCounter(const String& className, void* instance)
52 void GDIObjectCounter::init(const String& identifier)
59 GDIObjectCounter::~GDIObjectCounter()
67 unsigned GDIObjectCounter::currentGDIObjectsInUse()
  /external/webkit/Source/WebKit/win/
WebFrame.cpp 71 #include <WebCore/GDIObjectCounter.h>
    [all...]
WebView.cpp 91 #include <WebCore/GDIObjectCounter.h>
    [all...]

Completed in 2327 milliseconds