HomeSort by relevance Sort by last modified time
    Searched full:reason (Results 601 - 625 of 6774) sorted by null

<<21222324252627282930>>

  /external/chromium_org/content/test/plugin/
plugin_test.h 40 virtual NPError DestroyStream(NPStream *stream, NPError reason);
42 virtual void URLNotify(const char* url, NPReason reason, void* data);
  /external/chromium_org/gpu/command_buffer/client/
client_test_helper.cc 107 error::ContextLostReason reason) {
109 state_.context_lost_reason = reason;
  /external/chromium_org/gpu/command_buffer/service/
command_buffer_service.cc 186 error::ContextLostReason reason) {
187 context_lost_reason_ = reason;
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/third_party/fancy_urllib/
__init__.py 28 def __init__(self, host, cert, reason):
38 self.reason = reason
44 (self.host, self.reason, self.cert))
346 if (type(url_error.reason) == ssl.SSLError and
347 url_error.reason.args[0] == 1):
348 # Display the reason to the user. Need to use args for python2.5
351 url_error.reason.args[1])
  /external/chromium_org/net/websockets/
websocket_event_interface.h 55 // Warning: Both the |code| and |reason| are passed through to Javascript, so
65 virtual void OnDropChannel(uint16 code, const std::string& reason) = 0;
  /external/chromium_org/ppapi/api/
ppb_websocket.idl 64 * Indicates to request closing connection without status code and reason.
255 * <code>code</code> and <code>reason</code>.
269 * @param[in] reason A <code>PP_Var</code> representing the WebSocket
270 * close reason. This is ignored if it is <code>PP_VARTYPE_UNDEFINED</code>.
279 * Returns <code>PP_ERROR_BADARGUMENT</code> if <code>reason</code> contains
292 [in] PP_Var reason,
377 * GetCloseReason() returns the connection close reason for the WebSocket
384 * close reason is set, the return value contains an empty string. Returns a
  /external/chromium_org/ppapi/c/
ppb_websocket.h 75 * Indicates to request closing connection without status code and reason.
252 * <code>code</code> and <code>reason</code>.
266 * @param[in] reason A <code>PP_Var</code> representing the WebSocket
267 * close reason. This is ignored if it is <code>PP_VARTYPE_UNDEFINED</code>.
276 * Returns <code>PP_ERROR_BADARGUMENT</code> if <code>reason</code> contains
288 struct PP_Var reason,
363 * GetCloseReason() returns the connection close reason for the WebSocket
370 * close reason is set, the return value contains an empty string. Returns a
  /external/chromium_org/ppapi/thunk/
ppb_websocket_thunk.cc 53 struct PP_Var reason,
59 return enter.SetResult(enter.object()->Close(code, reason, enter.callback()));
  /external/chromium_org/sync/sessions/
data_type_tracker.h 47 // Returns true if there is a good reason to perform a sync cycle. This does
52 // Returns true if there is a good reason to fetch updates for this type as
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMDebuggerAgent.cpp 199 m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release());
299 m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release());
309 m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release());
313 m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release());
323 m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::DOM, eventData.release());
389 m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::EventListener, eventData);
391 m_debuggerAgent->schedulePauseOnNextStatement(InspectorFrontend::Debugger::Reason::EventListener, eventData);
513 m_debuggerAgent->breakProgram(InspectorFrontend::Debugger::Reason::XHR, eventData.release());
  /external/chromium_org/third_party/WebKit/Source/core/loader/
Prerenderer.cpp 104 void Prerenderer::suspend(ReasonForSuspension reason)
106 if (reason == DocumentWillBecomeInactive) {
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
ThreadableWebSocketChannelClientWrapper.h 84 void didClose(unsigned long unhandledBufferedAmount, WebSocketChannelClient::ClosingHandshakeCompletionStatus, unsigned short code, const String& reason);
100 static void didCloseCallback(ScriptExecutionContext*, PassRefPtr<ThreadableWebSocketChannelClientWrapper>, unsigned long unhandledBufferedAmount, WebSocketChannelClient::ClosingHandshakeCompletionStatus, unsigned short code, const String& reason);
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
GetURLWithJavaScriptURL.cpp 67 NPError NPP_DestroyStream(NPStream* stream, NPReason reason)
72 if (reason != NPRES_DONE)
  /external/chromium_org/third_party/WebKit/public/web/
WebSocket.h 92 virtual void close(int code, const WebString& reason) = 0;
93 virtual void fail(const WebString& reason) = 0;
  /external/chromium_org/third_party/leveldatabase/src/db/
log_reader.h 97 void ReportCorruption(size_t bytes, const char* reason);
98 void ReportDrop(size_t bytes, const Status& reason);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver_unittest.cc 216 EXPECT_EQ("Missing Username", err->reason());
236 EXPECT_EQ("Operation Not Supported", err->reason());
362 EXPECT_EQ("Missing Username", err->reason());
386 EXPECT_EQ("Stale Credentials", err->reason());
411 EXPECT_EQ("Bad Request", err->reason());
436 EXPECT_EQ("Bad Request", err->reason());
460 EXPECT_EQ("Operation Not Supported", err->reason());
533 EXPECT_EQ("Operation Not Supported", err->reason());
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prnetdb.h 103 ** the result will be PR_FAILURE and the reason
132 ** the result will be PR_FAILURE and the reason
168 ** the result will be PR_FAILURE and the reason
202 ** has failed. The reason for the failure can be
227 ** reason for the failure can be retrieved by calling
263 ** reason for the failure can be retrieved by calling
346 ** the result will be PR_FAILURE and the reason
382 ** the result will be PR_FAILURE and the reason
  /external/chromium_org/third_party/npapi/npspy/include/
epmanager.h 94 NPError callNPP_DestroyStream(NPP instance, NPStream* stream, NPReason reason);
99 void callNPP_URLNotify(NPP instance, const char* url, NPReason reason, void* notifyData);
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-profiler.h 89 * memory leaks. Will include the reason in the logged message
91 PERFTOOLS_DLL_DECL void HeapProfilerDump(const char *reason);
  /external/chromium_org/tools/memory_watcher/
dllmain.cc 133 BOOL WINAPI DllMain(HINSTANCE dll_instance, DWORD reason,
138 switch (reason) {
  /external/chromium_org/ui/views/controls/
slider.h 36 SliderChangeReason reason) = 0;
76 void SetValueInternal(float value, SliderChangeReason reason);
  /external/clang/test/CodeGenCXX/
blocks-cxx11.cpp 21 // TODO: there's no good reason that this isn't foldable.
40 // TODO: there's no good reason that this isn't foldable.
  /external/llvm/test/Transforms/DeadStoreElimination/
atomic.ll 84 ; to reason about atomic operations).
95 ; to reason about atomic operations).
  /external/smack/src/org/jivesoftware/smackx/provider/
MUCOwnerProvider.java 76 if (parser.getName().equals("reason")) {
96 if (parser.getName().equals("reason")) {
  /external/tcpdump/
rx.h 103 u_int8_t reason; /* Reason for acknowledgement */ member in struct:rx_ackPacket

Completed in 1308 milliseconds

<<21222324252627282930>>