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

1 2 3

  /external/chromium_org/chrome/common/extensions/docs/server2/
host_file_system_creator.py 17 offline=False,
22 self._offline = offline
26 def Create(self, branch='trunk', revision=None, offline=None):
29 an Offline file system if the offline flag is set, and finally wraps it in a
37 if offline or (offline is None and self._offline):
host_file_system_creator_test.py 36 offline=True,
40 # Offline file system should raise a FileNotFoundError if read is attempted.
instance_servlet.py 66 return HostFileSystemCreator(object_store_creator, offline=True)
patch_servlet.py 36 # offline=False because a patch can rely on files that are already in SVN
40 host_file_system_creator.Create(offline=False),
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_error_message.css 14 .show-with-error-state-offline,
18 .offline-login {
26 .error-state-offline .show-with-error-state-offline,
30 .allow-offline-login .offline-login {
76 #offline-network-control {
81 .offline-network-list-label {
  /external/smack/src/org/jivesoftware/smackx/packet/
MessageEvent.java 34 * <li>Offline<br>
35 * Indicates that the message has been stored offline by the intended recipient's server. This
36 * event is triggered only if the intended recipient's server supports offline storage, has that
37 * support enabled, and the recipient is offline when the server receives the message for delivery.</li>
61 public static final String OFFLINE = "offline";
67 private boolean offline = false; field in class:MessageEvent
134 * when the receiver of the message is offline.
135 * When the message is a notification returns if the receiver of the message was offline.
137 * @return true if the sender is requesting to be notified when offline or when notifying
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/search/
destination_list_item.css 35 .destination-list-item .offline-status {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLBodyElement.h 59 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(offline);
HTMLFrameSetElement.h 59 DEFINE_WINDOW_ATTRIBUTE_EVENT_LISTENER(offline);
  /external/chromium_org/chrome/browser/resources/gaia_auth/
offline.js 6 * @fileoverview Offline login implementation.
25 var form = $('offline-login-form');
  /external/elfutils/libdwfl/
Android.mk 42 offline.c \
Makefile.am 53 derelocate.c offline.c segment.c \
  /external/smack/src/org/jivesoftware/smackx/
MessageEventManager.java 70 * @param offline specifies if the offline event is requested.
75 public static void addNotificationsRequests(Message message, boolean offline,
80 messageEvent.setOffline(offline);
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/css/
wallpaper_manager.css 199 .image-picker-offline img:not([offline]) {
  /external/libppp/src/
physical.h 66 void (*offline)(struct physical *); member in struct:device
  /build/tools/droiddoc/templates-sdk/
sample.cs 67 # else, this means it's offline docs,
sampleindex.cs 77 # else, this means it's offline docs,
  /external/chromium_org/chrome/browser/drive/
fake_drive_service.h 39 // Changes the offline state. All functions fail with GDATA_NO_CONNECTION
40 // when offline. By default the offline state is false.
41 void set_offline(bool offline) { offline_ = offline; }
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 215 <?cs if:sdk.preview ?><?cs # it's preview offline docs ?>
227 <?cs else ?><?cs # it's normal offline docs ?>
229 p.offline-message { display:block; }
  /external/doclava/src/com/google/doclava/
SampleCode.java 654 public void writeDirectory(File dir, String relative, boolean offline) {
682 writeDirectory(f, relative + name + "/", offline);
705 if (!offline) relative = "/" + relative;
712 public void writeIndexOnly(File dir, String relative, Boolean offline) {
714 if (!offline) relative = "/" + relative;
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
wallpaper_manager.js 151 // If device is offline, fetches manifest from local storage.
152 // TODO(bshe): Always loading the offline manifest first and replacing
188 $('wallpaper-grid').classList.add('image-picker-offline');
245 window.addEventListener('offline', function() {
261 thumbnail.offline = true;
265 $('wallpaper-grid').classList.add('image-picker-offline');
269 $('wallpaper-grid').classList.remove('image-picker-offline');
393 // If device is offline, gets the available offline wallpaper list first.
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
signin_screen_handler.h 272 // shouldn't grab the focus. |offline| is true when offline version of the
274 void LoadAuthExtension(bool force, bool silent_load, bool offline);
376 // Returns true if offline login is allowed.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
EventNames.h 104 macro(offline) \
  /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 ' ' '#'`

Completed in 2055 milliseconds

1 2 3