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

  /external/chromium-libpac/src/
proxy_resolver_js_bindings.h 23 // Handler for "myIpAddress()". Returns true on success and fills
25 virtual bool MyIpAddress(std::string* first_ip_address) = 0;
proxy_resolver_js_bindings.cc 24 // Handler for "myIpAddress()".
27 virtual bool MyIpAddress(std::string* first_ip_address) {
proxy_resolver_v8.cc 46 // myIpAddress() | "127.0.0.1" | ??? | "127.0.0.1"
56 // Another difference is in how dnsResolve() and myIpAddress() are
64 // myIpAddress() | IPv4/IPv6 | IPv4 | IPv4
435 global_template->Set(ASCIILiteralToV8String(isolate_, "myIpAddress"),
566 // V8 callback for when "myIpAddress()" is invoked by the PAC script.
580 success = context->js_bindings_->MyIpAddress(&result);
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 26 virtual bool MyIpAddress(std::string* ip_address) {
425 // MyIpAddress was called two times.
437 // Test calling a binding (myIpAddress()) from the script's global scope.
447 // myIpAddress() got called during initialization of the script.
503 // Test the return values from myIpAddress(), myIpAddressEx(), dnsResolve(),

Completed in 1906 milliseconds