Searched refs:offline (Results 1 - 25 of 49) sorted by relevance

12

/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_protocol_handler.cc68 bool offline = false; local
69 if (!params || !params->GetBoolean(names::kParamOffline, &offline))
92 offline, latency, download_throughput, upload_throughput));
H A Ddevtools_network_controller.cc92 if (it->second->conditions()->offline()) {
98 bool is_appcache_offline = appcache_interceptor_->conditions()->offline();
H A Ddevtools_network_controller_unittest.cc65 void SetNetworkState(const std::string id, bool offline) { argument
67 new DevToolsNetworkConditions(offline));
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dlocal_print_job.cc7 LocalPrintJob::LocalPrintJob() : offline(false) {
H A Dlocal_print_job.h50 bool offline; member in struct:LocalPrintJob
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMWindowEventHandlers.h42 DEFINE_STATIC_WINDOW_ATTRIBUTE_EVENT_LISTENER(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/chromium_org/tools/perf/page_sets/endure/
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...]
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...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dcharger_replacement.css36 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 {
H A Dneterror.css47 .icon-offline {
49 url('../../../renderer/resources/default_100_percent/offline/100-error-offline.png') 1x,
50 url('../../../renderer/resources/default_200_percent/offline/200-error-offline.png') 2x);
173 .offline .interstitial-wrapper {
182 .offline .runner-container {
192 .offline .runner-canvas {
201 .offline .controller {
211 #offline
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_error_message.css18 .show-with-error-state-offline,
23 .offline-login,
36 .error-state-offline .show-with-error-state-offline,
41 .allow-offline-login .offline-login,
94 #offline-network-control {
99 .offline-network-list-label {
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dhost_file_system_provider.py24 offline=False,
35 |offline|
43 self._offline = offline
86 an Offline file system if the offline flag is set, and finally wraps it in
H A Dhost_file_system_provider_test.py40 offline=True,
H A Dinstance_servlet.py38 # In production have offline=True so that we can catch cron errors. In
39 # development it's annoying to have to run the cron job, so offline=False.
40 # Note that offline=True if running on any appengine server due to
44 offline=not (IsDevServer() or IsReleaseServer()))
H A Dpatch_servlet.py52 offline=False,
/external/chromium_org/chrome/renderer/resources/
H A Dneterror.css55 .icon-offline {
57 url('default_100_percent/offline/100-error-offline.png') 1x,
58 url('default_200_percent/offline/200-error-offline.png') 2x);
270 .offline .interstitial-wrapper {
279 .offline .runner-container {
289 .offline .runner-canvas {
298 .offline .controller {
308 #offline
[all...]
/external/chromium_org/chrome/browser/resources/print_preview/search/
H A Ddestination_list_item.css51 .destination-list-item .offline-status {
/external/chromium_org/chrome/browser/resources/print_preview/settings/
H A Ddestination_settings.css83 .destination-settings-offline-status {
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dgaia_screen_handler.h41 // Whether Gaia should be loaded in offline mode.
154 // shouldn't grab the focus. |offline| is true when offline version of the
156 void LoadAuthExtension(bool force, bool silent_load, bool offline);
/external/chromium_org/tools/sheriffing/
H A Dstyle.css147 .offline {
/external/elfutils/0.153/libdwfl/
H A DMakefile.am44 derelocate.c offline.c segment.c \
/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);

Completed in 4521 milliseconds

12