HomeSort by relevance Sort by last modified time
    Searched refs:protocol (Results 176 - 200 of 1176) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
RTCNSGLVideoView.h 37 @protocol RTCNSGLVideoViewDelegate
  /external/chromium_org/tools/set_default_handler/
set_default_handler_main.cc 6 // some URL protocol ("http" by default) on Windows 8. These defaults can be
7 // overridden via the --program and --protocol command line switches.
22 const char kSwitchProtocol[] = "protocol";
42 base::string16 protocol(command_line->GetSwitchValueNative(kSwitchProtocol));
43 if (protocol.empty())
44 protocol = kDefaultProtocol;
53 result = controller.RunSynchronously(NULL, protocol, program, &choices);
  /external/chromium_org/tools/telemetry/telemetry/core/forwarders/
do_nothing_forwarder.py 50 for protocol, port_pair in self._port_pairs._asdict().items():
56 if protocol == 'dns':
65 protocol.upper(), self.host_ip, local_port)
69 protocol.upper(), self.host_ip, local_port)
  /external/chromium_org/ui/app_list/cocoa/
app_list_pager_view.h 15 @protocol AppListPagerDelegate<NSObject>
scroll_view_with_no_scrollbars.h 11 @protocol GestureScrollDelegate
  /external/clang/test/Modules/Inputs/
category_right_sub.h 11 @protocol P4
  /external/iproute2/examples/diffserv/
Edge31-cb-chains 52 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1 fw \
59 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 handle 1 fw \
66 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 1 fw \
73 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 handle 2 fw \
106 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
108 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
110 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
112 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
  /external/nist-sip/java/javax/sip/header/
ReasonHeader.java 13 void setProtocol(String protocol) throws ParseException;
  /external/chromium_org/remoting/host/
host_mock_objects.h 43 protocol::ClientStub* client_stub));
51 protocol::ClientStub* client_stub) OVERRIDE;
84 const protocol::TransportRoute& route));
111 void(const protocol::ClipboardEvent& event));
112 MOCK_METHOD1(InjectKeyEvent, void(const protocol::KeyEvent& event));
113 MOCK_METHOD1(InjectTextEvent, void(const protocol::TextEvent& event));
114 MOCK_METHOD1(InjectMouseEvent, void(const protocol::MouseEvent& event));
116 void(protocol::ClipboardStub* client_clipboard));
118 void Start(scoped_ptr<protocol::ClipboardStub> client_clipboard);
136 const protocol::TransportRoute& route))
    [all...]
