HomeSort by relevance Sort by last modified time
    Searched full:messaging (Results 1 - 25 of 1174) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/
nativeMessaging.html 1 Gives your {{platform}} access to the <a href="messaging.html#native-messaging">native messaging API</a>.
  /external/chromium_org/chrome/common/extensions/docs/templates/public/apps/
messaging.html 1 {{+partials.standard_apps_article article:articles.messaging/}}
  /external/chromium_org/chrome/common/extensions/docs/templates/public/extensions/
messaging.html 1 {{+partials.standard_extensions_article article:articles.messaging/}}
  /external/chromium_org/chrome/browser/extensions/api/messaging/
OWNERS 1 # For extension/app messaging.
5 # For native messaging.
native_message_port.cc 5 #include "chrome/browser/extensions/api/messaging/native_message_port.h"
8 #include "chrome/browser/extensions/api/messaging/native_message_process_host.h"
native_messaging_apitest.cc 5 #include "chrome/browser/extensions/api/messaging/native_messaging_test_util.h"
  /external/chromium_org/chrome/renderer/resources/extensions/
tabs_custom_bindings.js 9 var messaging = require('messaging'); variable
24 return messaging.createPort(portId, name);
31 var port = tabs.connect(tabId, {name: messaging.kRequestChannel});
32 messaging.sendMessageImpl(port, request, responseCallback);
37 var port = tabs.connect(tabId, {name: messaging.kMessageChannel});
38 messaging.sendMessageImpl(port, message, responseCallback);
  /external/google-tv-pairing-protocol/cpp/
CHANGES 5 messaging protocol for remote devices to communicate with Google TV.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
com.google.chrome.example.echo-win.json 7 "description": "Chrome Native Messaging API Example Host",
8 "path": "native-messaging-example-host.bat",
install_host.sh 18 TARGET_DIR="/etc/opt/chrome/native-messaging-hosts"
26 # Create directory to store native messaging host.
29 # Copy native messaging host manifest.
33 HOST_PATH=$DIR/native-messaging-example-host
40 echo Native messaging host $HOST_NAME has been installed.
com.google.chrome.example.echo.json 7 "description": "Chrome Native Messaging API Example Host",
native-messaging-example-host.bat 6 python "%~dp0/native-messaging-example-host" %*
uninstall_host.sh 17 TARGET_DIR="/etc/opt/chrome/native-messaging-hosts"
25 echo Native messaging host $HOST_NAME has been uninstalled.
  /frameworks/base/docs/html/distribute/engage/
gcm.jd 1 page.title=Integrate Google Cloud Messaging
15 Messaging</a> for Android, by sending lightweight messages to your apps
25 You can use Google Cloud Messaging for two way messaging too. Another
32 Google Cloud Messaging lets your users stay in sync with your service without
34 to discover new content. Best of all, Google Cloud Messaging is available for
  /external/chromium_org/remoting/host/native_messaging/
native_messaging_writer.h 16 // This class is used for sending messages to the Native Messaging client
23 // Sends a message to the Native Messaging client, returning true if
  /external/libsepol/include/sepol/
debug.h 20 /* Set the messaging callback.
24 * indicates that messaging should be suppressed */
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/app/
manifest.json 4 "name": "Native Messaging Example",
  /external/lldb/source/Host/macosx/launcherXPCService/
LauncherXPCService.h 6 // These XPC messaging keys are used for communication between Host.mm and the XPC service.
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
gcm_tos.html 1 <h1>Google Cloud Messaging for Chrome API Terms of Service</h1>
6 By using the Google Cloud Messaging for Chrome API,
  /external/chromium_org/extensions/renderer/
runtime_custom_bindings.h 21 // Creates a new messaging channel to the given extension.
24 // Creates a new messaging channels for the specified native application.
  /external/chromium_org/remoting/host/it2me/
it2me_native_messaging_host_main.h 12 // The me2me native messaging host entry point exported from remoting_core.dll.
  /external/chromium_org/remoting/host/setup/
me2me_native_messaging_host_main.h 12 // The me2me native messaging host entry point exported from remoting_core.dll.
  /external/clang/test/SemaObjC/
undef-class-messagin-error.m 12 + (int) flushCache2 { [super flashCache]; } // expected-error {{no @interface declaration found in class messaging of 'flushCache2'}}
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_interface.cc 25 DEFINE_INTERFACE_FUNC(Messaging)
54 REQUEST_INTERFACE(Messaging, MESSAGING)
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/1.12/
gradle-tooling-api-1.12-sources.jar 

Completed in 984 milliseconds

1 2 3 4 5 6 7 8 91011>>