HomeSort by relevance Sort by last modified time
    Searched defs:m_refCount (Results 51 - 75 of 75) sorted by null

1 23

  /external/webkit/Source/WebKit/win/
DOMCSSClasses.h 120 ULONG m_refCount;
WebDownload.h 125 ULONG m_refCount;
WebIconDatabase.h 118 ULONG m_refCount;
WebScrollBar.h 129 ULONG m_refCount;
COMEnumVariant.h 55 : m_refCount(0)
60 : m_refCount(0)
68 ULONG m_refCount;
112 return ++m_refCount;
118 ULONG newRef = --m_refCount;
WebFrame.h 398 ULONG m_refCount;
WebHistory.h 159 ULONG m_refCount;
COMPropertyBag.h 65 : m_refCount(0)
70 : m_refCount(0)
77 ULONG m_refCount;
120 return ++m_refCount;
126 ULONG newRef = --m_refCount;
WebDatabaseManager.cpp 70 : m_refCount(0)
74 ULONG m_refCount;
89 return ++m_refCount;
94 ULONG newRef = --m_refCount;
156 : m_refCount(0)
185 return ++m_refCount;
190 ULONG newRef = --m_refCount;
WebView.h     [all...]
WebFrame.cpp 251 , m_refCount(0)
414 return ++m_refCount;
419 ULONG newRef = --m_refCount;
766 EnumChildFrames(Frame* f) : m_refCount(1), m_frame(f), m_curChild(f ? f->tree()->firstChild() : 0) { }
782 return ++m_refCount;
787 ULONG newRef = --m_refCount;
843 ULONG m_refCount;
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
FrameLoadDelegate.h 170 ULONG m_refCount;
EditingDelegate.h 173 ULONG m_refCount;
UIDelegate.h 406 ULONG m_refCount;
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglGlobalInfo.cpp 21 int EglGlobalInfo::m_refCount = 0;
37 m_refCount = 0;
39 m_refCount++;
44 m_refCount--;
45 if(m_refCount <= 0 && m_singleton) {
EglGlobalInfo.h 55 static int m_refCount;
  /external/webkit/Source/JavaScriptCore/bytecompiler/
RegisterID.h 41 : m_refCount(0)
50 : m_refCount(0)
61 ASSERT(!m_refCount);
86 ++m_refCount;
91 --m_refCount;
92 ASSERT(m_refCount >= 0);
97 return m_refCount;
102 int m_refCount;
LabelScope.h 44 : m_refCount(0)
53 void ref() { ++m_refCount; }
56 --m_refCount;
57 ASSERT(m_refCount >= 0);
59 int refCount() const { return m_refCount; }
69 int m_refCount;
  /external/webkit/Source/WebCore/platform/
TreeShared.h 39 : m_refCount(1)
54 ASSERT(!m_refCount);
65 ++m_refCount;
71 ASSERT(m_refCount >= 0);
75 if (--m_refCount <= 0 && !m_parent) {
87 return m_refCount == 1;
92 return m_refCount;
126 int m_refCount;
  /external/webkit/Tools/WinLauncher/
WinLauncher.h 34 WinLauncherWebHost() : m_refCount(1) {}
118 ULONG m_refCount;
PrintWebUIDelegate.h 34 PrintWebUIDelegate() : m_refCount(1) {}
106 int m_refCount;
  /external/webkit/Source/JavaScriptCore/wtf/
RefCounted.h 39 ++m_refCount;
45 return m_refCount == 1;
50 return m_refCount;
65 return &m_refCount;
70 : m_refCount(1)
90 ASSERT(m_refCount > 0);
91 if (m_refCount == 1) {
98 --m_refCount;
116 int m_refCount;
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.cpp 63 NotificationCOMWrapper(Notification* inner) : m_refCount(1), m_inner(inner) {}
65 int m_refCount;
85 return ++m_refCount;
90 ULONG newRef = --m_refCount;
WebInspectorDelegate.h 327 ULONG m_refCount;
WebEditorClient.cpp 78 ULONG m_refCount;
82 : m_refCount(1)
102 return ++m_refCount;
107 ULONG newRef = --m_refCount;
437 ULONG m_refCount;
445 , m_refCount(1)
473 return ++m_refCount;
478 ULONG newRef = --m_refCount;

Completed in 322 milliseconds

1 23