Searched defs:offline (Results 1 - 17 of 17) sorted by last modified time

/external/smack/src/org/jivesoftware/smackx/
H A DMessageEventManager.java70 * @param offline specifies if the offline event is requested.
75 public static void addNotificationsRequests(Message message, boolean offline, argument
80 messageEvent.setOffline(offline);
/external/smack/src/org/jivesoftware/smackx/packet/
H A DMessageEvent.java35 * 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
138 * that the receiver of the message is offline
141 return offline;
238 setOffline(boolean offline) argument
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/tools/perf/page_sets/endure/
H A Dindexeddb_app.js5 // This file simulates a typical foreground process of an offline-capable
6 // authoring application. When in an "offline" state, simulated user actions
78 $('#offline').disabled = true;
84 var offline = true; variable
111 $('#offline').addEventListener('click', goOffline);
118 if (offline)
120 offline = true;
121 $('#offline').disabled = offline;
122 $('#online').disabled = !offline;
[all...]
H A Dindexeddb_app_worker.js5 // 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/cloud_print/gcp20/prototype/
H A Dlocal_print_job.h50 bool offline; member in struct:LocalPrintJob
H A Dprivet_http_server.cc339 std::string offline; local
345 GetValueForKeyInQuery(url, "offline", &offline);
346 job.offline = (offline == "1");
495 *current_response = CreateError("offline");
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dgaia_screen_handler.cc643 bool offline) {
646 context.is_local = offline;
649 context.use_offline = offline;
641 LoadAuthExtension(bool force, bool silent_load, bool offline) argument
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_screen_handler.cc485 bool offline = (state == GoogleServiceAuthError::CONNECTION_FAILED || local
489 offline ? ProfileMetrics::AUTH_FAILED_OFFLINE :
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_conditions.cc16 DevToolsNetworkConditions::DevToolsNetworkConditions(bool offline) argument
17 : offline_(offline),
24 bool offline,
28 : offline_(offline),
23 DevToolsNetworkConditions( bool offline, double latency, double download_throughput, double upload_throughput) argument
H A Ddevtools_network_conditions.h21 explicit DevToolsNetworkConditions(bool offline);
22 DevToolsNetworkConditions(bool offline,
29 bool offline() const { return offline_; } function in class:DevToolsNetworkConditions
H A Ddevtools_network_controller_unittest.cc65 void SetNetworkState(const std::string id, bool offline) { argument
67 new DevToolsNetworkConditions(offline));
H A Ddevtools_network_protocol_handler.cc68 bool offline = false; local
69 if (!params || !params->GetBoolean(names::kParamOffline, &offline))
92 offline, latency, download_throughput, upload_throughput));
/external/chromium_org/chrome/browser/drive/
H A Dfake_drive_service.h55 // Changes the offline state. All functions fail with GDATA_NO_CONNECTION
56 // when offline. By default the offline state is false.
57 void set_offline(bool offline) { offline_ = offline; } argument
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_http_impl.cc47 const char kPrivetURLKeyOffline[] = "offline";
814 void PrivetLocalPrintOperationImpl::SetOffline(bool offline) { argument
816 offline_ = offline;

Completed in 433 milliseconds