Home
last modified time | relevance | path

Searched refs:DocumentExists (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/fileapi/
H A Darc_documents_provider_root_unittest.cc575 ASSERT_TRUE(fake_file_system_.DocumentExists( in TEST_F()
625 EXPECT_TRUE(fake_file_system_.DocumentExists( in TEST_F()
632 ASSERT_TRUE(fake_file_system_.DocumentExists( in TEST_F()
672 EXPECT_TRUE(fake_file_system_.DocumentExists( in TEST_F()
692 EXPECT_TRUE(fake_file_system_.DocumentExists( in TEST_F()
714 EXPECT_TRUE(fake_file_system_.DocumentExists( in TEST_F()
728 ASSERT_TRUE(fake_file_system_.DocumentExists( in TEST_F()
741 EXPECT_TRUE(fake_file_system_.DocumentExists( in TEST_F()
824 EXPECT_TRUE(fake_file_system_.DocumentExists( in TEST_F()
837 ASSERT_TRUE(fake_file_system_.DocumentExists( in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/arc/test/
H A Dfake_file_system_instance.h229 bool DocumentExists(const std::string& authority,
234 bool DocumentExists(const std::string& authority,
H A Dfake_file_system_instance.cc219 bool FakeFileSystemInstance::DocumentExists(const std::string& authority, in DocumentExists() function in arc::FakeFileSystemInstance
226 bool FakeFileSystemInstance::DocumentExists(const std::string& authority, in DocumentExists() function in arc::FakeFileSystemInstance
234 return DocumentExists(authority, document_id); in DocumentExists()
/dports/www/firefox/firefox-99.0/accessible/mac/
H A DGeckoTextMarker.mm31 static bool DocumentExists(Accessible* aDoc, uintptr_t aDocPtr) {
40 if (DocumentExists(docAcc->GetChildDocumentAt(i), aDocPtr)) {
48 if (DocumentExists(docProxy->ChildDocAt(i), aDocPtr)) {
67 if (DocumentExists(aDoc, opaqueMarker.mDoc)) {
/dports/www/firefox-esr/firefox-91.8.0/accessible/mac/
H A DGeckoTextMarker.mm53 static bool DocumentExists(AccessibleOrProxy aDoc, uintptr_t aDocPtr) {
62 if (DocumentExists(docAcc->GetChildDocumentAt(i), aDocPtr)) {
70 if (DocumentExists(docProxy->ChildDocAt(i), aDocPtr)) {
89 if (DocumentExists(aDoc, opaqueMarker.mDoc)) {
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/mac/
H A DGeckoTextMarker.mm53 static bool DocumentExists(AccessibleOrProxy aDoc, uintptr_t aDocPtr) {
62 if (DocumentExists(docAcc->GetChildDocumentAt(i), aDocPtr)) {
70 if (DocumentExists(docProxy->ChildDocAt(i), aDocPtr)) {
89 if (DocumentExists(aDoc, opaqueMarker.mDoc)) {