Home
last modified time | relevance | path

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

/external/chromium-libpac/src/
Dproxy_resolver_v8.cc182 v8::Local<v8::String> ASCIILiteralToV8String(v8::Isolate* isolate, const char* ascii) { in ASCIILiteralToV8String() function
433 global_template->Set(ASCIILiteralToV8String(isolate_, "alert"), alert_template); in InitV8()
437 global_template->Set(ASCIILiteralToV8String(isolate_, "myIpAddress"), in InitV8()
442 global_template->Set(ASCIILiteralToV8String(isolate_, "dnsResolve"), in InitV8()
449 global_template->Set(ASCIILiteralToV8String(isolate_, "dnsResolveEx"), in InitV8()
454 global_template->Set(ASCIILiteralToV8String(isolate_, "myIpAddressEx"), in InitV8()
459 global_template->Set(ASCIILiteralToV8String(isolate_, "sortIpAddressList"), in InitV8()
464 global_template->Set(ASCIILiteralToV8String(isolate_, "isInNetEx"), in InitV8()
478 ASCIILiteralToV8String(isolate_, in InitV8()
512 ASCIILiteralToV8String(isolate_, "FindProxyForURL")); in GetFindProxyForURL()
[all …]