HomeSort by relevance Sort by last modified time
    Searched full:communicate (Results 576 - 600 of 1154) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 30 * Object to communicate between the renderer and the browser.
  /external/chromium_org/chrome/browser/resources/print_preview/
preview_generator.js 14 * @param {!print_preview.NativeLayer} nativeLayer Used to communicate to
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_window_util.cc 69 // communicate this to WebKit easily.
  /external/chromium_org/chrome/browser/ui/webui/help/
version_updater_win.cc 78 // Callback used to communicate update status to the client.
  /external/chromium_org/chrome/common/extensions/api/
tts.json 13 "description": "An event from the TTS engine to communicate the status of an utterance.",
usb.idl 35 // all the data we need to communicate with a USB device, including the status
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 165 // has limited privileges and must communicate back using postMessage().
  /external/chromium_org/chrome/test/functional/media/
media_jerky.py 125 stdout = process.communicate()[0]
  /external/chromium_org/components/autofill/core/common/
password_form.h 184 // Autofill representation of this form. Used to communicate with the
  /external/chromium_org/components/nacl/loader/
nacl_listener.cc 243 // browser process. The IRT uses this channel to communicate with the
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 65 // communicate through the two process objects.
  /external/chromium_org/content/browser/web_contents/
web_drag_dest_mac.mm 43 // |contents| is the WebContentsImpl representing this tab, used to communicate
  /external/chromium_org/dbus/
object_proxy.h 30 // ObjectProxy is used to communicate with remote objects, mainly for
  /external/chromium_org/google_apis/gcm/tools/
mcs_probe.cc 51 // The default server to communicate with.
  /external/chromium_org/native_client_sdk/src/tools/tests/
oshelpers_test.py 42 output, error_output = process.communicate()
  /external/chromium_org/ppapi/
PRESUBMIT.py 16 (p_stdout, p_stderr) = p.communicate()
  /external/chromium_org/ppapi/generators/
idl_diff.py 326 output, errors = p.communicate()
  /external/chromium_org/remoting/tools/
zip2msi.py 184 out, _ = popen.communicate()
  /external/chromium_org/third_party/mesa/src/src/glsl/builtins/tools/
generate_builtins.py 76 output = p.communicate()[0]
  /external/chromium_org/tools/dromaeo_benchmark_runner/
dromaeo_benchmark_runner.py 83 stdout = str(process.communicate()[0])
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
eclipse.py 211 cpp_output = cpp_proc.communicate()[0]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
desktop_browser_backend.py 207 stdout=subprocess.PIPE, stderr=error).communicate()[0]
  /external/chromium_org/tools/
update_reference_build.py 121 stdout, stderr = p.communicate()
  /external/chromium_org/tools/valgrind/
common.py 224 (out, err) = p.communicate()
  /external/chromium_org/ui/views/controls/webview/
web_dialog_view.cc 241 delegate_ = NULL; // We will not communicate further with the delegate.

Completed in 790 milliseconds

<<21222324252627282930>>