Searched
full:protocol (Results
776 -
800 of
3661) sorted by null
<<31323334353637383940>>
/external/chromium/chrome/browser/chromeos/ |
external_protocol_dialog.h | 19 // An external protocol dialog for ChromeOS. Unlike other platforms,
|
/external/chromium/chrome/browser/ |
external_protocol_handler.cc | 23 // false every time an external protocol is requested, and set back to true on 51 // iframe or a redirect, it looks like an external protocol, but we don't 145 // Ask the user if they want to allow the protocol. This will call 146 // LaunchUrlWithoutSecurityCheck if the user decides to accept the protocol.
|
/external/chromium/chrome/browser/safe_browsing/ |
protocol_parser.h | 11 // Based on the SafeBrowsing v2.1 protocol: 15 // The protocol is generally line oriented, but can contain binary data in the 16 // actual chunk responses. The consumer of the protocol data should instantiate 19 // Examples of protocol responses:
|
/external/chromium/chrome/browser/sync/protocol/ |
encryption.proto | 5 // Common sync protocol for encrypted data.
|
extension_specifics.proto | 5 // Sync protocol datatype extension for extensions.
|
nigori_specifics.proto | 5 // Sync protocol datatype extension for nigori keys.
|
password_specifics.proto | 5 // Sync protocol datatype extension for password data.
|
proto_enum_conversions_unittest.cc | 7 #include "chrome/browser/sync/protocol/proto_enum_conversions.h"
|
theme_specifics.proto | 5 // Sync protocol datatype extension for themes.
|
/external/chromium/chrome/browser/sync/syncable/ |
model_type.h | 44 // can be represented in the protocol using an extension to the 45 // EntitySpecifics protocol buffer. 88 // Extract the model type of a SyncEntity protocol buffer. ModelType is a 89 // local concept: the enum is not in the protocol. The SyncEntity's ModelType
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_toolbar_view.h | 28 @protocol BookmarkBarToolbarViewController <BookmarkBarState>
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
throbber_view.h | 13 @protocol ThrobberDataDelegate;
|
/external/chromium/net/base/ |
ssl_cipher_suite_names.h | 28 // SSLVersionToString returns the name of the SSL protocol version
|
ssl_config_service.h | 86 // enable Next Protocol Negotiation (if supported). This is a list of 8-bit 88 // for one case: if the server supports Next Protocol Negotiation, but there 89 // is no overlap between the server's and client's protocol sets, then the 90 // first protocol in this list will be requested by the client.
|
ssl_info.h | 48 // ssl_connection_status_flags.h for values. The protocol version,
|
/external/chromium/net/http/ |
http_stream_factory_impl.cc | 137 if (alternate.protocol == HttpAlternateProtocols::BROKEN) 140 DCHECK_LE(HttpAlternateProtocols::NPN_SPDY_1, alternate.protocol); 142 alternate.protocol); 144 if (alternate.protocol != HttpAlternateProtocols::NPN_SPDY_2)
|
/external/chromium/net/url_request/ |
url_request_about_job.cc | 5 // Simple implementation of about: protocol handler that treats everything as
|
/external/chromium/net/websockets/ |
websocket.h | 5 // WebSocket protocol implementation in chromium. 74 Request(const GURL& url, const std::string protocol, 79 protocol_(protocol), 89 const std::string& protocol() const { return protocol_; } function in class:net::WebSocket::Request
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon-inl.h | 94 CTYPE protocol[9]; local 95 asccpyn(protocol, ARRAY_SIZE(protocol), secure_ ? "https://" : "http://"); 96 val->append(protocol);
|
socketadapters.h | 47 // protocol before commencing normal socket behavior. 114 // Implements a socket adapter that speaks the HTTP/S proxy protocol. 174 // Implements a socket adapter that speaks the SOCKS proxy protocol. 205 // Implements a proxy server socket for the SOCKS protocol.
|
/external/clang/test/ARCMT/ |
releases-driver.m | 11 @protocol NSObject
|
releases-driver.m.result | 11 @protocol NSObject
|
releases.m | 11 @protocol NSObject
|
releases.m.result | 11 @protocol NSObject
|
/external/clang/test/Analysis/ |
NoReturn.m | 21 @protocol NSObject - (BOOL)isEqual:(id)object; 22 @end @protocol NSCopying - (id)copyWithZone:(NSZone *)zone; 23 @end @protocol NSMutableCopying - (id)mutableCopyWithZone:(NSZone *)zone; @end 24 @protocol NSCoding - (void)encodeWithCoder:(NSCoder *)aCoder; @end
|
Completed in 771 milliseconds
<<31323334353637383940>>