OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip_address_
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/chromeos/net/
network_change_notifier_chromeos.cc
47
network->ip_address() !=
ip_address_
))) {
53
ip_address_
.clear();
58
ip_address_
= network->ip_address();
network_change_notifier_chromeos.h
45
std::string
ip_address_
;
member in class:chromeos::NetworkChangeNotifierChromeos
/external/chromium_org/chromeos/network/
network_change_notifier_chromeos.cc
130
ip_address_
.clear();
160
if (default_network->ip_address() !=
ip_address_
) {
168
if (!(stayed_online &&
ip_address_
.empty())) {
177
ip_address_
.c_str(),
192
ip_address_
= default_network->ip_address();
network_change_notifier_chromeos.h
75
std::string
ip_address_
;
member in class:chromeos::NetworkChangeNotifierChromeos
network_state.h
62
const std::string& ip_address() const { return
ip_address_
; }
135
std::string
ip_address_
;
member in class:chromeos::NetworkState
network_change_notifier_chromeos_unittest.cc
112
notifier_.
ip_address_
= notifier_state.ip_address;
121
EXPECT_EQ(notifier_state.ip_address, notifier_.
ip_address_
);
138
default_network_.
ip_address_
= default_network_state.ip_address;
network_state.cc
93
return GetStringValue(key, value, &
ip_address_
);
182
ip_address_
);
/external/chromium_org/chrome/utility/local_discovery/
service_discovery_client_unittest.cc
387
net::IPAddressNumber
ip_address_
;
member in class:local_discovery::__anon7083::ServiceResolverTest
/external/chromium/chrome/browser/chromeos/cros/
network_library.h
281
const std::string& ip_address() const { return
ip_address_
; }
362
std::string
ip_address_
;
member in class:chromeos::Network
[
all
...]
network_library.cc
4492
std::string
ip_address_
;
member in class:chromeos::NetworkLibraryStubImpl
[
all
...]
Completed in 161 milliseconds