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

12 3 4

  /build/tools/droiddoc/templates-sdk/
sampleindex.cs 77 # else, this means it's offline docs,
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; }
  /external/chromium_org/chrome/browser/devtools/
android_device.cc 200 bool offline = tokens.size() > 1 && tokens[1] == "offline"; local
201 result.push_back(new AdbDeviceImpl(tokens[0], !offline));
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 152 // If device is offline, fetches manifest from local storage.
153 // TODO(bshe): Always loading the offline manifest first and replacing
189 $('wallpaper-grid').classList.add('image-picker-offline');
270 window.addEventListener('offline', function() {
285 thumbnail.offline = true;
289 $('wallpaper-grid').classList.add('image-picker-offline');
293 $('wallpaper-grid').classList.remove('image-picker-offline');
404 // If device is offline, gets the available offline wallpaper list first.
    [all...]
  /external/chromium_org/chrome/browser/local_discovery/
privet_http_impl.h 169 virtual void SetOffline(bool offline) OVERRIDE;
privet_http_impl.cc 28 const char kPrivetURLKeyOffline[] = "offline";
678 void PrivetLocalPrintOperationImpl::SetOffline(bool offline) {
680 offline_ = offline;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameSetElement.cpp 148 document().setWindowAttributeEventListener(EventTypeNames::offline, createAttributeEventListener(document().frame(), name, value));
HTMLBodyElement.cpp 152 document().setWindowAttributeEventListener(EventTypeNames::offline, createAttributeEventListener(document().frame(), name, value));
  /external/elfutils/tests/
Makefile.am 87 run-dwfl-bug-offline-rel.sh run-dwfl-addr-sect.sh \
120 run-addrname-test.sh run-dwfl-bug-offline-rel.sh \
  /ndk/tests/
run-tests-all.sh 17 DEVICES=`$ADB_CMD devices | grep -v offline | awk 'NR>1 {gsub(/[ \t]+device$/,""); print;}' | sed '/^$/d' | tr ' ' '#'`
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
directory_model.js 69 * available offline. This entry works as a trigger to start a search for
70 * offline files.
190 * @return {boolean} on True if offline.
194 return connection.type == util.DriveConnectionType.OFFLINE;
240 // offline tab.
828 // Handle the special case, when in offline mode, and there are no cached
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
file_manager.css 542 /* The icon for offline mode */
543 .offline-icon {
547 url('../images/files/ui/offline.png') 1x,
548 url('../images/files/ui/2x/offline.png') 2x);
558 * So I added .offline-icon-space to animate 'width' property. */
559 .offline-icon-space {
561 -webkit-margin-start: -26px; /* Clear width of .offline-icon */
568 body[drive] .dialog-container[connection='offline'] .offline-icon,
569 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 166 * Update the row to reflect the current status of the host (online/offline and
199 this.tableRow.classList.add('host-offline');
202 this.tableRow.classList.remove('host-offline');
355 /*i18n-content*/'OFFLINE', this.host.hostName);
client_session.js 102 * Allow host-offline error reporting to be suppressed in situations where it
936 // The application requested host-offline errors to be suppressed, for
938 console.log('Suppressing host-offline error.');
    [all...]
main.css 537 .host-offline .host-list-label,
538 .host-offline .host-list-main-icon {
  /external/chromium_org/chrome/browser/resources/chromeos/
neterror.css 70 .icon-offline {
  /external/chromium_org/chrome/browser/resources/gaia_auth/
saml_injected.js 12 * use for offline login;
  /external/chromium_org/chrome/browser/resources/image_loader/
image_loader.js 39 // Sending a response may fail if the receiver already went offline.
  /external/chromium_org/chrome/renderer/resources/
neterror.css 81 .icon-offline {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.h 310 // shouldn't grab the focus. |offline| is true when offline version of the
312 void LoadAuthExtension(bool force, bool silent_load, bool offline);
413 // Returns true if offline login is allowed.
signin_screen_handler.cc 87 // Timeout to delay first notification about offline state for a
557 // Skip "update" notification about OFFLINE state from
560 if ((state == NetworkStateInformer::OFFLINE || has_pending_auth_ui_) &&
574 if ((state == NetworkStateInformer::OFFLINE && !force_update) ||
622 // Hide offline message (if needed) and return if current screen is
680 // error screen (offline, proxy).
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.cpp 86 AtomicString eventName = online ? EventTypeNames::online : EventTypeNames::offline;
  /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...]

Completed in 895 milliseconds

12 3 4