Searched
full:reason (Results
476 -
500 of
6774) sorted by null
<<11121314151617181920>>
/external/chromium_org/net/http/ |
http_auth_handler_basic.h | 28 CreateReason reason,
|
/external/chromium_org/net/url_request/ |
url_request_status.h | 28 // The request failed for some reason. |error_| may have more information.
|
/external/chromium_org/net/websockets/ |
websocket_errors.h | 12 // Reason codes used with close messages. NoStatusReceived,
|
/external/chromium_org/ppapi/proxy/ |
websocket_resource.h | 40 const PP_Var& reason, 68 const std::string& reason); 82 const std::string& reason); 118 // Keeps the reason field of closing handshake. It can be read via
|
/external/chromium_org/remoting/client/ |
frame_consumer.h | 34 // Accepts a buffer that couldn't be used for drawing for any reason (shutdown
|
/external/chromium_org/sync/internal_api/ |
js_sync_encryption_handler_observer.h | 37 PassphraseRequiredReason reason,
|
/external/chromium_org/sync/internal_api/test/ |
fake_sync_manager.cc | 59 ConfigureReason reason = last_configure_reason_; local 61 return reason; 149 ConfigureReason reason, 157 last_configure_reason_ = reason;
|
/external/chromium_org/sync/protocol/ |
encryption.proto | 21 // The reason we need to keep track of the key name is that a sync user can
|
/external/chromium_org/third_party/WebKit/ManualTests/animation/ |
transition-on-and-offscreen-animation.html | 46 The reason why the box goes to the viewport's 2.5x distance is that the backing store cannot create tile only if the GraphicsLayer is out of keepRect.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
AutocompleteErrorEvent.idl | 28 [InitializedByEventConstructor] readonly attribute DOMString reason;
|
/external/chromium_org/third_party/WebKit/Source/core/platform/mac/ |
BlockExceptions.mm | 34 NSLog(@"*** WebKit discarding exception: <%@> %@", [exception name], [exception reason]);
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
InternalProfilers.idl | 36 void dumpHeapProfiling(DOMString reason);
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
CloseEvent.idl | 36 [InitializedByEventConstructor] readonly attribute DOMString reason;
|
ThreadableWebSocketChannelClientWrapper.cpp | 190 void ThreadableWebSocketChannelClientWrapper::didClose(unsigned long unhandledBufferedAmount, WebSocketChannelClient::ClosingHandshakeCompletionStatus closingHandshakeCompletion, unsigned short code, const String& reason) 192 m_pendingTasks.append(createCallbackTask(&didCloseCallback, this, unhandledBufferedAmount, closingHandshakeCompletion, code, reason)); 272 void ThreadableWebSocketChannelClientWrapper::didCloseCallback(ScriptExecutionContext* context, PassRefPtr<ThreadableWebSocketChannelClientWrapper> wrapper, unsigned long unhandledBufferedAmount, WebSocketChannelClient::ClosingHandshakeCompletionStatus closingHandshakeCompletion, unsigned short code, const String& reason) 276 wrapper->m_client->didClose(unhandledBufferedAmount, closingHandshakeCompletion, code, reason);
|
/external/chromium_org/third_party/angle_dx11/src/compiler/ |
ValidateLimitations.h | 34 void error(TSourceLoc loc, const char *reason, const char* token);
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
log_reader.cc | 168 void Reader::ReportCorruption(size_t bytes, const char* reason) { 169 ReportDrop(bytes, Status::Corruption(reason)); 172 void Reader::ReportDrop(size_t bytes, const Status& reason) { 175 reporter_->Corruption(bytes, reason);
|
/external/chromium_org/third_party/ocmock/OCMock/ |
OCMBoxedReturnValueProvider.m | 14 @throw [NSException exceptionWithName:NSInvalidArgumentException reason:@"Return value does not match method signature." userInfo:nil];
|
/external/chromium_org/third_party/openssl/openssl/crypto/comp/ |
comp.h | 72 /* Reason codes. */
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
comp.h | 72 /* Reason codes. */
|
/external/chromium_org/third_party/tlslite/tlslite/integration/ |
TLSTwistedProtocolWrapper.py | 79 def connectionLost(self, reason): 91 def connectionLost(self, reason): 153 def connectionLost(self, reason): 155 ProtocolWrapper.connectionLost(self, reason)
|
/external/chromium_org/ui/base/cocoa/ |
nib_loading.mm | 32 // For some strange reason, even nibs that appear to have but one top-level
|
/external/chromium_org/ui/compositor/ |
layer_owner.h | 34 // |layer_owner_| will be NULL. The reason for releasing ownership is that
|
/external/chromium_org/ui/views/examples/ |
slider_example.cc | 39 SliderChangeReason reason) {
|
/external/chromium_org/webkit/child/ |
weburlloader_impl.h | 21 int reason);
|
/external/clang/examples/PrintFunctionNames/ |
Makefile | 13 # If we don't need RTTI or EH, there's no reason to export anything
|
Completed in 260 milliseconds
<<11121314151617181920>>