Home
last modified time | relevance | path

Searched refs:IsPersistent (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/process/
H A Darc_process_unittest.cc139 .IsPersistent()); in TEST()
142 .IsPersistent()); in TEST()
146 .IsPersistent()); in TEST()
148 .IsPersistent()); in TEST()
154 .IsPersistent()); in TEST()
158 .IsPersistent()); in TEST()
161 .IsPersistent()); in TEST()
165 .IsPersistent()); in TEST()
172 .IsPersistent()); in TEST()
184 .IsPersistent()); in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/media/
H A Dhtml_video_element_persistent_test.cc89 EXPECT_FALSE(VideoElement()->IsPersistent()); in TEST_F()
96 EXPECT_FALSE(VideoElement()->IsPersistent()); in TEST_F()
115 EXPECT_FALSE(VideoElement()->IsPersistent()); in TEST_F()
122 EXPECT_FALSE(VideoElement()->IsPersistent()); in TEST_F()
141 EXPECT_TRUE(VideoElement()->IsPersistent()); in TEST_F()
148 EXPECT_TRUE(VideoElement()->IsPersistent()); in TEST_F()
178 EXPECT_TRUE(VideoElement()->IsPersistent()); in TEST_F()
217 EXPECT_TRUE(VideoElement()->IsPersistent()); in TEST_F()
253 EXPECT_FALSE(video->IsPersistent()); in TEST_F()
273 EXPECT_FALSE(video->IsPersistent()); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/media/
H A Dhtml_video_element_persistent_test.cc90 EXPECT_FALSE(VideoElement()->IsPersistent()); in TEST_F()
97 EXPECT_FALSE(VideoElement()->IsPersistent()); in TEST_F()
117 EXPECT_FALSE(VideoElement()->IsPersistent()); in TEST_F()
124 EXPECT_FALSE(VideoElement()->IsPersistent()); in TEST_F()
144 EXPECT_TRUE(VideoElement()->IsPersistent()); in TEST_F()
151 EXPECT_TRUE(VideoElement()->IsPersistent()); in TEST_F()
182 EXPECT_TRUE(VideoElement()->IsPersistent()); in TEST_F()
222 EXPECT_TRUE(VideoElement()->IsPersistent()); in TEST_F()
259 EXPECT_FALSE(video->IsPersistent()); in TEST_F()
280 EXPECT_FALSE(video->IsPersistent()); in TEST_F()
[all …]
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_variable_queue.erl1267 MSCState, IsPersistent,
1274 MSCState, IsPersistent,
1281 MSCState, IsPersistent,
1288 MSCState, IsPersistent,
1291 msg_store_close_fds_fun(IsPersistent) ->
1345 IsPersistent )
1352 IsPersistent)
1358 IsPersistent ) ->
1922 when Force orelse IsPersistent ->
1955 when Force orelse IsPersistent ->
[all …]
H A Drabbit_queue_index.erl340 [[<<(case IsPersistent of
400 JournalHdl, [<<(case IsPersistent of
675 fun (RelSeq, {{IsPersistent, Bin, MsgBin}, Del, no_ack},
680 Bytes + case IsPersistent of
752 fun (RelSeq, {{MsgOrId, MsgProps, IsPersistent},
964 IsPersistent = case Prefix of
1092 {IsPersistent, Bin, MsgBin} ->
1094 (bool_to_int(IsPersistent)):1,
1108 IsPersistent, IsDelivered == del} | Acc];
1157 IsPersistent, RelSeq, KeepAcked,
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/
H A Dregistry.go38 IsPersistent bool member
57 } else if dbpath != "" && !r.IsPersistent {
89 func IsPersistent(name string) bool { func
90 return storeRegistry[name].IsPersistent
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.Security/
H A DFormsAuthenticationTicketCas.cs60 Assert.IsFalse (ticket.IsPersistent, "IsPersistent"); in Constructor3()
82 Assert.IsTrue (ticket.IsPersistent, "IsPersistent"); in Constructor6()
97 Assert.IsFalse (ticket.IsPersistent, "IsPersistent"); in Constructor7()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/transform/
H A DDeepTContext.cxx32 OSL_ENSURE( pContext.is() && pContext->IsPersistent(), in AddContent()
133 OSL_ENSURE( pContext.is() && pContext->IsPersistent(), in CreateChildContext()
135 if( pContext.is() && !pContext->IsPersistent() ) in CreateChildContext()
H A DPersMixedContentTContext.cxx46 virtual bool IsPersistent() const override;
81 bool XMLPersTextTContext_Impl::IsPersistent() const in IsPersistent() function in XMLPersTextTContext_Impl
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/transform/
H A DDeepTContext.cxx32 OSL_ENSURE( pContext.is() && pContext->IsPersistent(), in AddContent()
133 OSL_ENSURE( pContext.is() && pContext->IsPersistent(), in CreateChildContext()
135 if( pContext.is() && !pContext->IsPersistent() ) in CreateChildContext()
H A DPersMixedContentTContext.cxx44 virtual bool IsPersistent() const override;
77 bool XMLPersTextTContext_Impl::IsPersistent() const in IsPersistent() function in XMLPersTextTContext_Impl
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/pkg/vsphere/disk/
H A Dconfig.go81 key := fmt.Sprintf("%s-%t", d.DatastoreURI, d.IsPersistent())
89 func (d *VirtualDiskConfig) IsPersistent() bool { func
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/
H A Ddevice_permissions_manager.cc310 bool DevicePermissionEntry::IsPersistent() const { in IsPersistent() function in extensions::DevicePermissionEntry
315 if (!IsPersistent()) { in ToValue()
365 if (entry->IsPersistent() && entry->vendor_id() == device.vendor_id && in FindUsbDeviceEntry()
387 if (entry->IsPersistent() && entry->vendor_id() == device.vendor_id && in FindHidDeviceEntry()
531 if (device_entry->IsPersistent()) { in AllowUsbDevice()
568 if (device_entry->IsPersistent()) { in AllowHidDevice()
601 if (entry->IsPersistent()) { in UpdateLastUsed()
614 if (entry->IsPersistent()) { in RemoveEntry()
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/api/
H A Ddevice_permissions_manager.cc311 bool DevicePermissionEntry::IsPersistent() const { in IsPersistent() function in extensions::DevicePermissionEntry
316 if (!IsPersistent()) { in ToValue()
366 if (entry->IsPersistent() && entry->vendor_id() == device.vendor_id && in FindUsbDeviceEntry()
388 if (entry->IsPersistent() && entry->vendor_id() == device.vendor_id && in FindHidDeviceEntry()
532 if (device_entry->IsPersistent()) { in AllowUsbDevice()
569 if (device_entry->IsPersistent()) { in AllowHidDevice()
602 if (entry->IsPersistent()) { in UpdateLastUsed()
615 if (entry->IsPersistent()) { in RemoveEntry()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DConnectionHandle.cpp51 bool ConnectionHandle::IsPersistent() { in IsPersistent() function in mozilla::net::ConnectionHandle
53 return mConn->IsPersistent(); in IsPersistent()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DConnectionHandle.cpp51 bool ConnectionHandle::IsPersistent() { in IsPersistent() function in mozilla::net::ConnectionHandle
53 return mConn->IsPersistent(); in IsPersistent()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/kv/
H A Dquadstore.go36 IsPersistent bool member
45 if !r.IsPersistent {
63 if !r.IsPersistent {
71 IsPersistent: r.IsPersistent,
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DConnectionHandle.cpp52 bool ConnectionHandle::IsPersistent() { in IsPersistent() function in mozilla::net::ConnectionHandle
54 return mConn->IsPersistent(); in IsPersistent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/app_list/model/
H A Dapp_list_folder_item.cc65 bool AppListFolderItem::IsPersistent() const { in IsPersistent() function in ash::AppListFolderItem
74 return ChildItemCount() <= (IsPersistent() ? 0u : 1u); in ShouldAutoRemove()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/app_list/arc/
H A Darc_usb_host_permission_manager.cc105 if (IsPersistent() && other.IsPersistent()) { in Matches()
286 DCHECK(!usb_device_entry.IsPersistent()); in GrantUsbAccessPermission()
324 if (!usb_device_entry.IsPersistent() && usb_device_entry.guid == guid) in DeviceRemoved()
486 if (!usb_device_entry.IsPersistent()) in UpdateArcUsbAccessPermission()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Security/
H A DFormsAuthenticationModule.cs148 … ticket2.ExpirationUtc, ticket2.IsPersistent, ticket2.UserData, in OnAuthenticate()
166 if (ticket2.IsPersistent) in OnAuthenticate()
443 … ticket.ExpirationUtc, ticket.IsPersistent, ticket.UserData, in ExtractTicketFromCookie()
455 if (ticket.IsPersistent) in ExtractTicketFromCookie()
/dports/www/firefox/firefox-99.0/dom/base/
H A DIDTracker.h105 virtual bool IsPersistent() { return false; } in IsPersistent() function
159 if (!mTarget->IsPersistent()) { in DocumentLoadNotification()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DIDTracker.h105 virtual bool IsPersistent() { return false; } in IsPersistent() function
159 if (!mTarget->IsPersistent()) { in DocumentLoadNotification()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DIDTracker.h105 virtual bool IsPersistent() { return false; } in IsPersistent() function
159 if (!mTarget->IsPersistent()) { in DocumentLoadNotification()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/base/
H A DnsReferencedElement.h100 virtual bool IsPersistent() { return false; } in IsPersistent() function
165 if (!mTarget->IsPersistent()) { in DocumentLoadNotification()

12345678910>>...15