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

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_mac.h 17 @protocol ConstrainedWindowSheet;
  /external/chromium_org/chrome/browser/ui/cocoa/media_picker/
desktop_media_picker_bridge.h 11 // Protocol corresponding to |DesktopMediaListObserver|.
12 @protocol DesktopMediaPickerObserver
22 // |DesktopMediaPickerObserver| protocol.
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
mouse_drag_controller.h 21 @protocol MouseDragControllerClient
48 // MouseDragControllerClient protocol. The client simply delegates mouse events
  /external/chromium_org/chrome/browser/ui/cocoa/passwords/
manage_passwords_bubble_content_view_controller.h 23 @protocol ManagePasswordsBubbleContentViewDelegate
manage_passwords_bubble_never_save_view_controller.h 16 @protocol ManagePasswordsBubbleNeverSaveViewDelegate<
  /external/chromium_org/components/domain_reliability/
beacon.h 41 // Protocol used to make the request.
42 std::string protocol; member in struct:domain_reliability::DomainReliabilityBeacon
  /external/chromium_org/jingle/glue/
utils.cc 42 value.SetString("protocol", candidate.protocol());
67 std::string protocol; local
76 !dic_value->GetString("protocol", &protocol) ||
86 candidate->set_protocol(protocol);
  /external/chromium_org/media/filters/
ffmpeg_glue.h 55 // Returns false if this protocol supports random seeking.
63 // See file documentation for usage. |protocol| must outlive FFmpegGlue.
64 explicit FFmpegGlue(FFmpegURLProtocol* protocol);
  /external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc 60 lock_states |= protocol::KeyEvent::LOCK_STATES_CAPSLOCK;
63 lock_states |= protocol::KeyEvent::LOCK_STATES_NUMLOCK;
65 protocol::KeyEvent key_event;
81 protocol::MouseEvent mouse_event;
84 mouse_event.set_button(protocol::MouseEvent::BUTTON_LEFT);
87 mouse_event.set_button(protocol::MouseEvent::BUTTON_MIDDLE);
90 mouse_event.set_button(protocol::MouseEvent::BUTTON_RIGHT);
121 protocol::MouseEvent mouse_event;
163 protocol::MouseEvent mouse_event;
  /external/chromium_org/remoting/host/
gnubby_auth_handler_win.cc 27 protocol::ClientStub* client_stub) {
mouse_clamping_filter.cc 13 protocol::InputStub* input_stub)
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane_confirm_pin.h 7 @protocol Me2MePreferencePaneConfirmPinHandler <NSObject>
  /external/chromium_org/remoting/protocol/
audio_reader.cc 5 #include "remoting/protocol/audio_reader.h"
10 #include "remoting/protocol/session.h"
11 #include "remoting/protocol/session_config.h"
14 namespace protocol { namespace in namespace:remoting
43 } // namespace protocol
audio_reader.h 11 #include "remoting/protocol/audio_stub.h"
12 #include "remoting/protocol/message_reader.h"
13 #include "remoting/protocol/channel_dispatcher_base.h"
20 namespace protocol { namespace in namespace:remoting
52 } // namespace protocol
auth_util.h 17 namespace protocol { namespace in namespace:remoting
51 } // namespace protocol
channel_dispatcher_base.h 19 namespace protocol { namespace in namespace:remoting
66 } // namespace protocol
chromium_socket_factory.h 12 namespace protocol { namespace in namespace:remoting
38 } // namespace protocol
clipboard_thread_proxy.cc 5 #include "remoting/protocol/clipboard_thread_proxy.h"
12 namespace protocol { namespace in namespace:remoting
39 } // namespace protocol
host_event_dispatcher.h 8 #include "remoting/protocol/channel_dispatcher_base.h"
9 #include "remoting/protocol/message_reader.h"
12 namespace protocol { namespace in namespace:remoting
53 } // namespace protocol
input_filter.cc 5 #include "remoting/protocol/input_filter.h"
8 namespace protocol { namespace in namespace:remoting
35 } // namespace protocol
it2me_host_authenticator_factory.cc 5 #include "remoting/protocol/it2me_host_authenticator_factory.h"
9 #include "remoting/protocol/negotiating_host_authenticator.h"
12 namespace protocol { namespace in namespace:remoting
34 } // namespace protocol
it2me_host_authenticator_factory.h 14 #include "remoting/protocol/authenticator.h"
20 namespace protocol { namespace in namespace:remoting
46 } // namespace protocol
monitored_video_stub.h 11 #include "remoting/protocol/video_stub.h"
18 namespace protocol { namespace in namespace:remoting
59 } // namespace protocol
network_settings.h 14 namespace protocol { namespace in namespace:remoting
73 } // namespace protocol
pairing_client_authenticator.h 9 #include "remoting/protocol/pairing_authenticator_base.h"
12 namespace protocol { namespace in namespace:remoting
34 // Protocol state.
46 } // namespace protocol

Completed in 3506 milliseconds

<<11121314151617181920>>