Searched refs:Intercept (Results 1 – 12 of 12) sorted by relevance
42 ASSERT_TRUE(url_interceptor_->Intercept( in TEST_F()55 ASSERT_FALSE(url_interceptor_->Intercept( in TEST_F()66 ASSERT_FALSE(url_interceptor_->Intercept( in TEST_F()
18 virtual bool Intercept(const std::string& url,
15 bool AwMediaUrlInterceptor::Intercept(const std::string& url, in Intercept() function in android_webview::AwMediaUrlInterceptor
28 virtual bool Intercept(const std::string& url,
214 if (url_interceptor && url_interceptor->Intercept(url, fd, offset, size)) { in InterceptMediaUrl()
369 thread_local_.postpone_interrupts_->Intercept(flag)) { in RequestInterrupt()
2378 bool PostponeInterruptsScope::Intercept(StackGuard::InterruptFlag flag) { in Intercept() function in v8::internal::PostponeInterruptsScope2380 if (prev_ && prev_->Intercept(flag)) return true; in Intercept()
1476 bool Intercept(StackGuard::InterruptFlag flag);
98 // Intercept key down messages and forward them to the text fields delegate.
42 (B38=12985) 12982 (306612: Intercept __GI_memmove)
85 326816 Intercept for __strncpy_sse2_unaligned missing?
1303 TEST_F(URLRequestTest, Intercept) { in TEST_F() argument