OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:proxy_settings_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/chromeos/network/
network_state_list_detailed_view.h
140
TrayPopupLabelButton*
proxy_settings_
;
member in class:ash::tray::NetworkStateListDetailedView
network_state_list_detailed_view.cc
162
proxy_settings_
(NULL),
218
proxy_settings_
= NULL;
271
} else if (sender ==
proxy_settings_
) {
408
// Both settings_ and
proxy_settings_
can be NULL. This happens when
414
if (settings_ ||
proxy_settings_
)
415
bottom_row->AddChildView(settings_ ? settings_ :
proxy_settings_
);
429
if (
proxy_settings_
)
430
proxy_settings_
->SetEnabled(handler->DefaultNetwork() != NULL);
751
proxy_settings_
= new TrayPopupLabelButton(
Completed in 337 milliseconds