HomeSort by relevance Sort by last modified time
    Searched refs:MyIpAddressEx (Results 1 - 4 of 4) sorted by null

  /external/chromium-libpac/src/
proxy_resolver_js_bindings.h 27 // Handler for "myIpAddressEx()". Returns true on success and fills
33 virtual bool MyIpAddressEx(std::string* ip_address_list) = 0;
proxy_resolver_js_bindings.cc 32 // Handler for "myIpAddressEx()".
33 virtual bool MyIpAddressEx(std::string* ip_address_list) {
proxy_resolver_v8.cc 26 // - myIpAddressEx()
42 // myIpAddressEx() | N/A | "" | ""
61 // myIpAddressEx() | N/A | IPv4/IPv6 | IPv4/IPv6
460 global_template->Set(ASCIILiteralToV8String(isolate_, "myIpAddressEx"),
598 // V8 callback for when "myIpAddressEx()" is invoked by the PAC script.
612 success = context->js_bindings_->MyIpAddressEx(&ip_address_list);
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 33 virtual bool MyIpAddressEx(std::string* ip_address_list) {
429 // MyIpAddressEx was called once.
504 // Test the return values from myIpAddress(), myIpAddressEx(), dnsResolve(),

Completed in 71 milliseconds