Home
last modified time | relevance | path

Searched refs:HasPendingWorkScheduledForTesting (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/parser/
H A Dhtml_document_parser_test.cc93 EXPECT_FALSE(parser->HasPendingWorkScheduledForTesting()); in TEST_P()
105 EXPECT_FALSE(parser->HasPendingWorkScheduledForTesting()); in TEST_P()
115 EXPECT_FALSE(parser->HasPendingWorkScheduledForTesting()); in TEST_P()
H A Dhtml_document_parser.h107 bool HasPendingWorkScheduledForTesting() const;
H A Dhtml_document_parser.cc425 bool HTMLDocumentParser::HasPendingWorkScheduledForTesting() const { in HasPendingWorkScheduledForTesting() function in blink::HTMLDocumentParser