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

  /external/chromium_org/content/browser/appcache/
appcache_manifest_parser_unittest.cc 162 const AppCacheNamespaceVector& online = manifest.online_whitelist_namespaces; local
164 ASSERT_EQ(kExpected, online.size());
165 EXPECT_EQ(APPCACHE_NETWORK_NAMESPACE, online[0].type);
166 EXPECT_FALSE(online[0].is_pattern);
167 EXPECT_TRUE(online[0].target_url.is_empty());
168 EXPECT_EQ(GURL("http://www.bar.com/relative/one"), online[0].namespace_url);
169 EXPECT_EQ(GURL("http://www.bar.com/two"), online[1].namespace_url);
170 EXPECT_EQ(GURL("http://www.diff.com/three"), online[2].namespace_url);
171 EXPECT_EQ(GURL("http://www.bar.com/relative/four"), online[3].namespace_url);
172 EXPECT_EQ(GURL("http://www.five.com"), online[4].namespace_url)
367 const AppCacheNamespaceVector& online = manifest.online_whitelist_namespaces; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page.cc 155 const bool online = type != net::NetworkChangeNotifier::CONNECTION_NONE; local
157 << (online ? "online" : "offline");
158 if (online) {
  /external/chromium_org/chrome/browser/chromeos/power/
cpu_data_collector.cc 28 // The value in the file /sys/devices/system/cpu/cpu<n>/online which indicates
29 // that CPU-n is online.
41 // about a particular CPU being online or offline.
42 const char kCpuOnlinePathSuffixFormat[] = "/cpu%d/online";
75 // Returns true if the |i|-th CPU is online; false otherwise.
82 // If the 'online' status file is missing, then it means that the CPU is
83 // not hot-pluggable and hence is always online.
87 int online; local
92 if (base::StringToInt(cpu_online_string, &online))
93 return online == kCpuOnlineStatus
    [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc 1483 bool online = type != net::NetworkChangeNotifier::CONNECTION_NONE; local
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 1181 cam_pp_online_src_config_t online; member in union:__anon2748::__anon2749
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/common/
cam_types.h 1315 cam_pp_online_src_config_t online; member in union:__anon3250::__anon3251
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 1675 cam_pp_online_src_config_t online; member in union:__anon4344::__anon4345
    [all...]

Completed in 1273 milliseconds