Home
last modified time | relevance | path

Searched refs:IsPrefetchOnly (Results 1 – 25 of 36) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/parser/
H A Dhtml_document_parser_test.cc26 bool IsPrefetchOnly() override { return is_prefetch_only_; } in IsPrefetchOnly() function in blink::__anon5937bd280111::MockPrerendererClient
55 EXPECT_TRUE(document.IsPrefetchOnly()); in TEST_F()
73 EXPECT_FALSE(document.IsPrefetchOnly()); in TEST_F()
H A Dhtml_document_parser.cc196 DCHECK(!document.IsPrefetchOnly() || !ShouldUseThreading()); in HTMLDocumentParser()
219 !document.IsPrefetchOnly()) in HTMLDocumentParser()
284 if (tokenizer_ && !GetDocument()->IsPrefetchOnly()) { in PrepareToStopParsing()
683 DCHECK(!GetDocument()->IsPrefetchOnly()); in PumpTokenizer()
732 DCHECK(!GetDocument()->IsPrefetchOnly()); in ConstructTreeFromHTMLToken()
763 DCHECK(!GetDocument()->IsPrefetchOnly()); in ConstructTreeFromCompactHTMLToken()
874 if (GetDocument()->IsPrefetchOnly()) { in Append()
H A Dhtml_resource_preloader.cc86 if (!document_->IsPrefetchOnly()) in AllowPreloadRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/loader/
H A Dprerenderer_client.cc50 bool PrerendererClient::IsPrefetchOnly() { in IsPrefetchOnly() function in blink::PrerendererClient
51 return client_ && client_->IsPrefetchOnly(); in IsPrefetchOnly()
H A Dprerenderer_client.h53 virtual bool IsPrefetchOnly();
H A Dprerender_test.cc66 bool IsPrefetchOnly() override { return false; } in IsPrefetchOnly() function in blink::__anon615926bb0111::TestWebPrerendererClient
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/loader/
H A Dprerenderer_client.cc50 bool PrerendererClient::IsPrefetchOnly() { in IsPrefetchOnly() function in blink::PrerendererClient
51 return client_ && client_->IsPrefetchOnly(); in IsPrefetchOnly()
H A Dprerenderer_client.h55 virtual bool IsPrefetchOnly();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/parser/
H A Dhtml_document_parser_test.cc27 bool IsPrefetchOnly() override { return is_prefetch_only_; } in IsPrefetchOnly() function in blink::__anone565544d0111::MockPrerendererClient
123 EXPECT_TRUE(document.IsPrefetchOnly()); in TEST_P()
144 EXPECT_FALSE(document.IsPrefetchOnly()); in TEST_P()
H A Dhtml_document_parser.cc369 DCHECK(!document.IsPrefetchOnly() || !CanParseAsynchronously()); in HTMLDocumentParser()
400 !document.IsPrefetchOnly()) in HTMLDocumentParser()
477 if (tokenizer_ && !GetDocument()->IsPrefetchOnly()) { in PrepareToStopParsing()
937 DCHECK(!GetDocument()->IsPrefetchOnly()); in PumpTokenizer()
1047 DCHECK(!GetDocument()->IsPrefetchOnly()); in ConstructTreeFromHTMLToken()
1086 DCHECK(!GetDocument()->IsPrefetchOnly()); in ConstructTreeFromCompactHTMLToken()
1211 GetDocument()->IsPrefetchOnly() || IsPaused())) { in Append()
1223 if (GetDocument()->IsPrefetchOnly()) { in Append()
1370 if (task_runner_state_->IsScheduled() && !GetDocument()->IsPrefetchOnly()) { in Finish()
H A Dhtml_resource_preloader.cc86 if (!document_->IsPrefetchOnly()) in AllowPreloadRequest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/web/
H A Dweb_prerenderer_client.h41 virtual bool IsPrefetchOnly() = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/web/
H A Dweb_prerenderer_client.h41 virtual bool IsPrefetchOnly() = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/prerender/
H A Dprerenderer_client.h26 bool IsPrefetchOnly() override;
H A Dprerenderer_client.cc24 bool PrerendererClient::IsPrefetchOnly() { in IsPrefetchOnly() function in prerender::PrerendererClient
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/no_state_prefetch/renderer/
H A Dprerenderer_client.h26 bool IsPrefetchOnly() override;
H A Dprerenderer_client.cc24 bool PrerendererClient::IsPrefetchOnly() { in IsPrefetchOnly() function in prerender::PrerendererClient
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/renderer/
H A Dcontent_renderer_client_impl.h44 bool IsPrefetchOnly(content::RenderFrame* render_frame,
H A Dcontent_renderer_client_impl.cc195 bool ContentRendererClientImpl::IsPrefetchOnly( in IsPrefetchOnly() function in weblayer::ContentRendererClientImpl
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/renderer/
H A Dcontent_renderer_client.cc116 bool ContentRendererClient::IsPrefetchOnly( in IsPrefetchOnly() function in content::ContentRendererClient
H A Dcontent_renderer_client.h238 virtual bool IsPrefetchOnly(RenderFrame* render_frame,
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/renderer/
H A Dcontent_renderer_client.cc127 bool ContentRendererClient::IsPrefetchOnly( in IsPrefetchOnly() function in content::ContentRendererClient
H A Dcontent_renderer_client.h235 virtual bool IsPrefetchOnly(RenderFrame* render_frame,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/renderer/
H A Dchrome_content_renderer_client.h134 bool IsPrefetchOnly(content::RenderFrame* render_frame,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/renderer/
H A Dchrome_content_renderer_client.h136 bool IsPrefetchOnly(content::RenderFrame* render_frame,

12