HomeSort by relevance Sort by last modified time
    Searched full:newref (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.cpp 51 ULONG newRef = --m_refCount;
52 if (!newRef)
55 return newRef;
WebDesktopNotificationsDelegate.cpp 90 ULONG newRef = --m_refCount;
91 if (!newRef)
93 return newRef;
  /external/webkit/Source/WebKit/win/
WebCookieManager.cpp 77 ULONG newRef = --m_refCount;
78 if (!newRef)
81 return newRef;
WebGeolocationPosition.cpp 77 ULONG newRef = --m_refCount;
78 if (!newRef)
81 return newRef;
WebTextRenderer.cpp 75 ULONG newRef = --m_refCount;
76 if (!newRef)
79 return newRef;
WebArchive.cpp 88 ULONG newRef = --m_refCount;
89 if (!newRef)
92 return newRef;
WebGeolocationPolicyListener.cpp 78 ULONG newRef = --m_refCount;
79 if (!newRef)
82 return newRef;
WebJavaScriptCollector.cpp 84 ULONG newRef = --m_refCount;
85 if (!newRef)
88 return newRef;
WebScriptObject.cpp 71 ULONG newRef = --m_refCount;
72 if (!newRef)
75 return newRef;
WebURLAuthenticationChallengeSender.cpp 88 ULONG newRef = --m_refCount;
89 if (!newRef)
92 return newRef;
WebWorkersPrivate.cpp 62 ULONG newRef = --m_refCount;
63 if (!newRef)
66 return newRef;
WebDatabaseManager.cpp 94 ULONG newRef = --m_refCount;
95 if (!newRef)
98 return newRef;
190 ULONG newRef = --m_refCount;
191 if (!newRef)
194 return newRef;
CFDictionaryPropertyBag.cpp 88 ULONG newRef = --m_refCount;
89 if (!newRef)
92 return newRef;
COMEnumVariant.h 118 ULONG newRef = --m_refCount;
119 if (!newRef)
122 return newRef;
DefaultPolicyDelegate.cpp 93 ULONG newRef = --m_refCount;
94 if (!newRef)
97 return newRef;
WebActionPropertyBag.cpp 89 ULONG newRef = --m_refCount;
90 if (!newRef)
93 return newRef;
WebCoreStatistics.cpp 86 ULONG newRef = --m_refCount;
87 if (!newRef)
90 return newRef;
WebDownload.cpp 120 ULONG newRef = --m_refCount;
121 if (!newRef)
124 return newRef;
WebElementPropertyBag.cpp 89 ULONG newRef = --m_refCount;
90 if (!newRef)
93 return newRef;
WebError.cpp 95 ULONG newRef = --m_refCount;
96 if (!newRef)
99 return newRef;
WebFramePolicyListener.cpp 85 ULONG newRef = --m_refCount;
86 if (!newRef)
89 return newRef;
WebInspector.cpp 91 ULONG newRef = --m_refCount;
92 if (!newRef)
95 return newRef;
WebKitClassFactory.cpp 124 ULONG newRef = --m_refCount;
125 if (!newRef && !gLockCount)
128 return newRef;
  /external/elfutils/libdwfl/
derelocate.c 132 struct secref *newref = alloca (sizeof *newref); local
133 newref->scn = scn;
134 newref->relocs = NULL;
135 newref->name = name;
136 newref->start = shdr->sh_addr + mod->main.bias;
137 newref->end = newref->start + shdr->sh_size;
138 newref->next = refs;
139 refs = newref;
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
DRTDesktopNotificationPresenter.cpp 64 ULONG newRef = --m_refCount;
65 if (!newRef)
68 return newRef;

Completed in 280 milliseconds

1 2 3