Searched defs:natives (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/renderer/resources/extensions/
H A Dcast_streaming_rtp_stream_custom_bindings.js8 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);
H A Dcast_streaming_session_custom_bindings.js8 var natives = requireNative('cast_streaming_natives'); variable
14 natives.CreateSession(audioTrack, videoTrack, callback);
H A Dcast_streaming_udp_transport_custom_bindings.js8 var natives = requireNative('cast_streaming_natives'); variable
14 natives.DestroyCastUdpTransport(transportId);
18 natives.SetDestinationCastUdpTransport(transportId, destination);
22 natives.SetOptionsCastUdpTransport(transportId, options);
/external/chromium_org/extensions/renderer/resources/
H A Dsend_request.js8 var natives = requireNative('sendRequest'); variable
42 callerChrome = natives.GetGlobal(request.callback).chrome;
133 var nativeFunction = optArgs.nativeFunction || natives.StartRequest;
135 var requestId = natives.GetNextRequestId();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar ... equinox/internal/p2/touchpoint/ org/eclipse/equinox/internal/p2/touchpoint/natives/ org/eclipse/equinox/internal/p2/touchpoint/natives/Activator.class ...
/external/chromium_org/v8/src/
H A Dcompiler.cc1141 ScriptCompiler::CompileOptions compile_options, NativesFlag natives) {
1188 if (natives == NATIVES_CODE) {
1262 // if a function uses the special natives syntax, which is something the
1137 CompileScript( Handle<String> source, Handle<Object> script_name, int line_offset, int column_offset, bool is_shared_cross_origin, Handle<Context> context, v8::Extension* extension, ScriptData** cached_data, ScriptCompiler::CompileOptions compile_options, NativesFlag natives) argument
H A Dbootstrapper.cc15 #include "src/natives.h"
50 // We can use external strings for the natives.
1938 PrintF("Warning: Running without installed natives!\n");
1942 // Install natives.
1955 // Store the map for the string prototype after the natives has been compiled
2223 // Expose the natives in global if a name for it is specified.
2225 Handle<String> natives = local
2228 if (natives->AsArrayIndex(&dummy_index)) return true;
2229 JSObject::AddProperty(global, natives, handle(global->builtins()),
2668 // Install experimental natives
[all...]

Completed in 835 milliseconds