Home
last modified time | relevance | path

Searched refs:ASCIILiteralToV8String (Results 1 – 1 of 1) sorted by relevance

/external/chromium-libpac/src/
Dproxy_resolver_v8.cc184 v8::Local<v8::String> ASCIILiteralToV8String(v8::Isolate* isolate, const char* ascii) { in ASCIILiteralToV8String() function
439 global_template->Set(ASCIILiteralToV8String(isolate_, "alert"), alert_template); in InitV8()
443 global_template->Set(ASCIILiteralToV8String(isolate_, "myIpAddress"), in InitV8()
448 global_template->Set(ASCIILiteralToV8String(isolate_, "dnsResolve"), in InitV8()
455 global_template->Set(ASCIILiteralToV8String(isolate_, "dnsResolveEx"), in InitV8()
460 global_template->Set(ASCIILiteralToV8String(isolate_, "myIpAddressEx"), in InitV8()
465 global_template->Set(ASCIILiteralToV8String(isolate_, "sortIpAddressList"), in InitV8()
470 global_template->Set(ASCIILiteralToV8String(isolate_, "isInNetEx"), in InitV8()
484 ASCIILiteralToV8String(isolate_, in InitV8()
518 ASCIILiteralToV8String(isolate_, "FindProxyForURL")); in GetFindProxyForURL()
[all …]