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

  /external/chromium-libpac/src/
proxy_resolver_js_bindings.cc 24 // Handler for "myIpAddress()".
27 virtual bool MyIpAddress(std::string* first_ip_address) {
  /external/chromium/net/proxy/
proxy_resolver_js_bindings.cc 81 // Handler for "myIpAddress()".
84 virtual bool MyIpAddress(std::string* first_ip_address) {
proxy_resolver_v8_unittest.cc 33 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.
505 // Test the return values from myIpAddress(), myIpAddressEx(), dnsResolve(),
  /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 591 milliseconds