OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:network_library
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/automation/
automation_provider_observers_chromeos.cc
102
NetworkLibrary*
network_library
= CrosLibrary::Get()->GetNetworkLibrary();
local
103
network_library
->AddNetworkManagerObserver(this);
107
NetworkLibrary*
network_library
= CrosLibrary::Get()->GetNetworkLibrary();
local
108
network_library
->RemoveNetworkManagerObserver(this);
122
NetworkLibrary*
network_library
= CrosLibrary::Get()->GetNetworkLibrary();
local
123
network_library
->AddNetworkManagerObserver(this);
127
NetworkLibrary*
network_library
= CrosLibrary::Get()->GetNetworkLibrary();
local
128
network_library
->RemoveNetworkManagerObserver(this);
166
NetworkLibrary*
network_library
) {
167
return
network_library
->FindWifiNetworkByPath(service_path_)
[
all
...]
testing_automation_provider_chromeos.cc
11
#include "chrome/browser/chromeos/cros/
network_library
.h"
255
NetworkLibrary*
network_library
= CrosLibrary::Get()->GetNetworkLibrary();
259
return_value->SetString("ip_address",
network_library
->IPAddress());
262
if (
network_library
->ethernet_network())
265
network_library
->ethernet_network()->service_path());
266
if (
network_library
->wifi_network())
268
network_library
->wifi_network()->service_path());
269
if (
network_library
->cellular_network())
272
network_library
->cellular_network()->service_path());
275
bool ethernet_available =
network_library
->ethernet_available()
401
NetworkLibrary*
network_library
= CrosLibrary::Get()->GetNetworkLibrary();
local
456
NetworkLibrary*
network_library
= CrosLibrary::Get()->GetNetworkLibrary();
local
471
NetworkLibrary*
network_library
= CrosLibrary::Get()->GetNetworkLibrary();
local
[
all
...]
/external/chromium/chrome/browser/chromeos/status/
network_menu_button.cc
123
NetworkLibrary*
network_library
= CrosLibrary::Get()->GetNetworkLibrary();
local
124
OnNetworkManagerChanged(
network_library
);
125
network_library
->AddNetworkManagerObserver(this);
126
network_library
->AddCellularDataPlanObserver(this);
127
const NetworkDevice* cellular =
network_library
->FindCellularDevice();
131
network_library
->AddNetworkDeviceObserver(cellular_device_path_, this);
Completed in 31 milliseconds