Home
last modified time | relevance | path

Searched refs:WILL_START_REQUEST (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/
H A Dnavigation-request-navigation-state.gv6 NOT_STARTED -> {WAITING_FOR_RENDERER_RESPONSE, WILL_START_NAVIGATION, WILL_START_REQUEST};
8 WILL_START_NAVIGATION -> {WILL_START_REQUEST, WILL_FAIL_REQUEST};
9WILL_START_REQUEST -> {WILL_REDIRECT_REQUEST, WILL_PROCESS_RESPONSE, READY_TO_COMMIT, DID_COMMIT, …
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/frame_host/
H A Dnavigation_request_unittest.cc154 TestNavigationThrottle::WILL_START_REQUEST) && in call_counts_match()
290 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, state()); in TEST_F()
296 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, state()); in TEST_F()
313 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, state()); in TEST_F()
336 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, state()); in TEST_F()
362 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, state()); in TEST_F()
368 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, state()); in TEST_F()
385 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, state()); in TEST_F()
H A Dnavigation_throttle_runner_unittest.cc93 0, throttle->GetCallCount(TestNavigationThrottle::WILL_START_REQUEST)); in CheckNotNotified()
106 TestNavigationThrottle::WILL_START_REQUEST)); in CheckNotifiedOfEvent()
109 TestNavigationThrottle::WILL_START_REQUEST)); in CheckNotifiedOfEvent()
H A Dnavigator_impl_unittest.cc92 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, request->state()); in TEST_F()
145 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, request->state()); in TEST_F()
192 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, request->state()); in TEST_F()
288 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, subframe_request->state()); in TEST_F()
339 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, main_request->state()); in TEST_F()
H A Dnavigation_request.cc1347 state_ = WILL_START_REQUEST; in StartNavigation()
2092 DCHECK(state_ == WILL_START_NAVIGATION || state_ == WILL_START_REQUEST || in OnRequestFailedInternal()
3155 DCHECK_EQ(WILL_START_REQUEST, state_); in OnWillStartRequestProcessed()
3304 state_ == WILL_START_REQUEST || state_ == WILL_REDIRECT_REQUEST); in CancelDeferredNavigationInternal()
3315 case WILL_START_REQUEST: in CancelDeferredNavigationInternal()
3336 DCHECK_EQ(state_, WILL_START_REQUEST); in WillStartRequest()
3709 DCHECK(state_ == WILL_START_REQUEST || state_ == WILL_REDIRECT_REQUEST); in SetRequestHeader()
H A Dnavigation_request.h106 WILL_START_REQUEST, enumerator
H A Dnavigation_request_browsertest.cc157 WILL_START_REQUEST, enumerator
191 case WILL_START_REQUEST: in CreateForMethod()
2464 url, action, TestNavigationThrottleInstaller::WILL_START_REQUEST); in IN_PROC_BROWSER_TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Dnavigation_request_unittest.cc156 TestNavigationThrottle::WILL_START_REQUEST) && in call_counts_match()
298 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, state()); in TEST_F()
304 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, state()); in TEST_F()
321 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, state()); in TEST_F()
344 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, state()); in TEST_F()
370 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, state()); in TEST_F()
376 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, state()); in TEST_F()
393 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, state()); in TEST_F()
H A Dnavigation_throttle_runner_unittest.cc93 0, throttle->GetCallCount(TestNavigationThrottle::WILL_START_REQUEST)); in CheckNotNotified()
106 TestNavigationThrottle::WILL_START_REQUEST)); in CheckNotifiedOfEvent()
109 TestNavigationThrottle::WILL_START_REQUEST)); in CheckNotifiedOfEvent()
H A Dnavigator_unittest.cc93 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, request->state()); in TEST_F()
147 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, request->state()); in TEST_F()
206 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, request->state()); in TEST_F()
302 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, subframe_request->state()); in TEST_F()
357 EXPECT_EQ(NavigationRequest::WILL_START_REQUEST, main_request->state()); in TEST_F()
H A Dnavigation_request.cc1561 SetState(WILL_START_REQUEST); in StartNavigation()
3871 DCHECK_EQ(WILL_START_REQUEST, state_); in OnWillStartRequestProcessed()
4005 state_ == WILL_START_REQUEST && !NeedsUrlLoader()); in IsLoadedFromMhtmlArchive()
4028 state_ == WILL_START_REQUEST || state_ == WILL_REDIRECT_REQUEST); in CancelDeferredNavigationInternal()
4039 case WILL_START_REQUEST: in CancelDeferredNavigationInternal()
4060 DCHECK_EQ(state_, WILL_START_REQUEST); in WillStartRequest()
4606 DCHECK(state_ == WILL_START_REQUEST || state_ == WILL_REDIRECT_REQUEST); in SetRequestHeader()
5218 WILL_START_REQUEST, in CheckStateTransition()
5224 WILL_START_REQUEST, in CheckStateTransition()
5227 {WILL_START_REQUEST, { in CheckStateTransition()
[all …]
H A Dnavigation_request.h122 WILL_START_REQUEST, enumerator
H A Drender_document_host_user_data_browsertest.cc651 throttle->SetResponse(TestNavigationThrottle::WILL_START_REQUEST, in IN_PROC_BROWSER_TEST_F()
H A Dnavigation_request_browsertest.cc160 WILL_START_REQUEST, enumerator
194 case WILL_START_REQUEST: in CreateForMethod()
2526 url, action, TestNavigationThrottleInstaller::WILL_START_REQUEST); in IN_PROC_BROWSER_TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/test/
H A Dtest_navigation_throttle.h26 WILL_START_REQUEST, enumerator
H A Dtest_navigation_throttle.cc22 return ProcessMethod(WILL_START_REQUEST); in WillStartRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/test/
H A Dnavigation_simulator_unittest.cc272 cancel_time_.value() == TestNavigationThrottle::WILL_START_REQUEST) { in TEST_P()
307 ::testing::Values(TestNavigationThrottle::WILL_START_REQUEST,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/subresource_filter/content/browser/
H A Dcontent_subresource_filter_throttle_manager_unittest.cc63 WILL_START_REQUEST, enumerator
133 return MaybeNotifyActivation(WILL_START_REQUEST); in WillStartRequest()
339 ::testing::Values(WILL_START_REQUEST,
H A Dsubresource_filter_safe_browsing_activation_throttle_unittest.cc1014 content::TestNavigationThrottle::WILL_START_REQUEST) { in TEST_P()
1042 content::TestNavigationThrottle::WILL_START_REQUEST,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/subresource_filter/content/browser/
H A Dcontent_subresource_filter_throttle_manager_unittest.cc66 WILL_START_REQUEST, enumerator
147 return MaybeNotifyActivation(WILL_START_REQUEST); in WillStartRequest()
406 ::testing::Values(WILL_START_REQUEST,
H A Dsubresource_filter_safe_browsing_activation_throttle_unittest.cc1036 content::TestNavigationThrottle::WILL_START_REQUEST) { in TEST_P()
1064 content::TestNavigationThrottle::WILL_START_REQUEST,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/error_page/content/browser/
H A Dnet_error_auto_reloader_browsertest.cc71 content::TestNavigationThrottle::WILL_START_REQUEST, in CustomErrorPageThrottleInserter()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/
H A Dnavigation_browsertest.cc1866 throttle->SetCallback(TestNavigationThrottle::WILL_START_REQUEST, in IN_PROC_BROWSER_TEST_F()
1909 throttle->SetCallback(TestNavigationThrottle::WILL_START_REQUEST, in IN_PROC_BROWSER_TEST_F()
2034 TestNavigationThrottle::WILL_START_REQUEST, in IN_PROC_BROWSER_TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/
H A Dnavigation_browsertest.cc1694 throttle->SetCallback(TestNavigationThrottle::WILL_START_REQUEST, in IN_PROC_BROWSER_TEST_F()
1737 throttle->SetCallback(TestNavigationThrottle::WILL_START_REQUEST, in IN_PROC_BROWSER_TEST_F()
H A Dback_forward_cache_browsertest.cc2435 throttle->SetResponse(TestNavigationThrottle::WILL_START_REQUEST, in IN_PROC_BROWSER_TEST_F()

12