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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestRequest.h 35 IgnoreClipping = 1 << 5,
56 bool ignoreClipping() const { return m_requestType & IgnoreClipping; }
RenderLayer.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
viewport.js 131 * @param {boolean} ignoreClipping True if no clipping should be applied.
133 Viewport.prototype.setOffset = function(x, y, ignoreClipping) {
134 if (!ignoreClipping) {
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 189 unsigned bottomPadding, unsigned leftPadding, bool ignoreClipping, bool allowShadowContent, bool allowChildFrameContent, ExceptionState&) const;
Internals.idl 147 boolean ignoreClipping, boolean allowShadowContent, boolean allowChildFrameContent);
Internals.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 563 WebRect computeBlockBounds(const WebRect&, bool ignoreClipping);
    [all...]
WebViewImpl.cpp     [all...]

Completed in 190 milliseconds