HomeSort by relevance Sort by last modified time
    Searched defs:Release (Results 76 - 100 of 154) sorted by null

1 2 34 5 6 7

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDesktopNotificationsDelegate.cpp 50 virtual ULONG STDMETHODCALLTYPE Release();
88 ULONG STDMETHODCALLTYPE NotificationCOMWrapper::Release()
104 *result = BString(m_inner->url()).release();
110 *result = BString(m_inner->contents().icon()).release();
116 *result = BString(m_inner->contents().title()).release();
122 *result = BString(m_inner->contents().body()).release();
  /external/webkit/Source/WebKit/win/
WebError.cpp 93 ULONG STDMETHODCALLTYPE WebError::Release(void)
126 *result = BString(m_error.domain()).release();
136 *result = BString(m_error.localizedDescription()).release();
141 *result = BString(wkCFNetworkErrorGetLocalizedDescription(code)).release();
196 *result = BString(m_error.failingURL()).release();
WebInspector.cpp 89 ULONG STDMETHODCALLTYPE WebInspector::Release(void)
WebKitStatistics.cpp 87 ULONG STDMETHODCALLTYPE WebKitStatistics::Release(void)
152 *output = BString(String::adopt(vector)).release();
DefaultDownloadDelegate.cpp 59 (*i)->Release();
98 ULONG STDMETHODCALLTYPE DefaultDownloadDelegate::Release()
243 download->Release();
WebBackForwardList.cpp 109 ULONG STDMETHODCALLTYPE WebBackForwardList::Release(void)
WebDataSource.cpp 157 ULONG STDMETHODCALLTYPE WebDataSource::Release(void)
192 htmlRep->Release();
234 *name = BString(encoding).release();
249 *title = BString(m_loader->title().string()).release();
259 *url = urlString.release();
WebHTMLRepresentation.cpp 54 m_frame->Release();
95 ULONG STDMETHODCALLTYPE WebHTMLRepresentation::Release()
310 *source = WebCore::BString(decoder->encoding().decode(dataBuffer.data(), dataBuffer.size())).release();
WebNotificationCenter.cpp 97 ULONG STDMETHODCALLTYPE WebNotificationCenter::Release(void)
WebScrollBar.cpp 83 ULONG STDMETHODCALLTYPE WebScrollBar::Release(void)
WebURLProtectionSpace.cpp 88 ULONG STDMETHODCALLTYPE WebURLProtectionSpace::Release(void)
126 *result = str.release();
268 *result = bstring.release();
WebURLResponse.cpp 273 ULONG STDMETHODCALLTYPE WebURLResponse::Release(void)
305 *result = mimeType.release();
325 *result = BString(m_response.suggestedFilename()).release();
336 *result = textEncodingName.release();
350 *result = url.release();
379 *statusString = BString(statusText).release();
  /external/webkit/Tools/DumpRenderTree/win/
HistoryDelegate.cpp 71 ULONG HistoryDelegate::Release(void)
PolicyDelegate.cpp 84 ULONG STDMETHODCALLTYPE PolicyDelegate::Release(void)
EditingDelegate.cpp 68 ULONG STDMETHODCALLTYPE EditingDelegate::Release(void)
  /frameworks/compile/libbcc/runtime/make/platform/
darwin_fat.mk 7 # example, Debug and Release builds, or builds with and without
26 Configs := Debug Release Profile
44 CFLAGS.Release := $(CFLAGS) -O3 -fomit-frame-pointer
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 152 public virtual void Release(int marker) {
153 // no resources to release
LegacyCommonTokenStream.cs 382 public virtual void Release(int marker) {
383 // no resources to release
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 174 public virtual void Release(int marker)
176 // no resources to release
LegacyCommonTokenStream.cs 435 public virtual void Release( int marker )
437 // no resources to release
  /external/bluetooth/bluez/test/
simple-endpoint 54 def Release(self):
55 print "Release"
  /external/chromium/base/memory/
ref_counted.h 30 bool Release() const;
56 bool Release() const;
93 void Release() const {
94 if (subtle::RefCountedBase::Release()) {
141 void Release() const {
142 if (subtle::RefCountedThreadSafeBase::Release()) {
171 // of calling AddRef and Release manually on a reference counted object to
172 // avoid common memory leaks caused by forgetting to Release an object
241 ptr_->Release();
248 // Release a pointer
253 T* release() { function in class:scoped_refptr
    [all...]
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 52 void Release() const {
77 void Release() const {
89 static void release(T *obj) { obj->Release(); } function in struct:llvm::IntrusiveRefCntPtrInfo
104 /// Obj->Retain()/Obj->Release(). Release() is required to destroy
148 ~IntrusiveRefCntPtr() { release(); }
168 release();
178 void release() { if (Obj) IntrusiveRefCntPtrInfo<T>::release(Obj); function in class:llvm::IntrusiveRefCntPtr
    [all...]
  /external/webkit/Source/WebCore/platform/win/
WCDataObject.cpp 44 STDMETHOD_(ULONG, Release)(void);
93 STDMETHODIMP_(ULONG) WCEnumFormatEtc::Release(void)
209 STDMETHODIMP_(ULONG) WCDataObject::Release( void)
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 48 * This stream knows how to mark/release for backtracking.
396 public virtual void Release(int marker) {
397 // no resources to release

Completed in 1089 milliseconds

1 2 34 5 6 7