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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
RemoteFrameView.cpp 44 IntRect oldRect = frameRect();
46 if (newRect == oldRect)
FrameView.cpp 323 IntRect oldRect = frameRect();
324 if (newRect == oldRect)
329 if (newRect.width() != oldRect.width() && m_frame->isMainFrame() && m_frame->settings()->textAutosizingEnabled())
347 viewportConstrainedVisibleContentSizeChanged(newRect.width() != oldRect.width(), newRect.height() != oldRect.height());
349 if (oldRect.size() != newRect.size()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbar.cpp 323 IntRect RenderScrollbar::trackPieceRectWithMargins(ScrollbarPart partType, const IntRect& oldRect)
327 return oldRect;
331 IntRect rect = oldRect;
RenderObject.cpp     [all...]
RenderBlockFlow.cpp 565 LayoutRect oldRect = child->frameRect();
662 LayoutSize childOffset = child->location() - oldRect.location();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginScrollbarImpl.cpp 201 IntRect oldRect = m_scrollbar->frameRect();
203 if (WebRect(oldRect) != rect)
PopupListBox.cpp 933 IntRect oldRect = frameRect();
934 if (newRect == oldRect)
989 IntRect oldRect(m_verticalScrollbar->frameRect());
993 if (oldRect != m_verticalScrollbar->frameRect())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 384 IntRect oldRect(m_horizontalScrollbar->frameRect());
390 if (!m_scrollbarsSuppressed && oldRect != m_horizontalScrollbar->frameRect())
404 IntRect oldRect(m_verticalScrollbar->frameRect());
410 if (!m_scrollbarsSuppressed && oldRect != m_verticalScrollbar->frameRect())
708 IntRect oldRect = frameRect();
710 if (newRect == oldRect)
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]

Completed in 412 milliseconds