OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sends
(Results
1 - 25
of
2282
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/resources/task_manager/
commands.js
7
*
Sends
commands to kill selected processes.
14
*
Sends
command to initiate resource inspection.
21
*
Sends
command to open about memory tab.
28
*
Sends
command to disable taskmanager model.
35
*
Sends
command to enable taskmanager model.
42
*
Sends
command to activate a page.
49
*
Sends
command to enable or disable the given columns to update the data.
/external/chromium-trace/trace-viewer/src/about_tracing/
tracing_controller_test.js
40
this.
sends
= [];
44
this.
sends
= [];
48
this.
sends
.push({
55
return this.
sends
.length;
59
return this.
sends
[i].msg;
63
return this.
sends
[i].args;
/external/chromium_org/content/renderer/media/
peer_connection_tracker.h
33
//
sends
it to the browser process, and handles messages
62
//
Sends
an update when a PeerConnection has been created in Javascript.
75
//
Sends
an update when a PeerConnection has been destroyed.
78
//
Sends
an update when createOffer/createAnswer has been called.
86
//
Sends
an update when setLocalDescription or setRemoteDescription is called.
91
//
Sends
an update when Ice candidates are updated.
97
//
Sends
an update when an Ice candidate is added.
102
//
Sends
an update when a media stream is added.
107
//
Sends
an update when a media stream is removed.
112
//
Sends
an update when a DataChannel is created
[
all
...]
/external/chromium_org/ash/
cancel_mode.h
10
//
Sends
OnHostCancelMode() to all RootWindows.
/external/chromium_org/chrome/browser/sync/glue/
chrome_report_unrecoverable_error.h
10
// On Windows,
sends
up a minidump via breakpad. On other platforms,
/external/chromium_org/remoting/protocol/
clipboard_echo_filter.h
24
// Sets the ClipboardStub that
sends
events to the client.
27
// Sets the ClipboardStub that
sends
events to the host.
30
// Gets the ClipboardStub that
sends
events through this filter and on to the
34
// Gets the ClipboardStub that
sends
events through this filter and on to the
/external/chromium_org/chrome/renderer/searchbox/
searchbox.h
31
//
Sends
ChromeViewHostMsg_CountMouseover to the browser.
34
//
Sends
ChromeViewHostMsg_SearchBoxDeleteMostVisitedItem to the browser.
68
//
Sends
ChromeViewHostMsg_SearchBoxNavigate to the browser.
74
//
Sends
ChromeViewHostMsg_SearchBoxPaste to the browser.
79
//
Sends
ChromeViewHostMsg_SetVoiceSearchSupported to the browser.
82
//
Sends
ChromeViewHostMsg_StartCapturingKeyStrokes to the browser.
85
//
Sends
ChromeViewHostMsg_StopCapturingKeyStrokes to the browser.
88
//
Sends
ChromeViewHostMsg_SearchBoxUndoAllMostVisitedDeletions to the
92
//
Sends
ChromeViewHostMsg_SearchBoxUndoMostVisitedDeletion to the browser.
/external/chromium_org/components/nacl/common/
nacl_host_messages.h
46
// A renderer
sends
this to the browser process when it wants to start
55
// A renderer
sends
this to the browser process when it wants to
66
// A renderer
sends
this to the browser process when it wants to
72
// A renderer
sends
this to the browser process when it wants to
77
// A renderer
sends
this to the browser to request a file descriptor for
92
// A renderer
sends
this to the browser to report that its translation has
98
// A renderer
sends
this to the browser process to report an error.
103
// A renderer
sends
this to the browser process when it wants to
/development/samples/browseable/BasicContactables/
_index.jd
10
<p>The sample
sends
consolidated query strings to the
/external/chromium_org/content/plugin/
plugin_interpose_util_mac.h
28
//
Sends
a message to the browser process to inform it that the given window
33
//
Sends
a message to the browser process to inform it that the given window
38
//
Sends
a message to the browser process to inform it that the given window
/external/qemu/android/
core-init-utils.h
21
/* Formats and
sends
back to the UI message indicating successful completion
26
/* Builds and
sends
initialization failure message back to the UI that started
34
/*
Sends
successful initialization completion message back to the UI, and exits
/frameworks/base/core/java/com/android/internal/widget/
LockScreenWidgetCallback.java
25
//
Sends
a message to lock screen requesting the given view be shown. May be ignored, depending
29
//
Sends
a message to lock screen requesting the view to be hidden.
35
//
Sends
a message to lock screen that user has interacted with widget. This should be used
/libcore/crypto/src/main/java/org/conscrypt/
Message.java
47
*
Sends
message
53
*
Sends
fatal alert
62
*
Sends
fatal alert
/external/chromium_org/chrome_frame/test/
simulate_input.h
41
//
Sends
a keystroke to the currently active application with optional modifiers
42
// set.
Sends
one "key (down|up)" input event for each modifier set, plus one
49
//
Sends
a mouse click to the desktop.
52
//
Sends
a mouse click to the window passed in, after ensuring that the window
61
//
Sends
extended keystroke to the currently active application with optional
/external/chromium_org/chromeos/dbus/
power_policy_controller.h
74
// Updates |prefs_policy_| with |values| and
sends
an updated policy.
77
// Resets |prefs_policy_| to its defaults and
sends
an updated policy.
82
// inactivity and
sends
an updated policy. |reason| is a human-readable
89
// AddSystemWakeLock() and
sends
an updated policy.
104
//
Sends
a policy based on |prefs_policy_| to the power manager.
107
//
Sends
an empty policy to the power manager to reset its configuration.
/external/chromium_org/content/common/
swapped_out_messages.cc
61
//
Sends
an ACK.
63
//
Sends
an ACK.
65
//
Sends
an ACK.
71
//
Sends
an ACK.
75
//
Sends
an ACK.
77
//
Sends
an ACK.
/external/chromium_org/chrome/browser/extensions/
permissions_updater.h
32
// and
sends
the relevant messages and notifications. This method assumes the
38
// set and
sends
the relevant messages and notifications.
63
// Specifically, this
sends
the EXTENSION_PERMISSIONS_UPDATED notification,
/external/chromium_org/chrome/browser/ui/webui/translate_internals/
translate_internals_handler.h
53
//
Sends
a messsage to Javascript.
56
//
Sends
the current preference to Javascript.
59
//
Sends
the languages currently supported by the server to JavaScript.
/external/kernel-headers/original/linux/usb/
f_mtp.h
60
/*
Sends
the specified file range to the host */
66
/*
Sends
an event to the host via the interrupt endpoint */
68
/*
Sends
the specified file range to the host,
/external/chromium_org/chrome/browser/chromeos/login/
user_image_manager.h
42
// Sets user image to the default image with index |image_index|,
sends
47
// Saves image to file,
sends
LOGIN_USER_IMAGE_CHANGED notification and
53
//
sends
LOGIN_USER_IMAGE_CHANGED notification and updates Local State.
57
// Sets profile image as user image for |username|,
sends
/external/chromium_org/chrome_frame/test/data/
CFInstance_singleton_frame.html
18
<h1>
sends
a message to the parent</h1>
/external/chromium_org/content/common/media/
video_capture.h
14
// Browser process
sends
information about the current capture state and
/external/chromium_org/content/test/data/
sync_xmlhttprequest.html
28
This page
sends
a synchronous XMLHttpRequest.
sync_xmlhttprequest_disallowed.html
25
This page
sends
a synchronous XMLHttpRequest to fetch a local file, which
/external/chromium_org/ipc/
ipc_sender.h
16
//
Sends
the given IPC message. The implementor takes ownership of the
Completed in 3053 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>