Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/
H A Dframe_load_waiter.cc18 if (did_load_) in Wait()
25 did_load_ = true; in DidFinishLoad()
H A Dframe_load_waiter.h32 bool did_load_ = false; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/guest_view/mime_handler_view/
H A Dmime_handler_view_browsertest.cc199 did_load_ = true; in OnDidStartPreview()
206 if (!did_load_) in Wait()
213 bool did_load_ = false; member in PrintPreviewWaiter
537 did_load_ = true; in DocumentOnLoadCompletedInMainFrame()
542 if (!did_load_) in Wait()
547 bool did_load_ = false; member in DocumentLoadComplete
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/guest_view/mime_handler_view/
H A Dmime_handler_view_browsertest.cc201 did_load_ = true; in OnDidStartPreview()
208 if (!did_load_) in Wait()
215 bool did_load_ = false; member in PrintPreviewWaiter
540 did_load_ = true; in DocumentOnLoadCompletedInMainFrame()
545 if (!did_load_) in Wait()
550 bool did_load_ = false; member in DocumentLoadComplete
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_frame_test.cc6395 TestWillInsertBodyWebFrameClient() : did_load_(false) {} in TestWillInsertBodyWebFrameClient()
6402 did_load_ = true; in DidCommitNavigation()
6405 bool did_load_; member in blink::TestWillInsertBodyWebFrameClient
6416 EXPECT_TRUE(web_frame_client.did_load_); in TEST_F()
6426 EXPECT_FALSE(web_frame_client.did_load_); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/frame/
H A Dweb_frame_test.cc6390 TestWillInsertBodyWebFrameClient() : did_load_(false) {} in TestWillInsertBodyWebFrameClient()
6397 did_load_ = true; in DidCommitNavigation()
6400 bool did_load_; member in blink::TestWillInsertBodyWebFrameClient
6411 EXPECT_TRUE(web_frame_client.did_load_); in TEST_F()
6421 EXPECT_FALSE(web_frame_client.did_load_); in TEST_F()