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

  /external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsView.mm 223 NSRect documentRect = [documentView bounds];
229 [documentView scrollPoint:NSMakePoint(_private->scrollPositionExcludingOrigin.x + documentRect.origin.x, _private->scrollPositionExcludingOrigin.y + documentRect.origin.y)];
337 NSRect documentRect = [documentView bounds];
338 if (documentRect.origin.y < 0 && !newHasHorizontalScroller)
339 [documentView setBoundsOrigin:NSMakePoint(documentRect.origin.x, documentRect.origin.y + 15)];
348 NSRect documentRect = [documentView bounds];
349 if (documentRect.origin.x < 0 && !newHasVerticalScroller)
350 [documentView setBoundsOrigin:NSMakePoint(documentRect.origin.x + 15, documentRect.origin.y)]
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.h 49 void takeSnapshot(const QSize& size, const QRect& documentRect);
  /external/webkit/Source/WebCore/rendering/
RenderView.h 180 IntRect documentRect() const { return IntRect(docLeft(), docTop(), docWidth(), docHeight()); }
RenderLayer.cpp     [all...]
  /external/webkit/Source/WebCore/page/
PrintContext.cpp 111 IntRect docRect = view->documentRect();

Completed in 63 milliseconds