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

  /external/webkit/Source/WebCore/bindings/generic/
BindingSecurity.h 63 static bool shouldAllowNavigation(State<Binding>*, Frame*);
148 bool BindingSecurity<Binding>::shouldAllowNavigation(State<Binding>* state, Frame* frame)
151 return activeFrame && activeFrame->loader()->shouldAllowNavigation(frame);
  /external/webkit/Source/WebCore/bindings/v8/
V8Utilities.cpp 107 bool shouldAllowNavigation(Frame* frame)
109 return V8BindingSecurity::shouldAllowNavigation(V8BindingState::Only(), frame);
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp 335 if (!shouldAllowNavigation(targetFrame))
    [all...]

Completed in 51 milliseconds