HomeSort by relevance Sort by last modified time
    Searched refs:offline (Results 26 - 50 of 69) sorted by null

12 3

  /external/chromium_org/chrome/browser/resources/file_manager/css/
file_manager.css 517 /* The icon for offline mode */
518 .offline-icon {
522 url('../images/files/ui/offline.png') 1x,
523 url('../images/files/ui/2x/offline.png') 2x);
533 * So I added .offline-icon-space to animate 'width' property. */
534 .offline-icon-space {
536 -webkit-margin-start: -26px; /* Clear width of .offline-icon */
543 body[drive] .dialog-container[connection='offline'] .offline-icon,
544 body[drive] .dialog-container[connection='metered'] .offline-icon
    [all...]
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 446 <?cs if:sdk.preview ?><?cs # it's preview offline docs ?>
458 <?cs else ?><?cs # it's normal offline docs ?>
460 <?cs ######## HERE IS THE JD DOC CONTENT FOR OFFLINE ######### ?>
463 body .offline { display:block; }
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 445 <?cs if:sdk.preview ?><?cs # it's preview offline docs ?>
457 <?cs else ?><?cs # it's normal offline docs ?>
459 <?cs ######## HERE IS THE JD DOC CONTENT FOR OFFLINE ######### ?>
462 body .offline { display:block; }
  /external/chromium_org/remoting/webapp/
host_table_entry.js 165 * Update the row to reflect the current status of the host (online/offline and
198 this.tableRow.classList.add('host-offline');
201 this.tableRow.classList.remove('host-offline');
339 hostNameNode.innerText = chrome.i18n.getMessage(/*i18n-content*/'OFFLINE',
client_session.js 99 * Allow host-offline error reporting to be suppressed in situations where it
908 // The application requested host-offline errors to be suppressed, for
910 console.log('Suppressing host-offline error.');
    [all...]
main.css 516 .host-offline .host-list-label,
517 .host-offline .host-list-main-icon {
server_log_entry.js 88 return 'host-is-offline';
oauth2.js 281 'access_type': 'offline',
session_connector.js 226 * the connection if the current JID is offline.
  /external/chromium_org/chrome/browser/resources/image_loader/
image_loader.js 37 // Sending a response may fail if the receiver already went offline.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.cc 90 // Timeout to delay first notification about offline state for a
123 const char kNetworkStateOffline[] = "offline";
141 case NetworkStateInformer::OFFLINE:
592 // Skip "update" notification about OFFLINE state from
595 if ((state == NetworkStateInformer::OFFLINE || has_pending_auth_ui_) &&
610 if ((state == NetworkStateInformer::OFFLINE && !force_update) ||
655 // Hide offline message (if needed) and return if current screen is
713 // error screen (offline, proxy).
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
DOMWindow.h 296 DEFINE_ATTRIBUTE_EVENT_LISTENER(offline);
  /external/chromium_org/chrome/browser/resources/file_manager/js/
directory_model.js 127 * available offline. This entry works as a trigger to start a search for
128 * offline files.
288 * @return {boolean} on True if offline.
292 return connection.type == VolumeManager.DriveConnectionType.OFFLINE;
333 // offline tab.
942 // Handle the special case, when in offline mode, and there are no cached
    [all...]
volume_manager.js 39 type: VolumeManager.DriveConnectionType.OFFLINE,
110 OFFLINE: 'offline', // Connection is offline or drive is unavailable.
file_table.js 660 forEachCell('.table-row-cell > .offline',
996 li.classList.remove('dim-offline');
998 li.classList.add('dim-offline');
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 521 <?cs if:sdk.preview ?><?cs # it's preview offline docs ?>
533 <?cs else ?><?cs # it's normal offline docs ?>
535 <?cs ######## HERE IS THE JD DOC CONTENT FOR OFFLINE ######### ?>
538 body .offline { display:block; }
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 209 CAM_STREAM_TYPE_OFFLINE_PROC, /* offline process */
236 CAM_MAPPING_BUF_TYPE_OFFLINE_INPUT_BUF, /* mapping offline process input buffer */
1182 cam_pp_offline_src_config_t offline; member in union:__anon1735::__anon1736
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 209 CAM_STREAM_TYPE_OFFLINE_PROC, /* offline process */
236 CAM_MAPPING_BUF_TYPE_OFFLINE_INPUT_BUF, /* mapping offline process input buffer */
1245 cam_pp_offline_src_config_t offline; member in union:__anon33163::__anon33164
    [all...]
  /ndk/tests/
run-tests.sh 796 ADB_DEVICES=`$ADB_CMD devices | grep -v offline | awk 'NR>1 {gsub(/[ \t]+device$/,""); print;}' | sed '/^$/d' | sort | tr ' ' '#'`
808 dump "WARNING: Device $ANDROID_SERIAL cannot be found or offline!"
  /external/chromium_org/build/android/pylib/
android_commands.py 76 def GetAttachedDevices(hardware=True, emulator=True, offline=False):
88 emulator-5554 offline
93 offline: Include devices and emulators that are offline.
118 # Now add offline devices if offline is true
119 if offline:
    [all...]
  /external/libppp/src/
physical.c 309 if (p->handler && p->handler->offline)
310 (*p->handler->offline)(p);
  /libcore/
JavaLibrary.mk 336 -hdf android.whichdoc offline
  /frameworks/base/
Android.mk     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
metadata_cache.js 778 * @return {boolean} True if the file is available offline.
787 // What's available offline? See the 'Web' column at:
  /development/build/
sdk.atree 198 docs/offline-sdk docs

Completed in 702 milliseconds

12 3