Searched defs:orient (Results 1 - 8 of 8) sorted by relevance

/external/webkit/WebCore/dom/
H A DOverflowEvent.cpp61 void OverflowEvent::initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow) argument
66 m_orient = orient;
H A DOverflowEvent.h50 void initOverflowEvent(unsigned short orient, bool horizontalOverflow, bool verticalOverflow);
52 unsigned short orient() const { return m_orient; } function in class:WebCore::OverflowEvent
/external/webkit/WebCore/platform/wx/wxcode/mac/carbon/
H A Dscrollbar_render.cpp57 const wxRect& rect, wxOrientation orient, int current, variable
96 if (orient == wxHORIZONTAL)
/external/webkit/WebCore/platform/wx/wxcode/gtk/
H A Dscrollbar_render.cpp110 void wxRenderer_DrawScrollbar(wxWindow* window, wxDC& dc, const wxRect& rect, wxOrientation orient, argument
113 bool horiz = orient == wxHORIZONTAL;
/external/webkit/WebCore/platform/wx/wxcode/win/
H A Dscrollbar_render.cpp123 const wxRect& rect, wxOrientation orient, int current, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int max, int step, int flags)
128 bool horiz = orient == wxHORIZONTAL;
122 wxRenderer_DrawScrollbar(wxWindow* window, wxDC& dc, const wxRect& rect, wxOrientation orient, int current, wxScrollbarPart focusPart, wxScrollbarPart hoverPart, int max, int step, int flags) argument
/external/webkit/WebKit/win/
H A DDOMEventsClasses.cpp593 HRESULT STDMETHODCALLTYPE DOMOverflowEvent::orient( function in class:DOMOverflowEvent
/external/webkit/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1082 @property(readonly) unsigned short orient; variable
1085 - (void)initOverflowEvent:(unsigned short)orient horizontalOverflow:(BOOL)horizontalOverflow verticalOverflow:(BOOL)verticalOverflow;
/external/webkit/WebCore/platform/gtk/
H A Dgtk2drawing.c2965 moz_gtk_get_scalethumb_metrics(GtkOrientation orient, gint* thumb_length, gint* thumb_height) argument
2970 widget = ((orient == GTK_ORIENTATION_HORIZONTAL) ? gParts->hScaleWidget : gParts->vScaleWidget);

Completed in 145 milliseconds