fake_host_extension.cc 29 protocol::ClientStub* client_stub,
30 const protocol::ExtensionMessage& message) OVERRIDE;
64 protocol::ClientStub* client_stub,
65 const protocol::ExtensionMessage& message) {
93 protocol::ClientStub* client_stub) {
remote_input_filter_unittest.cc 8 #include "remoting/protocol/input_event_tracker.h"
9 #include "remoting/protocol/protocol_mock_objects.h"
19 using protocol::MockInputStub;
20 using protocol::InputEventTracker;
29 static protocol::MouseEvent MouseMoveEvent(int x, int y) {
30 protocol::MouseEvent event;
36 static protocol::KeyEvent UsbKeyEvent(int usb_keycode, bool pressed) {
37 protocol::KeyEvent event;
video_scheduler.h 33 namespace protocol { namespace in namespace:remoting
37 } // namespace protocol
94 protocol::CursorShapeStub* cursor_stub,
95 protocol::VideoStub* video_stub);
165 void SendCursorShape(scoped_ptr<protocol::CursorShapeInfo> cursor_shape);
193 protocol::CursorShapeStub* cursor_stub_;
194 protocol::VideoStub* video_stub_;
  /external/chromium_org/chrome/browser/custom_handlers/
register_protocol_handler_permission_request.cc 18 if (handler.protocol() == "mailto")
20 if (handler.protocol() == "webcal")
22 return base::UTF8ToUTF16(handler.protocol());
47 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol());
62 ProtocolHandler old_handler = registry_->GetHandlerFor(handler_.protocol());
protocol_handler_registry_browsertest.cc 48 void AddProtocolHandler(const std::string& protocol,
50 ProtocolHandler handler = ProtocolHandler::CreateProtocolHandler(protocol,
61 ASSERT_TRUE(registry->IsHandledProtocol(protocol));
63 void RemoveProtocolHandler(const std::string& protocol,
65 ProtocolHandler handler = ProtocolHandler::CreateProtocolHandler(protocol,
71 ASSERT_FALSE(registry->IsHandledProtocol(protocol));
  /external/chromium_org/remoting/client/plugin/
normalizing_input_filter_mac.cc 31 protocol::InputStub* input_stub)
32 : protocol::InputFilter(input_stub) {
37 void NormalizingInputFilterMac::InjectKeyEvent(const protocol::KeyEvent& event)
55 protocol::KeyEvent newEvent(event);
87 protocol::KeyEvent event = i->second;
  /external/chromium_org/remoting/host/win/
session_input_injector.cc 42 using protocol::ClipboardEvent;
43 using protocol::KeyEvent;
44 using protocol::MouseEvent;
45 using protocol::TextEvent;
59 scoped_ptr<protocol::ClipboardStub> client_clipboard) OVERRIDE;
61 // protocol::ClipboardStub implementation.
63 const protocol::ClipboardEvent& event) OVERRIDE;
65 // protocol::InputStub implementation.
66 virtual void InjectKeyEvent(const protocol::KeyEvent& event) OVERRIDE;
67 virtual void InjectTextEvent(const protocol::TextEvent& event) OVERRIDE
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmessages.h 78 SessionMessage(SignalingProtocol protocol, ActionType type,
80 protocol(protocol), type(type), sid(sid), initiator(initiator),
86 SignalingProtocol protocol; member in struct:cricket::SessionMessage
164 bool ParseContentType(SignalingProtocol protocol,
171 bool ParseSessionInitiate(SignalingProtocol protocol,
178 bool WriteSessionInitiate(SignalingProtocol protocol,
187 bool ParseSessionAccept(SignalingProtocol protocol,
194 bool WriteSessionAccept(SignalingProtocol protocol,
203 bool ParseSessionTerminate(SignalingProtocol protocol,
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
handler_options_handler.cc 98 handlerValue->Append(new base::StringValue(handler->protocol()));
106 const std::string& protocol,
112 handlers_value->SetString("protocol", protocol);
114 registry->GetHandlerIndex(protocol));
117 registry->IsRegisteredByUser(registry->GetHandlerFor(protocol)));
119 registry->HasPolicyRegisteredHandler(protocol));
122 GetHandlersAsListValue(registry->GetHandlersFor(protocol), handlers_list);
139 for (std::vector<std::string>::iterator protocol = protocols.begin();
140 protocol != protocols.end(); protocol++)
206 base::string16 protocol; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTokenStream.h 31 @protocol ANTLRTokenStream < ANTLRIntStream >
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTokenStream.h 31 @protocol ANTLRTokenStream < ANTLRIntStream >
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTokenStream.h 31 @protocol ANTLRTokenStream < ANTLRIntStream >
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTokenStream.h 31 @protocol ANTLRTokenStream < ANTLRIntStream >
  /external/apache-http/src/org/apache/http/client/protocol/
RequestDefaultHeaders.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/client/protocol/RequestDefaultHeaders.java $
32 package org.apache.http.client.protocol;
42 import org.apache.http.protocol.HttpContext;
  /external/apache-http/src/org/apache/http/impl/client/
DefaultConnectionKeepAliveStrategy.java 38 import org.apache.http.protocol.HTTP;
39 import org.apache.http.protocol.HttpContext;
  /external/chromium_org/net/http/
http_server_properties.h 31 // Alternate Protocol was used without racing a normal connection.
33 // Alternate Protocol was used by winning a race with a normal connection.
35 // Alternate Protocol was not used by losing a race with a normal connection.
37 // Alternate Protocol was not used because no Alternate-Protocol information
38 // was available when the request was issued, but an Alternate-Protocol header
41 // Alternate Protocol was not used because it was marked broken.
74 ALTERNATE_PROTOCOL_BROKEN, // The alternate protocol is known to be broken.
78 // Simply returns whether |protocol| is between
81 NET_EXPORT bool IsAlternateProtocolValid(AlternateProtocol protocol);
112 AlternateProtocol protocol; member in struct:net::AlternateProtocolInfo
    [all...]

Completed in 812 milliseconds

1 2 3 4 5 6 78 91011>>