HomeSort by relevance Sort by last modified time
    Searched refs:ONLINE (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/chrome/browser/local_discovery/
device_description.h 20 ONLINE,
device_description.cc 21 return DeviceDescription::ONLINE;
privet_device_lister_unittest.cc 185 example_attrs_.push_back("CS=ONlInE");
244 EXPECT_EQ(DeviceDescription::ONLINE, outgoing_description.connection_state);
  /external/chromium_org/chrome/browser/local_discovery/wifi/
bootstrapping_device_lister.h 20 ONLINE,
bootstrapping_device_lister.cc 39 {'O', BootstrappingDeviceDescription::ONLINE},
bootstrapping_device_lister_unittest.cc 197 BootstrappingDeviceDescription::ONLINE));
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.cc 25 const char kNetworkStateOnline[] = "online";
58 // For proxy-less networks rely on shill's online state if
64 return NetworkStateInformer::ONLINE;
79 return NetworkStateInformer::ONLINE;
157 case ONLINE:
189 if (updated && state_ == ONLINE) {
app_launch_splash_screen_handler.cc 141 if (state == NetworkStateInformer::ONLINE) {
174 case NetworkStateInformer::ONLINE: {
196 return network_state_informer_->state() == NetworkStateInformer::ONLINE;
200 // Purposely leave blank because the online case is handled in UpdateState
213 network_state_informer_->state() == NetworkStateInformer::ONLINE;
network_state_informer.h 38 ONLINE,
gaia_screen_handler.cc 227 if (state != NetworkStateInformer::ONLINE) {
295 if (network_state_informer_->state() != NetworkStateInformer::ONLINE)
559 (network_state_informer_->state() != NetworkStateInformer::ONLINE ||
634 network_state_informer_->state() == NetworkStateInformer::ONLINE) {
kiosk_app_menu_handler.cc 156 if (network_state_informer_->state() == NetworkStateInformer::ONLINE)
enrollment_screen_handler.cc 431 const bool is_online = (state == NetworkStateInformer::ONLINE);
552 if (network_state_informer_->state() != NetworkStateInformer::ONLINE)
  /external/chromium_org/remoting/host/
host_status_sender.h 55 ONLINE = 1
80 // Helper method for sending either an online or an offline status message.
host_status_sender_unittest.cc 92 ValidateHostStatusStanza(stanza.get(), HostStatusSender::ONLINE);
134 if (status == HostStatusSender::ONLINE) {
135 EXPECT_EQ("ONLINE",
185 message += "ONLINE";
host_status_sender.cc 37 {"OFFLINE", "ONLINE"};
76 SendHostStatus(ONLINE, kSuccessExitCode);
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
constants.js 59 Online: 'ONLINE',
  /external/chromium_org/remoting/webapp/
host.js 52 if (host.status != 'ONLINE') {
host_table_entry.js 166 * Update the row to reflect the current status of the host (online/offline and
174 var clickToConnect = this.host.status == 'ONLINE' && !opt_forEdit;
196 var showOffline = this.host.status != 'ONLINE';
198 this.tableRow.classList.remove('host-online');
201 this.tableRow.classList.add('host-online');
320 if (this.host.status == 'ONLINE') {
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 457 case ONLINE:
548 ChangeState(ONLINE);
590 ChangeState(ONLINE);
607 if (connection_state_ != ONLINE)
701 if (connection_state_ != ONLINE)
712 DCHECK_EQ(connection_state_, ONLINE);
916 case ONLINE:
917 return "online";
printer.h 50 ONLINE,
  /external/chromium_org/components/user_manager/
user.h 73 ONLINE = 4, // WallpaperInfo.location denotes an URL.
135 // Whether online authentication against GAIA should be enforced during the
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DeviceBridge.java 144 if (device.getState() == IDevice.DeviceState.ONLINE) {
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
folder_shortcuts_data_model.js 126 // Remove the shortcut on error, only if Drive is fully online.
131 VolumeManagerCommon.DriveConnectionType.ONLINE) {
476 // If Drive is online, then delete the shortcut permanently. Otherwise,
479 VolumeManagerCommon.DriveConnectionType.ONLINE) {
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc 384 user_manager::User::ONLINE,
495 user_manager::User::ONLINE,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 565 if (deviceState == DeviceState.ONLINE) {
566 return "Online";

Completed in 1415 milliseconds

1 2