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

1 2 3 4 5 6 78 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java 490 String msg = Utils.messages.createMessage(
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
utilities.js 141 step.messages.forEach(function(message) {
167 test.steps.push({success: true, messages: [message]});
175 var failure = {success: false, messages: [message]};
177 failure.messages.push(this.getDescription_('expected: ', expected));
178 failure.messages.push(this.getDescription_('actual: ', actual));
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_complete.cc 240 std::vector<AccessibilityHostMsg_LocationChangeParams> messages; local
263 messages.push_back(message);
277 Send(new AccessibilityHostMsg_LocationChanges(routing_id(), messages));
  /external/chromium_org/remoting/webapp/
cast_extension_handler.js 8 * host. It receives and sends extension messages from/to the host through
26 * cast extension messages to.
88 * Process Cast Extension Messages from the Chromoting host.
94 // Save messages to send after a session is established.
96 // Trigger the sending of pending messages, followed by the one just
104 * Send cast-extension messages through the client session.
115 * Send pending messages from the host to the receiver app.
wcs_adapter.js 35 * incoming messages.
72 // HACK: Add 'x' prefix to the IDs of the outgoing messages to make sure that
client_plugin.js 194 * @param {function(string):void} handler Callback for logging debug messages.
230 * (Gnubby) protocol messages.
237 * messages.
299 * protocol extension messages. Returns true if a message is recognized;
hangout_session.js 8 * messages to
  /external/chromium_org/chrome/browser/media/
webrtc_logging_handler_host.h 131 void OnAddLogMessages(const std::vector<WebRtcLoggingMessageData>& messages);
201 // it doesn't have to be passed on when posting messages between threads.
  /external/chromium_org/chrome/browser/sync/
sync_ui_util_unittest.cc 200 // in order to perform tests on the generated messages.
336 // will return a unique combination of status and link messages from
339 std::set<base::string16> messages; local
359 // of messages already seen, this is a duplicate rather than a unique
365 EXPECT_TRUE(messages.find(combined_label) == messages.end()) <<
367 messages.insert(combined_label);
  /external/chromium_org/components/policy/tools/
syntax_check_policy_template_json.py 266 'documentation string in the messages dictionary.' %
455 messages = self._CheckContains(data, 'messages', dict,
459 if messages is not None:
460 for message in messages:
461 self._CheckMessage(message, messages[message])
  /external/chromium_org/extensions/test/
test_extensions_client.cc 104 std::set<PermissionMessage>* messages) const {
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
adm_writer_unittest.py 50 'messages': {
94 'messages': {
168 'messages': {
230 'messages': {
300 'messages': {
384 'messages': {
475 'messages': {
562 'messages': {
642 'messages': {
714 'messages':
    [all...]
  /external/chromium_org/sql/
connection.cc 1084 std::vector<std::string> messages; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextStream.java 303 final String msg = Utils.messages.createMessage(
332 final String msg = Utils.messages.createMessage(
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
interframe.js 11 * messages to that iframe and cvox.Interframe.addListener to receive
29 * The prefix of all interframe messages.
51 * messages send to this window.
96 * Register a function to listen to all interframe communication messages.
97 * Messages from a child frame will have a parameter 'id' that you assigned
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubbyfactory.js 31 * @param {string=} logMsgUrl the url to post log messages to
usbgnubbyfactory.js 27 * @param {string=} logMsgUrl the url to post log messages to
  /external/chromium_org/chrome/browser/resources/pdf/
pdf_scripting_api.js 49 * Send a message to the extension. If we try to send messages prior to the
50 * extension being ready to receive messages (i.e. before it has finished
51 * loading) we queue up the messages and flush them later.
66 * be called during tests. It then flushes any pending messages to the window.
  /external/chromium_org/chrome/common/extensions/
chrome_extensions_client.cc 166 std::set<PermissionMessage>* messages) const {
176 messages->insert(PermissionMessage(
  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_output_surface.cc 282 ScopedVector<IPC::Message>* messages) {
286 frame_swap_message_queue_->DrainMessages(messages);
  /external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
RouterTest.java 87 assertEquals(1, mReceiver.messages.size());
88 ServiceMessage receivedResponseMessage = mReceiver.messages.get(0).asServiceMessage();
  /external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
example.js 10 // forward messages to the NaCl module via postMessage()
  /external/chromium_org/native_client_sdk/src/examples/demo/voronoi/
example.js 16 // forward messages to the NaCl module via postMessage()
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Console.js 105 messages: function()
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.h 89 // parsing. Set to NULL (the default) to discard error messages.
321 // added to "messages".
329 RepeatedPtrField<DescriptorProto>* messages,
341 RepeatedPtrField<DescriptorProto>* messages,

Completed in 865 milliseconds

1 2 3 4 5 6 78 91011>>