HomeSort by relevance Sort by last modified time
    Searched defs:online (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/chrome/test/webdriver/commands/
browser_connection_commands.cc 27 bool online; local
28 Error* error = session_->GetBrowserConnectionState(&online);
33 response->SetValue(new base::FundamentalValue(online));
  /external/smack/src/org/jivesoftware/smackx/pubsub/
PresenceState.java 24 chat, online, away, xa, dnd enum constant in enum:PresenceState
  /external/chromium_org/webkit/browser/appcache/
manifest_parser_unittest.cc 137 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[4].namespace_url)
328 const NamespaceVector& online = manifest.online_whitelist_namespaces; local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
all_status.cc 84 const bool online = status_.authenticated && local
86 if (online) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/chat/
chatapp.h 95 enum PresenceState {online, away}; enumerator in enum:ChatApp::PresenceState
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page.cc 182 const bool online = type != net::NetworkChangeNotifier::CONNECTION_NONE; local
184 << (online ? "online" : "offline");
185 if (online) {
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java 61 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) throws XMPPException {
    [all...]
  /system/core/adb/
adb.h 184 int online; member in struct:atransport
  /system/core/charger/
charger.c 86 bool online; member in struct:power_supply
331 const char *path, bool online)
343 supply->online = online;
346 LOGV("... added %s %s %d\n", supply->name, supply->type, online);
420 int online; local
447 online = atoi(uevent->ps_online);
450 was_online = supply->online;
451 supply->online = online;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library.h 344 bool online() const { return state_ == STATE_ONLINE; } function in class:chromeos::Network
    [all...]
  /bionic/libc/kernel/common/linux/spi/
cpcap.h 589 int online; member in struct:cpcap_batt_ac_data
592 int online; member in struct:cpcap_batt_usb_data
  /external/kernel-headers/original/linux/spi/
cpcap.h 545 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,
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 1181 cam_pp_online_src_config_t online; member in union:__anon1735::__anon1736
    [all...]
  /external/chromium_org/third_party/gpsd/release-3.1/
gps.h 1632 timestamp_t online; \/* NZ if GPS is on line, 0 if not. member in struct:gps_data_t
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 1234 cam_pp_online_src_config_t online; member in union:__anon33189::__anon33190
    [all...]

Completed in 455 milliseconds