Searched refs:findUnsafeParentScrollPropagationBoundary (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.h550 LocalFrame* findUnsafeParentScrollPropagationBoundary();
H A DDocument.cpp2942 LocalFrame* Document::findUnsafeParentScrollPropagationBoundary() function in class:blink::Document
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoader.cpp1210 RefPtrWillBeRawPtr<LocalFrame> boundaryFrame = url.hasFragmentIdentifier() ? m_frame->document()->findUnsafeParentScrollPropagationBoundary() : 0;
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp1908 RefPtrWillBeRawPtr<LocalFrame> boundaryFrame = m_frame->document()->findUnsafeParentScrollPropagationBoundary();

Completed in 2403 milliseconds