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

1 2

  /external/chromium_org/content/browser/loader/
offline_policy.h 41 // Incorporate online/offline information from a successfully started request.
46 enum State { INIT, ONLINE, OFFLINE };
offline_policy.cc 63 case ONLINE:
92 state_ = ONLINE;
  /external/chromium_org/chrome/browser/local_discovery/
privet_device_lister.h 19 ONLINE,
privet_device_lister_impl.cc 134 return DeviceDescription::ONLINE;
privet_device_lister_unittest.cc 180 example_attrs_.push_back("CS=ONlInE");
239 EXPECT_EQ(DeviceDescription::ONLINE, outgoing_description.connection_state);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_state_informer.cc 115 if (updated && state_ == ONLINE) {
148 // For proxy-less networks rely on shill's online state if
154 return ONLINE;
169 return ONLINE;
network_state_informer.h 40 ONLINE,
signin_screen_handler.cc 124 const char kNetworkStateOnline[] = "online";
143 case NetworkStateInformer::ONLINE:
198 return state == NetworkStateInformer::ONLINE &&
274 // network is online but NetworkPortalDetector claims that it's behind
649 is_online && last_network_state_ != NetworkStateInformer::ONLINE;
663 // Reload frame if network state is changed from {!ONLINE} -> ONLINE state.
766 if (state != NetworkStateInformer::ONLINE) {
    [all...]
  /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);
135 if (status == HostStatusSender::ONLINE) {
136 EXPECT_EQ("ONLINE",
186 message += "ONLINE";
host_status_sender.cc 36 {"OFFLINE", "ONLINE"};
75 SendHostStatus(ONLINE, kSuccessExitCode);
  /external/chromium_org/cloud_print/gcp20/prototype/
printer.cc 362 case ONLINE:
433 ChangeState(ONLINE);
475 ChangeState(ONLINE);
491 if (connection_state_ != ONLINE)
749 case ONLINE:
750 return "online";
778 case ONLINE:
printer.h 92 ONLINE,
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
constants.js 59 Online: 'ONLINE',
  /external/chromium_org/remoting/webapp/
host.js 50 if (host.status != 'ONLINE') {
host_table_entry.js 165 * Update the row to reflect the current status of the host (online/offline and
173 var clickToConnect = this.host.status == 'ONLINE' && !opt_forEdit;
195 var showOffline = this.host.status != 'ONLINE';
197 this.tableRow.classList.remove('host-online');
200 this.tableRow.classList.add('host-online');
319 if (this.host.status == 'ONLINE') {
host_list.js 441 localHost.status = 'ONLINE';
  /external/chromium_org/chrome/browser/chromeos/login/
user.h 92 ONLINE = 4,
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/device/
DeviceBridge.java 144 if (device.getState() == IDevice.DeviceState.ONLINE) {
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc 56 const char kOnlineSource[] = "ONLINE";
340 type_ = chromeos::User::ONLINE;
525 chromeos::User::ONLINE,
891 // TODO(bshe): This api function is only used for ONLINE wallpapers. Remove
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 563 if (deviceState == DeviceState.ONLINE) {
564 return "Online";
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 184 <?cs if:android.whichdoc == "online" ?>
187 <?cs ######## HERE IS THE JD DOC CONTENT FOR ONLINE ######### ?>
198 <div class="pax col-13 online" style="display:none;margin:0;">
444 <?cs else ?> <?cs # end if online ?>
464 body .online { display:none; }
471 <?cs /if ?> <?cs # end if/else online ?>
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 183 <?cs if:android.whichdoc == "online" ?>
186 <?cs ######## HERE IS THE JD DOC CONTENT FOR ONLINE ######### ?>
197 <div class="pax col-13 online" style="display:none;margin:0;">
443 <?cs else ?> <?cs # end if online ?>
463 body .online { display:none; }
470 <?cs /if ?> <?cs # end if/else online ?>
  /external/chromium_org/chrome/browser/resources/file_manager/js/
volume_manager.js 112 ONLINE: 'online' // Connection is online.
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 259 <?cs if:android.whichdoc == "online" ?>
262 <?cs ######## HERE IS THE JD DOC CONTENT FOR ONLINE ######### ?>
273 <div class="pax col-13 online" style="display:none;margin:0;">
519 <?cs else ?> <?cs # end if online ?>
539 body .online { display:none; }
546 <?cs /if ?> <?cs # end if/else online ?>

Completed in 539 milliseconds

1 2