HomeSort by relevance Sort by last modified time
    Searched refs:offline (Results 1 - 25 of 121) 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
chrome_devtools_manager_delegate.cc 75 bool offline = false; local
76 if (!params || !params->GetBoolean(names::kParamOffline, &offline))
99 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();
devtools_network_controller_unittest.cc 65 void SetNetworkState(const std::string id, bool offline) {
67 new DevToolsNetworkConditions(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 {
  /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/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 {
  /frameworks/testing/support/
Android.mk 69 # build a offline droiddoc package
76 LOCAL_MODULE := android-support-test-offline-docs
86 -hdf android.whichdoc offline \
  /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...]
buildinfo.js 25 } else if (statusText.indexOf('offline') != -1) {
26 state = 'offline';
style.css 147 .offline {
  /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 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/browser/resources/print_preview/search/
destination_list_item.css 51 .destination-list-item .offline-status {
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
gaia_screen_handler.h 34 // Whether Gaia should be loaded in offline mode.
127 // shouldn't grab the focus. |offline| is true when offline version of the
129 void LoadAuthExtension(bool force, bool silent_load, bool offline);
  /device/moto/shamu/camera/QCamera2/HAL/
QCameraChannel.h 128 bool offline);
131 // offline reprocess
  /external/chromium_org/chrome/browser/resources/gaia_auth/
offline.js 6 * @fileoverview Offline login implementation.
25 var form = $('offline-login-form');
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
destination_settings.css 84 .destination-settings-offline-status {
  /external/elfutils/0.153/libdwfl/
Makefile.am 44 derelocate.c offline.c segment.c \

Completed in 1874 milliseconds

1 2 3 4 5