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

1 2 3 4

  /external/chromium_org/cloud_print/gcp20/prototype/
local_print_job.cc 7 LocalPrintJob::LocalPrintJob() : offline(false) {
local_print_job.h 50 bool offline; member in struct:LocalPrintJob
privet_http_server.cc 333 std::string offline; local
339 GetValueForKeyInQuery(url, "offline", &offline);
340 job.offline = (offline == "1");
489 *current_response = CreateError("offline");
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowEventHandlers.h 41 DEFINE_STATIC_WINDOW_ATTRIBUTE_EVENT_LISTENER(offline);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_error_message.css 16 .show-with-error-state-offline,
20 .offline-login {
30 .error-state-offline .show-with-error-state-offline,
34 .allow-offline-login .offline-login {
88 #offline-network-control {
93 .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/chromeos/
charger_replacement.css 36 body[page='6'] #order-charger-offline {
120 #offline-content {
125 #offline-order-contact {
129 #offline-content-left {
133 #offline-content-divider {
139 #offline-content-right {
146 #confirm-offline-order-checkbox-strip {
  /external/chromium_org/tools/perf/page_sets/endure/
indexeddb_app.js 5 // This file simulates a typical foreground process of an offline-capable
6 // authoring application. When in an "offline" state, simulated user actions
82 $('#offline').disabled = true;
88 var offline = true; variable
124 $('#offline').addEventListener('click', goOffline);
131 if (offline)
133 offline = true;
134 $('#offline').disabled = offline;
135 $('#online').disabled = !offline;
    [all...]
indexeddb_app_worker.js 5 // This file simulates a typical background process of an offline-capable
10 // When in an "offline" state, nothing else happens.
81 case 'offline':
93 var offline = true; variable
98 if (offline)
100 log('offline');
101 offline = true;
109 if (!offline)
111 offline = false;
120 if (offline)
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/search/
destination_list_item.css 35 .destination-list-item .offline-status {
  /external/chromium_org/chrome/common/extensions/docs/server2/
host_file_system_provider_test.py 40 offline=True,
44 # Offline file system should raise a FileNotFoundError if read is attempted.
instance_servlet.py 37 # In production have offline=True so that we can catch cron errors. In
38 # development it's annoying to have to run the cron job, so offline=False.
41 offline=not IsDevServer())
host_file_system_provider.py 23 offline=False,
34 |offline|
42 self._offline = offline
82 an Offline file system if the offline flag is set, and finally wraps it in
patch_servlet.py 51 offline=False,
  /external/chromium_org/chrome/browser/local_discovery/
privet_http.h 152 // If |offline| is true, we will indicate to the printer not to post the job
154 virtual void SetOffline(bool offline) = 0;
  /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 200 .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,
  /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;

Completed in 6825 milliseconds

1 2 3 4