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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/
docs-redirect.html 3 <meta http-equiv="refresh" content="0;url=docs/offline.html">
6 <a href="docs/offline.html">click here if you are not redirected</a>
  /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
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
offline_enabled.html 1 <h1 id="offline_enabled">Manifest - Offline Enabled</h1>
4 Whether the app or extension is expected to work offline. When Chrome detects
5 that it is offline, apps with this field set to true will be highlighted
10 As of Chrome 35, apps are assumed to be offline enabled and the default value
20 apps are not offline enabled, and app launching put on hold until the device
  /external/chromium_org/tools/perf/page_sets/endure/
indexeddb_app.html 2 <title>IndexedDB Offline</title>
3 <p>This test models the typical design of an offline-aware authoring
6 <li>When "offline", a series of (fake) user events are logged into a
17 <button disabled="true" id="offline">Go Offline</button>
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...]
  /external/chromium_org/chrome/browser/resources/gaia_auth/
manifest.json 25 "offline.css",
26 "offline.html",
27 "offline.js",
manifest_keyboard.json 33 "offline.css",
34 "offline.html",
35 "offline.js",
offline.html 5 <link rel="stylesheet" href="offline.css">
7 <script src="offline.js"></script>
14 <form id="offline-login-form">
  /external/smack/src/org/jivesoftware/smackx/
OfflineMessageManager.java 41 * The OfflineMessageManager helps manage offline messages even before the user has sent an
42 * available presence. When a user asks for his offline messages before sending an available
43 * presence then the server will not send a flood with all the offline messages when the user
44 * becomes online. The server will not send a flood with all the offline messages to the session
45 * that made the offline messages request or to any other session used by the user that becomes
48 * Once the session that made the offline messages request has been closed and the user becomes
49 * offline in all the resources then the server will resume storing the messages offline and will
50 * send all the offline messages to the user when he becomes online. Therefore, the server will
51 * flood the user when he becomes online unless the user uses this class to manage his offline
    [all...]
OfflineMessageHeader.java 26 * The OfflineMessageHeader holds header information of an offline message. The header
29 * Each offline message is identified by the target user of the offline message and a unique stamp.
36 * Bare JID of the user that was offline when the message was sent.
44 * Stamp that uniquely identifies the offline message. This stamp will be used for
58 * Returns the bare JID of the user that was offline when the message was sent.
60 * @return the bare JID of the user that was offline when the message was sent.
76 * Returns the stamp that uniquely identifies the offline message. This stamp will
80 * @return the stamp that uniquely identifies the offline message.
  /external/chromium_org/chrome/browser/resources/chromeos/
offline_net_load.html 12 <script src="../../../renderer/resources/offline.js"></script>
54 <div id="offline-resources">
55 <div id="offline-resources-1x">
56 <img id="1x-obstacle-large" src="../../../renderer/resources/default_100_percent/offline/100-obstacle-large-sprite.png">
57 <img id="1x-obstacle-small" src="../../../renderer/resources/default_100_percent/offline/100-obstacle-small-sprite.png">
58 <img id="1x-cloud" src="../../../renderer/resources/default_100_percent/offline/100-cloud.png">
59 <img id="1x-text" src="../../../renderer/resources/default_100_percent/offline/100-text-sprite.png">
60 <img id="1x-horizon" src="../../../renderer/resources/default_100_percent/offline/100-horizon.png">
61 <img id="1x-trex" src="../../../renderer/resources/default_100_percent/offline/100-offline-trex.png"
    [all...]
  /external/chromium_org/chrome/renderer/resources/
neterror.html 11 <script src="offline.js"></script>
80 <div id="offline-resources">
81 <div id="offline-resources-1x">
82 <img id="1x-obstacle-large" src="default_100_percent/offline/100-obstacle-large-sprite.png">
83 <img id="1x-obstacle-small" src="default_100_percent/offline/100-obstacle-small-sprite.png">
84 <img id="1x-cloud" src="default_100_percent/offline/100-cloud.png">
85 <img id="1x-text" src="default_100_percent/offline/100-text-sprite.png">
86 <img id="1x-horizon" src="default_100_percent/offline/100-horizon.png">
87 <img id="1x-trex" src="default_100_percent/offline/100-offline-trex.png"
    [all...]
  /external/smack/src/org/jivesoftware/smackx/packet/
