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

1 2 3 4 5

  /external/chromium_org/chrome/browser/devtools/
devtools_network_conditions.cc 16 DevToolsNetworkConditions::DevToolsNetworkConditions(bool offline)
17 : offline_(offline),
24 bool offline,
28 : offline_(offline),
devtools_network_conditions.h 21 explicit DevToolsNetworkConditions(bool offline);
22 DevToolsNetworkConditions(bool offline,
29 bool offline() const { return offline_; } function in class:DevToolsNetworkConditions
devtools_network_protocol_handler.cc 68 bool offline = false; local
69 if (!params || !params->GetBoolean(names::kParamOffline, &offline))
92 offline, latency, download_throughput, upload_throughput));
devtools_network_controller.cc 92 if (it->second->conditions()->offline()) {
98 bool is_appcache_offline = appcache_interceptor_->conditions()->offline();
  /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
  /external/chromium_org/third_party/WebKit/Source/core/frame/
DOMWindowEventHandlers.h 42 DEFINE_STATIC_WINDOW_ATTRIBUTE_EVENT_LISTENER(offline);
  /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 {
neterror.css 47 .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);
172 /* Offline page */
173 .offline .interstitial-wrapper {
182 .offline .runner-container {
192 .offline .runner-canvas {
201 .offline .controller
    [all...]
neterror.js 52 if (newClass == 'icon-offline') {
53 document.body.classList.add('offline');
  /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
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...]
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/chromeos/login/
screen_error_message.css 18 .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/
data_source.py 37 on an offline file system and can only access files in the cache.
host_file_system_provider_test.py 40 offline=True,
44 # Offline file system should raise a FileNotFoundError if read is attempted.
host_file_system_provider.py 24 offline=False,
35 |offline|
43 self._offline = offline
86 an Offline file system if the offline flag is set, and finally wraps it in
instance_servlet.py 38 # 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()))
  /external/chromium_org/chrome/renderer/resources/
neterror.css 55 .icon-offline {
57 url('default_100_percent/offline/100-error-offline.png') 1x,
58 url('default_200_percent/offline/200-error-offline.png') 2x);
269 /* Offline page */
270 .offline .interstitial-wrapper {
279 .offline .runner-container {
289 .offline .runner-canvas {
298 .offline .controller
    [all...]
  /external/chromium_org/tools/sheriffing/
botinfo.js 36 // Check if an offline bot is still offline.
37 if (this.state == 'offline') {
39 console.log(this.name + ' has been offline for ' +
194 } else if (this.state == 'offline' && this.numUpdatesOffline >= 3) {
195 // The bot's supposedly offline. Waits a few updates since a bot can be
196 // marked offline in between builds and during reboots.
199 'offline',
200 'Offline for: ' + this.numUpdatesOffline,
202 'offline');
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/search/
destination_list_item.css 51 .destination-list-item .offline-status {
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
destination_settings.css 83 .destination-settings-offline-status {
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraChannel.h 128 bool offline);
131 // offline reprocess
  /external/chromium_org/chrome/browser/local_discovery/
privet_http.h 171 // If |offline| is true, we will indicate to the printer not to post the job
173 virtual void SetOffline(bool offline) = 0;
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
gaia_screen_handler.h 41 // 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);

Completed in 830 milliseconds

1 2 3 4 5