HomeSort by relevance Sort by last modified time
    Searched refs:allowsChildFrameContent (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 62 bool allowsChildFrameContent() const { return m_requestType & AllowChildFrameContent; }
RenderPart.cpp 113 if (!widget() || !widget()->isFrameView() || !request.allowsChildFrameContent())

Completed in 458 milliseconds