Searched
full:intrect (Results
451 -
475 of
887) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebKit2/WebProcess/FullScreen/ |
WebFullScreenManager.cpp | 108 IntRect WebFullScreenManager::getFullScreenRect() 110 IntRect rect;
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebPopupMenu.cpp | 97 void WebPopupMenu::show(const IntRect& rect, FrameView* view, int index) 110 IntRect pageCoordinates(view->contentsToWindow(rect.location()), rect.size());
|
/external/webkit/Source/WebCore/accessibility/ |
AccessibilityMenuListOption.h | 61 virtual IntRect elementRect() const;
|
/external/webkit/Source/WebCore/html/ |
HTMLAreaElement.h | 44 IntRect computeRect(RenderObject*) const;
|
/external/webkit/Source/WebCore/page/ |
Frame.h | 270 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&); 271 virtual void tiledBackingStorePaintEnd(const Vector<IntRect>& paintedArea); 272 virtual IntRect tiledBackingStoreContentsRect(); 273 virtual IntRect tiledBackingStoreVisibleRect();
|
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformScreenChromium.cpp | 34 #include "IntRect.h"
|
PlatformThemeChromiumGtk.h | 59 static void paintArrowButton(GraphicsContext*, const IntRect&, ArrowDirection, ControlStates);
|
/external/webkit/Source/WebCore/platform/efl/ |
PopupMenuEfl.cpp | 50 void PopupMenuEfl::show(const IntRect& rect, FrameView* view, int index)
|
ScrollViewEfl.cpp | 40 #include "IntRect.h"
|
/external/webkit/Source/WebCore/platform/graphics/ |
FloatRect.cpp | 31 #include "IntRect.h" 41 FloatRect::FloatRect(const IntRect& r) : m_location(r.location()), m_size(r.size()) 185 IntRect enclosingIntRect(const FloatRect& rect) 192 return IntRect(clampToInteger(left), clampToInteger(top),
|
FontFallbackList.h | 33 class IntRect;
|
MediaPlayer.h | 36 #include "IntRect.h" 95 class IntRect; 244 void paint(GraphicsContext*, const IntRect&); 245 void paintCurrentFrameInContext(GraphicsContext*, const IntRect&);
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
GLExtras.h | 45 void drawGL(IntRect& webViewRect, SkRect& viewport, int titleBarHeight);
|
PlatformGraphicsContext.h | 29 #include "IntRect.h"
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
TransformationMatrixCairo.cpp | 29 #include "IntRect.h"
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
IconChromium.cpp | 48 void Icon::paint(GraphicsContext* context, const IntRect& rect)
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
CCCanvasLayerImpl.h | 45 virtual void draw(const IntRect&);
|
CCPluginLayerImpl.h | 45 virtual void draw(const IntRect&);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
TransformationMatrixQt.cpp | 30 #include "IntRect.h"
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
TransformationMatrixWx.cpp | 32 #include "IntRect.h"
|
/external/webkit/Source/WebCore/platform/gtk/ |
ScrollViewGtk.cpp | 43 #include "IntRect.h" 166 IntRect ScrollView::visibleContentRect(bool includeScrollbars) const 172 return IntRect(IntPoint(m_scrollOffset.width(), m_scrollOffset.height()), 189 return IntRect(IntPoint(m_scrollOffset.width(), m_scrollOffset.height()),
|
/external/webkit/Source/WebCore/rendering/ |
EllipsisBox.h | 45 IntRect selectionRect(int tx, int ty);
|
RenderInputSpeech.h | 43 static bool paintInputFieldSpeechButton(RenderObject*, const PaintInfo&, const IntRect&);
|
RenderMediaControls.h | 42 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const PaintInfo&, const IntRect&);
|
RenderSlider.h | 38 IntRect thumbRect();
|
Completed in 762 milliseconds
<<11121314151617181920>>