OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:natives
(Results
1 - 7
of
7
) 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
.GetCapsCastRtpStream(transportId);
23
natives
.StartCastRtpStream(transportId, params);
27
natives
.StopCastRtpStream(transportId);
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
.StartCastUdpTransport(transportId, remoteParams);
send_request.js
7
var
natives
= requireNative('sendRequest');
variable
45
callerChrome =
natives
.GetGlobal(request.callback).chrome;
136
var nativeFunction = optArgs.nativeFunction ||
natives
.StartRequest;
138
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
/external/chromium_org/v8/src/
bootstrapper.cc
39
#include "
natives
.h"
79
ASSERT(0 <= index && index <
Natives
::GetBuiltinsCount());
82
// We can use external strings for the
natives
.
83
Vector<const char> source =
Natives
::GetRawScriptSource(index);
2160
Handle<String>
natives
=
local
[
all
...]
/external/v8/src/
bootstrapper.cc
39
#include "
natives
.h"
74
ASSERT(0 <= index && index <
Natives
::GetBuiltinsCount());
79
// We can use external strings for the
natives
.
80
Vector<const char> source =
Natives
::GetRawScriptSource(index);
1919
Handle<String>
natives
= factory->LookupAsciiSymbol(FLAG_expose_
natives
_as);
local
[
all
...]
Completed in 1388 milliseconds