Searched refs:subFrame (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPageSerializerImpl.cpp325 WebLocalFrameImpl* subFrame = WebLocalFrameImpl::fromFrameOwnerElement(element); local
326 String completeURL = subFrame ? subFrame->frame()->document()->url() :
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
H A DScrollingCoordinator.cpp788 for (Frame* subFrame = tree.firstChild(); subFrame; subFrame = subFrame->tree().nextSibling()) {
789 if (subFrame->isLocalFrame())
790 shouldHandleScrollGestureOnMainThreadRegion.unite(computeShouldHandleScrollGestureOnMainThreadRegion(toLocalFrame(subFrame), offset));

Completed in 121 milliseconds