Home
last modified time | relevance | path

Searched refs:online (Results 1 – 25 of 172) sorted by relevance

1234567

/external/chromium_org/webkit/browser/appcache/
Dmanifest_parser_unittest.cc137 const NamespaceVector& online = manifest.online_whitelist_namespaces; in TEST() local
139 ASSERT_EQ(kExpected, online.size()); in TEST()
140 EXPECT_EQ(NETWORK_NAMESPACE, online[0].type); in TEST()
141 EXPECT_FALSE(online[0].is_pattern); in TEST()
142 EXPECT_TRUE(online[0].target_url.is_empty()); in TEST()
143 EXPECT_EQ(GURL("http://www.bar.com/relative/one"), online[0].namespace_url); in TEST()
144 EXPECT_EQ(GURL("http://www.bar.com/two"), online[1].namespace_url); in TEST()
145 EXPECT_EQ(GURL("http://www.diff.com/three"), online[2].namespace_url); in TEST()
146 EXPECT_EQ(GURL("http://www.bar.com/relative/four"), online[3].namespace_url); in TEST()
147 EXPECT_EQ(GURL("http://www.five.com"), online[4].namespace_url); in TEST()
[all …]
/external/chromium_org/native_client_sdk/src/
DREADME10 Please refer to the online documentation here:
18 online documentation on contributing code to Chromium here:
25 Please refer to the online documentation here:
/external/chromium_org/chrome/browser/resources/options/chromeos/
Dchange_picture_options.css51 * .online: camera is streaming video;
120 .online .user-image-stream {
134 .camera.live:not(.online) .user-image-stream-area .spinner {
162 .camera.online:not(.animation) #flip-photo,
182 .camera.live.online #take-photo {
/external/stlport/doc/
DREADME.dmc74 3. Free online version.
76 If DMC's free online version reports compiler or linker errors, the
77 solution may be in a free online CD update. Download and unzip all free
79 previous files. Then install free online version 8.49 or above, overwriting
/external/chromium_org/chrome/browser/chromeos/offline/
Doffline_load_page.cc162 const bool online = type != net::NetworkChangeNotifier::CONNECTION_NONE; in OnConnectionTypeChanged() local
164 << (online ? "online" : "offline"); in OnConnectionTypeChanged()
165 if (online) { in OnConnectionTypeChanged()
/external/chromium_org/ppapi/api/dev/
Dppp_network_state_dev.idl17 * Notification that the online state has changed for the user's network.
21 * Note that being "online" isn't a guarantee that any particular connections
/external/srtp/doc/
Dreferences.txt11 SHA-1 is defined in FIPS-180-1, available online at the NIST website.
14 in RFC2202, which are available online at http://www.ietf.org/rfc/
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
DAgentSession.java61 private boolean online = false; field in AgentSession
190 return online; in isOnline()
249 public void setOnline(boolean online) throws XMPPException { in setOnline() argument
251 if (this.online == online) { in setOnline()
258 if (online) { in setOnline()
279 this.online = online; in setOnline()
284 this.online = online; in setOnline()
345 if (!online) { in setStatus()
401 if (!online) { in setStatus()
/external/chromium_org/chrome/browser/resources/chromeos/login/
Doobe_screen_user_image.css63 * .online: camera is streaming video;
160 .online .user-image-stream {
199 .camera.online:not(.animation) #flip-photo,
219 .camera.live.online #take-photo {
250 .camera.live:not(.online) .user-image-stream-area .spinner {
/external/chromium_org/third_party/libjingle/source/talk/examples/chat/
Dchatapp.cc83 status.set_available(state == online); in BroadcastPresence()
84 status.set_show(state == online ? buzz::PresenceStatus::SHOW_ONLINE in BroadcastPresence()
209 BroadcastPresence(online); in OnStateChange()
/external/e2fsprogs/resize/
DMakefile.in19 RESIZE_OBJS= extent.o resize2fs.o main.o online.o sim_progress.o
26 $(srcdir)/online.c \
168 online.o: $(srcdir)/online.c $(srcdir)/resize2fs.h \
/external/dropbear/libtomcrypt/notes/
Dtech0002.txt2 How to avoid non-intrusive timing attacks with online computations
9 we consider only non-intrusive timing attacks with respect to online computations. That is an atta…
48 application/device. For example, a user placing an order online won't try to cheat themselves by c…
/external/chromium_org/net/data/ftp/
Ddir-listing-ls-14.expected11 online
Ddir-listing-ls-142 drwxr-xr-x folder 0 Jul 17 2006 online
/external/chromium/net/data/ftp/
Ddir-listing-ls-14.expected11 online
Ddir-listing-ls-142 drwxr-xr-x folder 0 Jul 17 2006 online
/external/smack/src/org/jivesoftware/smackx/pubsub/
DPresenceState.java24 chat, online, away, xa, dnd enumConstant
/external/chromium_org/native_client_sdk/src/getting_started/
DREADME5 Please see the online documentation here:
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindowEventHandlers.h42 DEFINE_STATIC_WINDOW_ATTRIBUTE_EVENT_LISTENER(online);
/external/kernel-headers/original/linux/spi/
Dcpcap.h545 int online; member
549 int online; member
769 void cpcap_batt_set_ac_prop(struct cpcap_device *cpcap, int online);
771 void cpcap_batt_set_usb_prop_online(struct cpcap_device *cpcap, int online,
/external/chromium/chrome/browser/sync/engine/
Dall_status.cc84 const bool online = status_.authenticated && in CalcStatusChanges() local
86 if (online) { in CalcStatusChanges()
/external/chromium_org/chrome/browser/resources/chromeos/
Dcharger_replacement.css27 body[page='3'] #order-charger-online {
30 body[page='4'] #confirm-online-order {
/external/qemu/distrib/sdl-1.2.15/
DREADME35 a documentation wiki is available online at:
40 Frequently asked questions are answered online:
/external/chromium_org/chrome/browser/chromeos/login/screens/
Dapp_launch_splash_screen_actor.h34 virtual void OnNetworkStateChanged(bool online) = 0;
/external/scrypt/lib/
DREADME2 Tarsnap online backup system (and released under the 2-clause BSD license

1234567