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

  /external/chromium/net/proxy/
proxy_resolver_js_bindings.h 27 // Handler for "myIpAddressEx()". Returns empty string on failure.
31 virtual std::string MyIpAddressEx() = 0;
proxy_resolver_js_bindings_unittest.cc 126 // myIpAddressEx()
164 EXPECT_EQ("192.168.2.2", bindings->MyIpAddressEx()); // Unrestricted.
169 // Test that myIpAddressEx() and dnsResolveEx() both return a semi-colon
181 bindings->MyIpAddressEx());
proxy_resolver_js_bindings.cc 112 // Handler for "myIpAddressEx()". Returns empty string on failure.
113 virtual std::string MyIpAddressEx() {
proxy_resolver_v8.cc 26 // - myIpAddressEx()
40 // myIpAddressEx() | N/A | "" | ""
57 // myIpAddressEx() | N/A | IPv4/IPv6 | IPv4/IPv6
185 global_template->Set(v8::String::New("myIpAddressEx"),
311 // V8 callback for when "myIpAddressEx()" is invoked by the PAC script.
322 std::string result = context->js_bindings_->MyIpAddressEx();
proxy_resolver_v8_unittest.cc 36 virtual std::string MyIpAddressEx() {
409 // MyIpAddressEx was called once.
489 // Test the return values from myIpAddress(), myIpAddressEx(), dnsResolve(),

Completed in 23 milliseconds