Searched refs:IsPersistent (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/extensions/browser/api/
H A Dapi_resource.cc17 bool ApiResource::IsPersistent() const { function in class:extensions::ApiResource
H A Dapi_resource.h26 virtual bool IsPersistent() const;
/external/chromium_org/content/common/
H A Dcookie_data.cc26 session(!c.IsPersistent()) {
/external/chromium_org/extensions/browser/api/hid/
H A Dhid_connection_resource.cc37 bool HidConnectionResource::IsPersistent() const { function in class:extensions::HidConnectionResource
H A Dhid_connection_resource.h42 virtual bool IsPersistent() const OVERRIDE;
/external/chromium_org/extensions/browser/api/usb/
H A Dusb_device_resource.cc44 bool UsbDeviceResource::IsPersistent() const { function in class:extensions::UsbDeviceResource
H A Dusb_device_resource.h36 virtual bool IsPersistent() const OVERRIDE;
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_connection.cc39 bool BluetoothLowEnergyConnection::IsPersistent() const { function in class:extensions::BluetoothLowEnergyConnection
H A Dbluetooth_low_energy_connection.h28 virtual bool IsPersistent() const OVERRIDE;
H A Dbluetooth_low_energy_notify_session.cc39 bool BluetoothLowEnergyNotifySession::IsPersistent() const { function in class:extensions::BluetoothLowEnergyNotifySession
H A Dbluetooth_low_energy_notify_session.h30 virtual bool IsPersistent() const OVERRIDE;
/external/chromium_org/extensions/browser/api/socket/
H A Dtcp_socket.h119 virtual bool IsPersistent() const OVERRIDE;
157 virtual bool IsPersistent() const OVERRIDE;
H A Dudp_socket.h85 virtual bool IsPersistent() const OVERRIDE;
H A Dtcp_socket.cc351 bool ResumableTCPSocket::IsPersistent() const { return persistent(); } function in class:extensions::ResumableTCPSocket
357 bool ResumableTCPServerSocket::IsPersistent() const { return persistent(); } function in class:extensions::ResumableTCPServerSocket
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DConfig.h37 static bool IsPersistent(const std::string& name) { function in class:Config
42 return IsPersistent(name) ||
H A DEdge.h92 virtual bool IsPersistent() { return false; } function in class:Edge
191 bool IsPersistent() { return true; } function in class:Persistent
/external/chromium_org/chrome/browser/extensions/api/cookies/
H A Dcookies_helpers.cc83 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/
H A Dbluetooth_api_socket.h92 virtual bool IsPersistent() const OVERRIDE;
H A Dbluetooth_api_socket.cc104 bool BluetoothApiSocket::IsPersistent() const { function in class:extensions::BluetoothApiSocket
/external/chromium_org/net/cookies/
H A Dcanonical_cookie_unittest.cc154 EXPECT_FALSE(cookie->IsPersistent());
163 EXPECT_FALSE(cookie->IsPersistent());
172 EXPECT_FALSE(cookie->IsPersistent());
H A Dcanonical_cookie.h80 bool IsPersistent() const { return !expiry_date_.is_null(); } function in class:net::CanonicalCookie
/external/chromium_org/chrome/browser/extensions/api/log_private/
H A Dlog_private_api.h41 virtual bool IsPersistent() const OVERRIDE;
/external/chromium_org/extensions/browser/api/serial/
H A Dserial_connection.h52 virtual bool IsPersistent() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
H A Dcookie_info_view.cc61 base::string16 expire_text = cookie.IsPersistent() ?
/external/chromium_org/content/browser/net/
H A Dsqlite_persistent_cookie_store_unittest.cc442 // 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 388 milliseconds

12