OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InterceptNavigationResourceThrottle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle.cc
34
InterceptNavigationResourceThrottle
::CheckOnUIThreadCallback
59
InterceptNavigationResourceThrottle
::
InterceptNavigationResourceThrottle
(
67
InterceptNavigationResourceThrottle
::~
InterceptNavigationResourceThrottle
() {
71
void
InterceptNavigationResourceThrottle
::WillStartRequest(bool* defer) {
76
void
InterceptNavigationResourceThrottle
::WillRedirectRequest(
83
std::string
InterceptNavigationResourceThrottle
::GetMethodAfterRedirect() {
91
bool
InterceptNavigationResourceThrottle
::CheckIfShouldIgnoreNavigation(
121
&
InterceptNavigationResourceThrottle
::OnResultObtained
[
all
...]
intercept_navigation_resource_throttle.h
30
class
InterceptNavigationResourceThrottle
: public content::ResourceThrottle {
37
InterceptNavigationResourceThrottle
(
40
virtual ~
InterceptNavigationResourceThrottle
();
55
base::WeakPtrFactory<
InterceptNavigationResourceThrottle
> weak_ptr_factory_;
57
DISALLOW_COPY_AND_ASSIGN(
InterceptNavigationResourceThrottle
);
Completed in 8386 milliseconds