Home
last modified time | relevance | path

Searched refs:distiller_page (Results 1 – 25 of 30) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dom_distiller/content/browser/
H A Ddistiller_page_web_contents_browsertest.cc162 DistillerPageWebContents distiller_page( in IN_PROC_BROWSER_TEST_F() local
166 distiller_page_ = &distiller_page; in IN_PROC_BROWSER_TEST_F()
188 DistillerPageWebContents distiller_page( in IN_PROC_BROWSER_TEST_F() local
192 distiller_page_ = &distiller_page; in IN_PROC_BROWSER_TEST_F()
212 DistillerPageWebContents distiller_page( in IN_PROC_BROWSER_TEST_F() local
216 distiller_page_ = &distiller_page; in IN_PROC_BROWSER_TEST_F()
240 distiller_page_ = &distiller_page; in IN_PROC_BROWSER_TEST_F()
269 distiller_page_ = &distiller_page; in IN_PROC_BROWSER_TEST_F()
359 distiller_page_ = &distiller_page; in RunUseCurrentWebContentsTest()
396 distiller_page_ = distiller_page; in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dom_distiller/content/browser/
H A Ddistiller_page_web_contents_browsertest.cc161 DistillerPageWebContents distiller_page( in IN_PROC_BROWSER_TEST_F() local
165 distiller_page_ = &distiller_page; in IN_PROC_BROWSER_TEST_F()
187 DistillerPageWebContents distiller_page( in IN_PROC_BROWSER_TEST_F() local
191 distiller_page_ = &distiller_page; in IN_PROC_BROWSER_TEST_F()
211 DistillerPageWebContents distiller_page( in IN_PROC_BROWSER_TEST_F() local
215 distiller_page_ = &distiller_page; in IN_PROC_BROWSER_TEST_F()
239 distiller_page_ = &distiller_page; in IN_PROC_BROWSER_TEST_F()
268 distiller_page_ = &distiller_page; in IN_PROC_BROWSER_TEST_F()
358 distiller_page_ = &distiller_page; in RunUseCurrentWebContentsTest()
395 distiller_page_ = distiller_page; in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dom_distiller/core/
H A Ddistiller_unittest.cc301 GURL(url), std::move(distiller_page), in DistillPage()
319 distiller_page->OnDistillationDone(url, result); in ACTION_P3()
326 EXPECT_CALL(*distiller_page, DistillPageImpl(url, _)) in CreateMockDistillerPage()
328 return std::unique_ptr<DistillerPage>(distiller_page); in CreateMockDistillerPage()
335 *distiller_page_ptr = distiller_page; in CreateMockDistillerPageWithPendingJSCallback()
336 EXPECT_CALL(*distiller_page, DistillPageImpl(url, _)); in CreateMockDistillerPageWithPendingJSCallback()
337 return std::unique_ptr<DistillerPage>(distiller_page); in CreateMockDistillerPageWithPendingJSCallback()
353 distiller_page, url, in CreateMockDistillerPages()
762 MockDistillerPage* distiller_page = nullptr; in TEST_F() local
766 &distiller_page, GURL(kURL))); in TEST_F()
[all …]
H A Ddom_distiller_service.h43 std::unique_ptr<DistillerPage> distiller_page,
81 std::unique_ptr<DistillerPage> distiller_page,
H A Ddistiller.h46 std::unique_ptr<DistillerPage> distiller_page,
80 std::unique_ptr<DistillerPage> distiller_page,
H A Ddom_distiller_service.cc62 std::unique_ptr<DistillerPage> distiller_page, in ViewUrl() argument
75 std::move(distiller_page)); in ViewUrl()
H A DBUILD.gn19 "distiller_page.cc",
20 "distiller_page.h",
H A Dtask_tracker.cc48 std::unique_ptr<DistillerPage> distiller_page) { in StartDistiller() argument
60 url, std::move(distiller_page), in StartDistiller()
H A Dfake_distiller.h45 std::unique_ptr<DistillerPage> distiller_page,
H A Dfake_distiller.cc43 std::unique_ptr<DistillerPage> distiller_page, in DistillPage() argument
H A Dtask_tracker.h88 std::unique_ptr<DistillerPage> distiller_page);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dom_distiller/core/
H A Ddistiller_unittest.cc303 GURL(url), std::move(distiller_page), in DistillPage()
321 distiller_page->OnDistillationDone(url, result); in ACTION_P3()
328 EXPECT_CALL(*distiller_page, DistillPageImpl(url, _)) in CreateMockDistillerPage()
330 return std::unique_ptr<DistillerPage>(distiller_page); in CreateMockDistillerPage()
337 *distiller_page_ptr = distiller_page; in CreateMockDistillerPageWithPendingJSCallback()
338 EXPECT_CALL(*distiller_page, DistillPageImpl(url, _)); in CreateMockDistillerPageWithPendingJSCallback()
339 return std::unique_ptr<DistillerPage>(distiller_page); in CreateMockDistillerPageWithPendingJSCallback()
355 distiller_page, url, in CreateMockDistillerPages()
762 MockDistillerPage* distiller_page = nullptr; in TEST_F() local
766 &distiller_page, GURL(kURL))); in TEST_F()
[all …]
H A Ddom_distiller_service.h43 std::unique_ptr<DistillerPage> distiller_page,
80 std::unique_ptr<DistillerPage> distiller_page,
H A Ddistiller.h48 std::unique_ptr<DistillerPage> distiller_page,
82 std::unique_ptr<DistillerPage> distiller_page,
H A Ddom_distiller_service.cc62 std::unique_ptr<DistillerPage> distiller_page, in ViewUrl() argument
75 std::move(distiller_page)); in ViewUrl()
H A DBUILD.gn21 "distiller_page.cc",
22 "distiller_page.h",
H A Dtask_tracker.cc48 std::unique_ptr<DistillerPage> distiller_page) { in StartDistiller() argument
60 url, std::move(distiller_page), in StartDistiller()
H A Dfake_distiller.h45 std::unique_ptr<DistillerPage> distiller_page,
H A Dfake_distiller.cc43 std::unique_ptr<DistillerPage> distiller_page, in DistillPage() argument
H A Dtask_tracker.h86 std::unique_ptr<DistillerPage> distiller_page);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/dom_distiller/
H A Dlazy_dom_distiller_service.cc38 std::unique_ptr<DistillerPage> distiller_page, in ViewUrl() argument
40 return GetImpl()->ViewUrl(delegate, std::move(distiller_page), url); in ViewUrl()
H A Dtab_utils.cc141 std::unique_ptr<DistillerPage> distiller_page = in MaybeStartDistillation() local
146 view_request_delegate, std::move(distiller_page), last_committed_url); in MaybeStartDistillation()
H A Dlazy_dom_distiller_service.h33 std::unique_ptr<DistillerPage> distiller_page,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dom_distiller/ios/
H A Ddistiller_page_ios.mm221 DistillerPageIOS* distiller_page = weak_this.get();
222 if (distiller_page)
223 distiller_page->HandleJavaScriptResult(result);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dom_distiller/ios/
H A Ddistiller_page_ios.mm218 DistillerPageIOS* distiller_page = weak_this.get();
219 if (distiller_page)
220 distiller_page->HandleJavaScriptResult(result);

12