Searched refs:release (Results 26 - 50 of 1369) sorted by relevance

1234567891011>>

/external/skia/include/core/
H A DSkThread_platform.h36 void release() { this->unlock(); } function in class:SkMutex
59 void release();
/external/webkit/Source/WebCore/bindings/js/
H A DJSGeolocationCustom.cpp56 return options.release();
109 return options.release();
130 m_impl->getCurrentPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.release());
152 int watchID = m_impl->watchPosition(positionCallback.release(), positionErrorCallback.release(), positionOptions.release());
/external/webkit/Source/WebCore/editing/
H A DRemoveNodePreservingChildrenCommand.cpp49 RefPtr<Node> child = children[i].release();
51 insertNodeBefore(child.release(), m_node);
/external/webkit/Source/WebCore/html/
H A DIsIndexInputType.cpp60 return form.release();
71 return form.release();
/external/webkit/Source/WebCore/html/parser/
H A DTextDocumentParser.cpp65 attributes->insertAttribute(styleAttribute.release(), false);
66 AtomicHTMLToken fakePre(HTMLToken::StartTag, preTag.localName(), attributes.release());
/external/webkit/Source/WebCore/platform/text/mac/
H A DTextBoundaries.mm39 [attr release];
40 [string release];
51 [attr release];
52 [string release];
/external/webkit/Source/WebKit2/Shared/API/c/mac/
H A DWKCertificateInfoMac.mm37 return toAPI(certificateInfo.release().leakRef());
/external/webkit/Source/WebCore/inspector/
H A DTimelineRecordFactory.cpp54 return record.release();
61 return data.release();
69 return data.release();
76 return data.release();
83 return data.release();
92 return data.release();
100 return data.release();
107 return data.release();
115 return data.release();
122 return data.release();
[all...]
/external/collada/include/dae/
H A DdaeRefCountedObj.h28 void release() const;
/external/jsilver/src/com/google/clearsilver/jsilver/output/
H A DInstanceOutputBufferProvider.java36 public void release(Appendable buffer) { method in class:InstanceOutputBufferProvider
/external/kernel-headers/original/linux/
H A Dkref.h29 int kref_put(struct kref *kref, void (*release) (struct kref *kref));
/external/llvm/include/llvm/Support/
H A DMutex.h53 /// Attempts to release the lock. If the lock is held by the current
57 /// @brief Unconditionally release the lock.
58 bool release();
108 bool release() { function in class:llvm::sys::SmartMutex
110 return MutexImpl::release();
116 "Lock not acquired before release!");
146 mtx.release();
H A DMutexGuard.h24 /// destruction of the object will always release the Mutex and thus avoid
33 ~MutexGuard() { M.release(); }
/external/skia/gpu/src/
H A DGrResource.cpp27 void GrResource::release() { function in class:GrResource
/external/skia/src/ports/
H A DSkThread_none.cpp46 void SkMutex::release() function in class:SkMutex
/external/webkit/Source/WebCore/platform/audio/
H A DPanner.cpp61 return panner.release();
/external/webkit/Source/WebCore/xml/
H A DDOMParser.cpp35 return doc.release();
/external/webkit/Source/WebKit/mac/Panels/
H A DWebPanelAuthenticationHandler.m62 [windowToPanel release];
63 [challengeToWindow release];
64 [windowToChallengeQueue release];
74 [queue release];
96 [challenge release];
101 [challenge release];
127 [panel release];
161 [window release];
/external/webkit/Source/WebKit/mac/Plugins/
H A DWebPluginRequest.m48 [_request release];
49 [_frameName release];
/external/webkit/Source/WebKit2/
H A DMakefile16 release r deployment dep deploy: ;
/external/webkit/Source/WebKit2/Shared/API/c/
H A DWKUserContentURLPattern.cpp42 return toAPI(userContentURLPattern.release().leakRef());
/external/webkit/Source/WebKit2/Shared/API/c/cf/
H A DWKErrorCF.cpp38 return toAPI(error.release().releaseRef());
H A DWKURLRequestCF.cpp38 return toAPI(request.release().releaseRef());
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKGeolocationPosition.cpp42 return toAPI(position.release().releaseRef());
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleScriptWorld.cpp43 return toAPI(world.release().releaseRef());

Completed in 614 milliseconds

1234567891011>>