HomeSort by relevance Sort by last modified time
    Searched defs:natives (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/renderer/resources/extensions/
cast_streaming_rtp_stream_custom_bindings.js 8 var natives = requireNative('cast_streaming_natives'); variable
15 natives.DestroyCastRtpStream(transportId);
19 return natives.GetSupportedParamsCastRtpStream(transportId);
23 natives.StartCastRtpStream(transportId, params);
27 natives.StopCastRtpStream(transportId);
31 natives.ToggleLogging(transportId, enable);
35 natives.GetRawEvents(transportId, extraData, callback);
39 natives.GetStats(transportId, callback);
cast_streaming_session_custom_bindings.js 8 var natives = requireNative('cast_streaming_natives'); variable
14 natives.CreateSession(audioTrack, videoTrack, callback);
cast_streaming_udp_transport_custom_bindings.js 8 var natives = requireNative('cast_streaming_natives'); variable
14 natives.DestroyCastUdpTransport(transportId);
18 natives.SetDestinationCastUdpTransport(transportId, destination);
  /external/chromium_org/extensions/renderer/resources/
send_request.js 8 var natives = requireNative('sendRequest'); variable
46 callerChrome = natives.GetGlobal(request.callback).chrome;
148 var nativeFunction = optArgs.nativeFunction || natives.StartRequest;
150 var requestId = natives.GetNextRequestId();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.touchpoint.natives_1.1.100.v20130327-2119.jar 
  /external/chromium_org/v8/src/
bootstrapper.cc 9 #include "src/natives.h"
47 ASSERT(0 <= index && index < Natives::GetBuiltinsCount());
50 // We can use external strings for the natives.
51 Vector<const char> source = Natives::GetRawScriptSource(index);
2190 Handle<String> natives = local
    [all...]

Completed in 144 milliseconds