HomeSort by relevance Sort by last modified time
    Searched refs:IsPersistent (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/extensions/browser/api/
api_resource.cc 17 bool ApiResource::IsPersistent() const {
api_resource.h 26 virtual bool IsPersistent() const;
  /external/chromium_org/content/common/
cookie_data.cc 26 session(!c.IsPersistent()) {
  /external/chromium_org/extensions/browser/api/bluetooth_low_energy/
bluetooth_low_energy_connection.h 28 virtual bool IsPersistent() const OVERRIDE;
bluetooth_low_energy_notify_session.h 30 virtual bool IsPersistent() const OVERRIDE;
bluetooth_low_energy_connection.cc 39 bool BluetoothLowEnergyConnection::IsPersistent() const {
bluetooth_low_energy_notify_session.cc 39 bool BluetoothLowEnergyNotifySession::IsPersistent() const {
  /external/chromium_org/extensions/browser/api/hid/
hid_connection_resource.cc 37 bool HidConnectionResource::IsPersistent() const {
hid_connection_resource.h 42 virtual bool IsPersistent() const OVERRIDE;
  /external/chromium_org/extensions/browser/api/usb/
usb_device_resource.cc 44 bool UsbDeviceResource::IsPersistent() const {
usb_device_resource.h 36 virtual bool IsPersistent() const OVERRIDE;
  /external/chromium_org/extensions/browser/api/socket/
tcp_socket.h 119 virtual bool IsPersistent() const OVERRIDE;
157 virtual bool IsPersistent() const OVERRIDE;
udp_socket.h 85 virtual bool IsPersistent() const OVERRIDE;
tcp_socket.cc 351 bool ResumableTCPSocket::IsPersistent() const { return persistent(); }
357 bool ResumableTCPServerSocket::IsPersistent() const { return persistent(); }
  /external/chromium_org/tools/clang/blink_gc_plugin/
Config.h 37 static bool IsPersistent(const std::string& name) {
42 return IsPersistent(name) ||
Edge.h 92 virtual bool IsPersistent() { return false; }
191 bool IsPersistent() { return true; }
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.cc 83 cookie->session = !canonical_cookie.IsPersistent();
84 if (canonical_cookie.IsPersistent()) {
179 if (details_->session.get() && *details_->session != !cookie.IsPersistent())
  /external/chromium_org/extensions/browser/api/bluetooth_socket/
bluetooth_api_socket.h 92 virtual bool IsPersistent() const OVERRIDE;
bluetooth_api_socket.cc 104 bool BluetoothApiSocket::IsPersistent() const {
  /external/chromium_org/extensions/browser/api/serial/
serial_connection.h 52 virtual bool IsPersistent() const OVERRIDE;
  /external/chromium_org/net/cookies/
canonical_cookie_unittest.cc 154 EXPECT_FALSE(cookie->IsPersistent());
163 EXPECT_FALSE(cookie->IsPersistent());
172 EXPECT_FALSE(cookie->IsPersistent());
canonical_cookie.h 80 bool IsPersistent() const { return !expiry_date_.is_null(); }
  /external/chromium_org/chrome/browser/extensions/api/log_private/
log_private_api.h 41 virtual bool IsPersistent() const OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
cookie_info_view.cc 61 base::string16 expire_text = cookie.IsPersistent() ?
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store_unittest.cc 442 // Create a store that loads session cookie and test that the IsPersistent
458 EXPECT_FALSE(cookie_map[kSessionName]->IsPersistent());
462 EXPECT_TRUE(cookie_map[kPersistentName]->IsPersistent());

Completed in 282 milliseconds

1 2