OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MyIpAddressEx
(Results
1 - 9
of
9
) 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
31
// Handler for "
myIpAddressEx
()".
32
virtual bool
MyIpAddressEx
(std::string* ip_address_list) {
proxy_resolver_v8.cc
32
// -
myIpAddressEx
()
48
//
myIpAddressEx
() | N/A | "" | ""
67
//
myIpAddressEx
() | N/A | IPv4/IPv6 | IPv4/IPv6
450
global_template->Set(ASCIILiteralToV8String("
myIpAddressEx
"),
584
// V8 callback for when "
myIpAddressEx
()" is invoked by the PAC script.
598
success = context->js_bindings_->
MyIpAddressEx
(&ip_address_list);
/external/chromium/net/proxy/
proxy_resolver_js_bindings.h
33
// Handler for "
myIpAddressEx
()". Returns true on success and fills
39
virtual bool
MyIpAddressEx
(std::string* ip_address_list) = 0;
proxy_resolver_js_bindings_unittest.cc
165
//
myIpAddressEx
()
210
EXPECT_TRUE(bindings->
MyIpAddressEx
(&ip_address));
220
// Test that
myIpAddressEx
() and dnsResolveEx() both return a semi-colon
233
EXPECT_TRUE(bindings->
MyIpAddressEx
(&ip_addresses));
323
bindings->
MyIpAddressEx
(&ip_address);
proxy_resolver_js_bindings.cc
97
// Handler for "
myIpAddressEx
()".
98
virtual bool
MyIpAddressEx
(std::string* ip_address_list) {
proxy_resolver_v8.cc
34
// -
myIpAddressEx
()
50
//
myIpAddressEx
() | N/A | "" | ""
69
//
myIpAddressEx
() | N/A | IPv4/IPv6 | IPv4/IPv6
433
global_template->Set(ASCIILiteralToV8String("
myIpAddressEx
"),
573
// V8 callback for when "
myIpAddressEx
()" is invoked by the PAC script.
587
success = context->js_bindings_->
MyIpAddressEx
(&ip_address_list);
proxy_resolver_v8_unittest.cc
39
virtual bool
MyIpAddressEx
(std::string* ip_address_list) {
428
//
MyIpAddressEx
was called once.
505
// Test the return values from myIpAddress(),
myIpAddressEx
(), dnsResolve(),
/external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc
32
virtual bool
MyIpAddressEx
(std::string* ip_address_list) {
428
//
MyIpAddressEx
was called once.
503
// Test the return values from myIpAddress(),
myIpAddressEx
(), dnsResolve(),
Completed in 124 milliseconds