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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorOverlay.h 159 void reset(const IntSize& viewportSize, const IntSize& frameViewFullSize, int scrollX, int scrollY);
InspectorOverlay.cpp 422 IntSize frameViewFullSize = view->visibleContentRect(ScrollableArea::IncludeScrollbars).size();
423 IntSize size = m_size.isEmpty() ? frameViewFullSize : m_size;
428 reset(size, m_size.isEmpty() ? IntSize() : frameViewFullSize, viewRect.x(), viewRect.y());
642 void InspectorOverlay::reset(const IntSize& viewportSize, const IntSize& frameViewFullSize, int scrollX, int scrollY)
648 resetData->setObject("frameViewFullSize", buildObjectForSize(frameViewFullSize));

Completed in 24 milliseconds