OfflineMessageRequest.java 33 * Represents a request to get some or all the offline messages of a user. This class can also
34 * be used for deleting some or all the offline messages of a user.
45 * Returns an Iterator for item childs that holds information about offline messages to
48 * @return an Iterator for item childs that holds information about offline messages to
58 * Adds an item child that holds information about offline messages to view or delete.
60 * @param item the item child that holds information about offline messages to view or delete.
69 * Returns true if all the offline messages of the user should be deleted.
71 * @return true if all the offline messages of the user should be deleted.
78 * Sets if all the offline messages of the user should be deleted.
80 * @param purge true if all the offline messages of the user should be deleted
    [all...]
OfflineMessageInfo.java 28 * OfflineMessageInfo is an extension included in the retrieved offline messages requested by
30 * that uniquely identifies the offline message. This stamp may be used for deleting the offline
41 * Always returns "offline"
46 return "offline";
51 * According the specification the namespace is always "http://jabber.org/protocol/offline"
56 return "http://jabber.org/protocol/offline";
60 * Returns the stamp that uniquely identifies the offline message. This stamp may
61 * be used for deleting the offline message. The stamp may be of the form UTC timestamps
64 * @return the stamp that uniquely identifies the offline message
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
offline_file_system.py 10 '''An offline FileSystem which masquerades as another file system. It throws
19 raise FileNotFoundError('File system is offline, cannot read %s' % paths)
23 raise FileNotFoundError('File system is offline, cannot read %s' % path)
  /development/samples/training/threadsample/res/values/
strings.xml 10 <string name="no_connection">In offline mode, and no stored data is available.</string>
12 <string name="offline_mode">In offline mode. Stored data is shown.</string>
  /sdk/eclipse/
settings.xml 7 <offline>true</offline>
  /external/chromium_org/tools/perf/page_sets/
indexeddb_offline.py 22 """ Why: Simulates user input while offline and sync while online. """
41 action_runner.WaitForElement('button[id="offline"]:not(disabled)')
42 action_runner.ClickElement('button[id="offline"]:not(disabled)')
44 element_function=_CreateXpathFunction('id("state")[text()="offline"]'))
  /sdk/p2gen/
README.txt 4 $ mvn --no-snapshot-updates --offline p2:site \
43 --offline \
49 --offline: We don't want Maven to fetch anything from the internet.
53 which would fail since we are running in offline mode. This
59 offline mode.
61 Additional considerations for running in offline mode:
70 in offline mode since Maven treats repositories with file:/// urls
71 as remote as well. As a result, the only way to run offline is to
73 (-Dmaven.repo.local) before initiating an offline build.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_error_message.html 1 <div id="error-message" class="step hidden show-offline-error" hidden>
8 show-with-error-state-offline"></div>
31 <div id="offline-message-body"
33 show-with-error-state-offline
35 <span id="update-offline-message-text"
38 <span id="signin-offline-message-text"
42 <span id="kiosk-offline-message-text"
45 <span id="auto-enrollment-offline-message-text"
80 <div id="offline-network-control-body"
86 <div id="offline-network-control" class="error-message-paragraph"
    [all...]
  /external/chromium_org/chrome/browser/chromeos/first_run/
drive_first_run_controller.h 16 // This class is responsible for kicking off the Google Drive offline
36 // Called when enabling offline mode times out. OnCompletion will be called
51 // Starts the process to enable offline mode for the user's Drive account.
66 // Used as a callback to indicate whether the offline initialization
70 // Called when timed out waiting for offline initialization to complete.
73 // Creates and shows a system notification when enable offline succeeds.
  /external/chromium_org/chrome/browser/resources/print_preview/search/
destination_list_item.html 5 <span class="offline-status" hidden></span>
  /external/chromium_org/cloud_print/gcp20/prototype/
local_print_job.cc 7 LocalPrintJob::LocalPrintJob() : offline(false) {
  /external/chromium_org/chrome/browser/renderer_host/
offline_resource_throttle.h 12 #include "chrome/browser/chromeos/offline/offline_load_page.h"
23 // Used to show an offline interstitial page when the network is not available.
44 // True if chrome should show the offline page.

Completed in 9473 milliseconds

1 2 3 4 5 6 7 8 91011>>