HomeSort by relevance Sort by last modified time
    Searched refs:ShouldIgnoreNavigation (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/components/navigation_interception/
intercept_navigation_delegate.h 59 virtual bool ShouldIgnoreNavigation(
intercept_navigation_delegate.cc 46 return intercept_navigation_delegate->ShouldIgnoreNavigation(params);
81 bool InterceptNavigationDelegate::ShouldIgnoreNavigation(
intercept_navigation_resource_throttle_unittest.cc 67 MOCK_METHOD2(ShouldIgnoreNavigation,
139 base::Bind(&MockInterceptCallbackReceiver::ShouldIgnoreNavigation,
238 ON_CALL(*mock_callback_receiver_, ShouldIgnoreNavigation(_, _))
241 ShouldIgnoreNavigation(rvh(), NavigationParamsUrlIsTest()))
306 ShouldIgnoreNavigation(_, _))
368 ShouldIgnoreNavigation(_, NavigationParamsUrlIsSafe()))
371 ShouldIgnoreNavigation(_, NavigationParamsUrlIsSafe()))
397 ShouldIgnoreNavigation(_, AllOf(
425 ShouldIgnoreNavigation(_, AllOf(
453 ShouldIgnoreNavigation(_, AllOf
    [all...]

Completed in 74 milliseconds