HomeSort by relevance Sort by last modified time
    Searched defs:WARN_UNUSED_RETURN (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
NormalizeAlgorithm.h 61 bool normalizeAlgorithm(const Dictionary&, AlgorithmOperation, blink::WebCryptoAlgorithm&, ExceptionState&) WARN_UNUSED_RETURN;
  /external/chromium_org/third_party/WebKit/Source/wtf/
OwnPtr.h 70 PtrType leakPtr() WARN_UNUSED_RETURN;
PassOwnPtr.h 59 PtrType leakPtr() const WARN_UNUSED_RETURN;
PassRefPtr.h 76 T* leakRef() const WARN_UNUSED_RETURN;
Compiler.h 200 /* WARN_UNUSED_RETURN */
203 #define WARN_UNUSED_RETURN __attribute__ ((warn_unused_result))
205 #define WARN_UNUSED_RETURN
RetainPtr.h 90 PtrType leakRef() WARN_UNUSED_RETURN;
269 template<typename T> inline RetainPtr<T> adoptCF(T CF_RELEASES_ARGUMENT) WARN_UNUSED_RETURN;
275 template<typename T> inline RetainPtr<T> adoptNS(T NS_RELEASES_ARGUMENT) WARN_UNUSED_RETURN;
282 template<typename T> inline RetainPtr<T> retainPtr(T) WARN_UNUSED_RETURN;

Completed in 268 milliseconds