HomeSort by relevance Sort by last modified time
    Searched refs:frameRect (Results 51 - 75 of 84) sorted by null

1 23 4

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeOverlay.cpp 110 IntRect rect = scrollbar->frameRect();
ScrollbarTheme.cpp 134 if (!scrollbar->frameRect().contains(testPosition))
188 result = scrollbar->frameRect();
Scrollbar.cpp 179 if (!frameRect().intersects(damageRect))
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 363 IntRect r = intersection(rect, frameRect());
912 return m_verticalScrollbar && m_verticalScrollbar->frameRect().contains(
933 IntRect oldRect = frameRect();
947 IntSize size = frameRect().size();
989 IntRect oldRect(m_verticalScrollbar->frameRect());
993 if (oldRect != m_verticalScrollbar->frameRect())
    [all...]
WebRemoteFrameImpl.cpp 878 localFrameImpl->frame()->view()->frameRect(),
PopupContainer.cpp 351 IntRect r = intersection(rect, frameRect());
416 // Position at (0, 0) since the frameRect().location() is relative to the
WebLocalFrameImpl.cpp 549 client()->initializeChildFrame(frame()->view()->frameRect(), frame()->view()->visibleContentScaleFactor());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Fullscreen.cpp 426 // a box will have a frameRect. The placeholder will be created in setFullScreenRenderer()
431 m_savedPlaceholderFrameRect = toRenderBox(renderer)->frameRect();
494 renderer->createPlaceholder(RenderStyle::clone(placeholder->style()), placeholder->frameRect());
ViewportDescription.cpp 243 : mainFrame->view()->frameRect().width();
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.h 222 blink::IntRect frameRect() const { return blink::IntRect(m_xOffset, m_yOffset, m_width, m_height); }
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PinchViewportTest.cpp 525 EXPECT_SIZE_EQ(IntSize(webViewImpl()->size()), frame()->view()->frameRect().size());
556 webViewImpl()->mainFrameImpl()->frameView()->frameRect().size());
574 webViewImpl()->mainFrameImpl()->frameView()->frameRect().size());
592 webViewImpl()->mainFrameImpl()->frameView()->frameRect().size());
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebFrameClient.h 557 virtual void initializeChildFrame(const WebRect& frameRect, float scaleFactor) { }
  /external/chromium_org/third_party/skia/src/views/mac/
SkNSView.mm 31 - (id)initWithFrame:(NSRect)frameRect {
32 if ((self = [super initWithFrame:frameRect])) {
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.cpp 365 return frame->view()->frameRect();
FrameView.cpp 323 IntRect oldRect = frameRect();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 788 const IntRect& scrollbarRect = scrollbar->frameRect();
    [all...]
CompositedLayerMapping.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp     [all...]
RenderTextControlSingleLine.cpp 276 clipRect = unionRect(clipRect, containerElement()->renderBox()->frameRect());
RenderMenuList.cpp 390 IntSize size = pixelSnappedIntRect(frameRect()).size();
RenderBox.h 177 LayoutRect frameRect() const { return m_frameRect; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 699 offset.moveBy(frameView->frameRect().location());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 486 return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location()));
AXRenderObject.cpp     [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusFlat.h     [all...]

Completed in 2820 milliseconds

1 23 4