Searched refs:reason (Results 276 - 300 of 1327) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/content/browser/download/
H A Ddownload_stats.h132 // Record INTERRUPTED_COUNT, |reason|, |received| and |total| bytes.
133 void RecordDownloadInterrupted(DownloadInterruptReason reason,
147 DownloadDiscardReason reason,
/external/chromium_org/content/child/npapi/
H A Dplugin_stream.h52 void Notify(NPReason reason);
55 virtual bool Close(NPReason reason);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_websocket_host.h51 const blink::WebString& reason);
59 const std::string& reason);
/external/chromium_org/content/test/plugin/
H A Dplugin_get_javascript_url2_test.cc91 NPError ExecuteGetJavascriptUrl2Test::DestroyStream(NPStream *stream, NPError reason) { argument
111 void ExecuteGetJavascriptUrl2Test::URLNotify(const char* url, NPReason reason, void* data) { argument
H A Dplugin_test.h40 virtual NPError DestroyStream(NPStream *stream, NPError reason);
42 virtual void URLNotify(const char* url, NPReason reason, void* data);
/external/chromium_org/courgette/
H A Ddisassembler.cc122 bool Disassembler::Bad(const char* reason) { argument
123 failure_reason_ = reason;
/external/chromium_org/sync/internal_api/
H A Djs_sync_encryption_handler_observer.cc33 PassphraseRequiredReason reason,
39 details.SetString("reason",
40 PassphraseRequiredReasonToString(reason));
32 OnPassphraseRequired( PassphraseRequiredReason reason, const sync_pb::EncryptedData& pending_keys) argument
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DThreadableWebSocketChannelClientWrapper.h84 void didClose(unsigned long unhandledBufferedAmount, WebSocketChannelClient::ClosingHandshakeCompletionStatus, unsigned short code, const String& reason);
100 static void didCloseCallback(ExecutionContext*, PassRefPtr<ThreadableWebSocketChannelClientWrapper>, unsigned long unhandledBufferedAmount, WebSocketChannelClient::ClosingHandshakeCompletionStatus, unsigned short code, const String& reason);
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dmain.cpp16 extern "C" BOOL WINAPI DllMain(HINSTANCE instance, DWORD reason, LPVOID reserved) argument
18 switch (reason)
/external/chromium_org/third_party/openssl/openssl/crypto/bio/
H A Dbio_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason)
/external/chromium_org/third_party/openssl/openssl/crypto/dso/
H A Ddso_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason)
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
H A Docsp_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OCSP,0,reason)
/external/chromium_org/third_party/openssl/openssl/crypto/pkcs12/
H A Dpk12err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason)
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dkssl.h121 int reason; member in struct:kssl_err_st
164 void kssl_err_set(KSSL_ERR *kssl_err, int reason, char *text);
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dkssl.h121 int reason; member in struct:kssl_err_st
164 void kssl_err_set(KSSL_ERR *kssl_err, int reason, char *text);
/external/chromium_org/tools/memory_watcher/
H A Ddllmain.cc133 BOOL WINAPI DllMain(HINSTANCE dll_instance, DWORD reason, argument
138 switch (reason) {
/external/dhcpcd/dhcpcd-hooks/
H A D20-dns.conf48 case "${reason}" in
/external/openssl/crypto/bio/
H A Dbio_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BIO,0,reason)
/external/openssl/crypto/bn/
H A Dbn_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BN,0,reason)
/external/openssl/crypto/dso/
H A Ddso_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_DSO,0,reason)
/external/openssl/crypto/ocsp/
H A Docsp_err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OCSP,0,reason)
/external/openssl/crypto/pkcs12/
H A Dpk12err.c58 * only reason strings will be preserved.
69 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_PKCS12,0,reason)
/external/openssl/include/openssl/
H A Dkssl.h121 int reason; member in struct:kssl_err_st
164 void kssl_err_set(KSSL_ERR *kssl_err, int reason, char *text);
/external/openssl/ssl/
H A Dkssl.h121 int reason; member in struct:kssl_err_st
164 void kssl_err_set(KSSL_ERR *kssl_err, int reason, char *text);

Completed in 496 milliseconds

<<11121314151617181920>>