Searched defs:shouldAllowNavigation (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebCore/bindings/v8/
H A DV8Utilities.cpp103 bool shouldAllowNavigation(Frame* frame) function in namespace:WebCore
106 return callingFrame && callingFrame->loader()->shouldAllowNavigation(frame);
/external/webkit/WebCore/bindings/js/
H A DJSDOMBinding.cpp746 bool shouldAllowNavigation(ExecState* exec, Frame* frame) function in namespace:WebCore
749 return lexicalFrame && lexicalFrame->loader()->shouldAllowNavigation(frame);
/external/webkit/WebCore/loader/
H A DFrameLoader.cpp266 if (frame && shouldAllowNavigation(frame)) {
2280 bool FrameLoader::shouldAllowNavigation(Frame* targetFrame) const function in class:WebCore::FrameLoader
3769 if (!shouldAllowNavigation(frame))

Completed in 69 milliseconds