Searched refs:Intercept (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/android_webview/native/
H A Daw_media_url_interceptor.h18 virtual bool Intercept(const std::string& url,
H A Daw_media_url_interceptor.cc15 bool AwMediaUrlInterceptor::Intercept(const std::string& url, function in class:android_webview::AwMediaUrlInterceptor
H A Daw_media_url_interceptor_unittest.cc42 ASSERT_TRUE(url_interceptor_->Intercept(
55 ASSERT_FALSE(url_interceptor_->Intercept(
66 ASSERT_FALSE(url_interceptor_->Intercept(
/external/chromium_org/media/base/android/
H A Dmedia_url_interceptor.h28 virtual bool Intercept(const std::string& url,
H A Dmedia_player_bridge.cc214 if (url_interceptor && url_interceptor->Intercept(url, fd, offset, size)) {
/external/chromium_org/v8/src/
H A Dexecution.cc336 // Intercept already requested interrupts.
369 thread_local_.postpone_interrupts_->Intercept(flag)) {
H A Disolate.cc2378 bool PostponeInterruptsScope::Intercept(StackGuard::InterruptFlag flag) { function in class:v8::internal::PostponeInterruptsScope
2380 if (prev_ && prev_->Intercept(flag)) return true;
H A Disolate.h1476 bool Intercept(StackGuard::InterruptFlag flag);
/external/chromium_org/net/url_request/
H A Durl_request_unittest.cc1303 TEST_F(URLRequestTest, Intercept) {

Completed in 312 milliseconds