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 60 bool normalizeAlgorithm(const Dictionary&, WebCryptoOperation, WebCryptoAlgorithm&, AlgorithmError*) WARN_UNUSED_RETURN;
  /external/chromium_org/third_party/WebKit/Source/wtf/
OwnPtr.h 75 PtrType leakPtr() WARN_UNUSED_RETURN;
PassOwnPtr.h 59 PtrType leakPtr() const WARN_UNUSED_RETURN;
PassRefPtr.h 80 T* leakRef() const WARN_UNUSED_RETURN;
Compiler.h 193 /* WARN_UNUSED_RETURN */
196 #define WARN_UNUSED_RETURN __attribute__ ((warn_unused_result))
198 #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 204 milliseconds