Searched refs:online (Results 1 - 25 of 50) sorted by relevance

12

/external/smack/src/org/jivesoftware/smackx/pubsub/
H A DPresenceState.java24 chat, online, away, xa, dnd enum constant in enum:PresenceState
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMWindowEventHandlers.h42 DEFINE_STATIC_WINDOW_ATTRIBUTE_EVENT_LISTENER(online);
/external/chromium_org/webkit/browser/appcache/
H A Dmanifest_parser_unittest.cc137 const NamespaceVector& online = manifest.online_whitelist_namespaces; local
139 ASSERT_EQ(kExpected, online.size());
140 EXPECT_EQ(NETWORK_NAMESPACE, online[0].type);
141 EXPECT_FALSE(online[0].is_pattern);
142 EXPECT_TRUE(online[0].target_url.is_empty());
143 EXPECT_EQ(GURL("http://www.bar.com/relative/one"), online[0].namespace_url);
144 EXPECT_EQ(GURL("http://www.bar.com/two"), online[1].namespace_url);
145 EXPECT_EQ(GURL("http://www.diff.com/three"), online[2].namespace_url);
146 EXPECT_EQ(GURL("http://www.bar.com/relative/four"), online[3].namespace_url);
147 EXPECT_EQ(GURL("http://www.five.com"), online[
328 const NamespaceVector& online = manifest.online_whitelist_namespaces; local
[all...]
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dapp_launch_splash_screen_actor.h32 // Invoked when network state is changed. |online| is true if the device
34 virtual void OnNetworkStateChanged(bool online) = 0;
/external/chromium/net/base/
H A Dnetwork_change_notifier.h39 // Will be called when the online state of the system may have changed.
42 virtual void OnOnlineStateChanged(bool online) = 0;
/external/chromium_org/chrome/browser/chromeos/offline/
H A Doffline_load_page.cc162 const bool online = type != net::NetworkChangeNotifier::CONNECTION_NONE; local
164 << (online ? "online" : "offline");
165 if (online) {
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A 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/e2fsprogs/resize/
H A DAndroid.mk7 online.c \
H A 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/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorApplicationCacheAgent.h59 void networkStateChanged(bool online);
H A DInspectorApplicationCacheAgent.cpp93 void InspectorApplicationCacheAgent::networkStateChanged(bool online) argument
95 m_frontend->networkStateUpdated(online);
/external/chromium/chrome/browser/sync/engine/
H A Dall_status.cc84 const bool online = status_.authenticated && local
86 if (online) {
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A 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 {
H A Dscreen_locally_managed_user_creation.css440 .online .managed-user-creation-image-stream {
478 .camera.online:not(.animation) #managed-user-creation-flip-photo,
498 .camera.live.online #managed-user-creation-take-photo {
519 .camera.live:not(.online) .managed-user-creation-image-stream-area .spinner {
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dcharger_replacement.css27 body[page='3'] #order-charger-online {
30 body[page='4'] #confirm-online-order {
/external/chromium_org/third_party/libjingle/source/talk/examples/chat/
H A Dchatapp.h95 enum PresenceState {online, away}; enumerator in enum:ChatApp::PresenceState
H A Dchatapp.cc83 status.set_available(state == online);
84 status.set_show(state == online ? buzz::PresenceStatus::SHOW_ONLINE
209 BroadcastPresence(online);
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
H A DAgentSession.java61 private boolean online = false; field in class:AgentSession
185 * Returns true if the agent is online with the workgroup.
187 * @return true if the agent is online with the workgroup.
190 return online;
242 * Sets whether the agent is online with the workgroup. If the user tries to go online with
246 * @param online true to set the agent as online with the workgroup.
247 * @throws XMPPException if an error occurs setting the online status.
249 public void setOnline(boolean online) throw argument
[all...]
/external/chromium_org/chrome/browser/chromeos/contacts/
H A Dgoogle_contact_store.h66 // Notifies the store that the system has gone online or offline.
67 void NotifyAboutNetworkStateChange(bool online);
/external/chromium_org/chrome/browser/chromeos/login/
H A Dapp_launch_controller.h92 virtual void OnNetworkStateChanged(bool online) OVERRIDE;
H A Dapp_launch_controller.cc195 void AppLaunchController::OnNetworkStateChanged(bool online) { argument
199 if (online)
/external/chromium_org/content/ppapi_plugin/
H A Dppapi_thread.h101 void OnSetNetworkState(bool online);
H A Dppapi_thread.cc367 void PpapiThread::OnSetNetworkState(bool online) { argument
376 ns->SetOnLine(PP_FromBool(online));
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.cpp71 void Page::networkStateChanged(bool online) argument
83 InspectorInstrumentation::networkStateChanged(*it, online);
86 AtomicString eventName = online ? EventTypeNames::online : EventTypeNames::offline;
/external/kernel-headers/original/linux/spi/
H A Dcpcap.h545 int online; member in struct:cpcap_batt_ac_data
549 int online; member in struct:cpcap_batt_usb_data
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,

Completed in 668 milliseconds

12