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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
SmartClip.h 63 // SmartClip implements support for the copy operation
68 class SmartClip {
71 explicit SmartClip(PassRefPtrWillBeRawPtr<LocalFrame>);
SmartClip.cpp 32 #include "core/frame/SmartClip.h"
74 SmartClip::SmartClip(PassRefPtrWillBeRawPtr<LocalFrame> frame)
79 SmartClipData SmartClip::dataForRect(const IntRect& cropRect)
112 float SmartClip::pageScaleFactor()
119 Node* SmartClip::minNodeContainsNodes(Node* minNode, Node* newNode)
162 Node* SmartClip::findBestOverlappingNode(Node* rootNode, const IntRect& cropRect)
203 bool SmartClip::shouldSkipBackgroundImage(Node* node)
221 void SmartClip::collectOverlappingChildNodes(Node* parentNode, const IntRect& cropRect, WillBeHeapVector<RawPtrWillBeMember<Node> >& hitNodes)
233 IntRect SmartClip::convertRectToWindow(const IntRect& nodeRect
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 374 third_party/WebKit/Source/core/frame/SmartClip.cpp \
    [all...]
webcore_remaining.target.darwin-arm64.mk 374 third_party/WebKit/Source/core/frame/SmartClip.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 374 third_party/WebKit/Source/core/frame/SmartClip.cpp \
    [all...]
webcore_remaining.target.darwin-mips64.mk 374 third_party/WebKit/Source/core/frame/SmartClip.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 374 third_party/WebKit/Source/core/frame/SmartClip.cpp \
    [all...]
webcore_remaining.target.darwin-x86_64.mk 374 third_party/WebKit/Source/core/frame/SmartClip.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 374 third_party/WebKit/Source/core/frame/SmartClip.cpp \
    [all...]
webcore_remaining.target.linux-arm64.mk 374 third_party/WebKit/Source/core/frame/SmartClip.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 374 third_party/WebKit/Source/core/frame/SmartClip.cpp \
    [all...]
webcore_remaining.target.linux-mips64.mk 374 third_party/WebKit/Source/core/frame/SmartClip.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 374 third_party/WebKit/Source/core/frame/SmartClip.cpp \
    [all...]
webcore_remaining.target.linux-x86_64.mk 374 third_party/WebKit/Source/core/frame/SmartClip.cpp \
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 58 #include "core/frame/SmartClip.h"
    [all...]

Completed in 223 milliseconds