Searched defs:box (Results 26 - 50 of 114) sorted by relevance

12345

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderText.h54 void extractTextBox(InlineTextBox& box) { m_lineBoxes.extract(box); } argument
55 void attachTextBox(InlineTextBox& box) { m_lineBoxes.attach(box); } argument
56 void removeTextBox(InlineTextBox& box) { m_lineBoxes.remove(box); } argument
H A DRenderMultiColumnFlowThread.cpp517 RenderRegion* RenderMultiColumnFlowThread::regionAtBlockOffset(const RenderBox* box, LayoutUnit offset, bool extendLastRegion, RegionAutoGenerationPolicy autoGenerationPolicy) argument
551 void RenderMultiColumnFlowThread::setRegionRangeForBox(const RenderBox* box, RenderRegion* startRegion, RenderRegion* endRegion) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/line/
H A DLineLayoutState.h115 void updateRepaintRangeFromBox(RootInlineBox* box, LayoutUnit paginationDelta = 0) argument
/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DShapeOutsideInfo.cpp290 bool ShapeOutsideInfo::isEnabledFor(const RenderBox& box) argument
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGInlineText.cpp114 auto box = std::make_unique<SVGInlineTextBox>(*this); local
119 LayoutRect RenderSVGInlineText::localCaretRect(InlineBox* box, int caretOffset, LayoutUnit*) argument
[all...]
H A DRenderSVGModelObject.cpp73 LayoutRect box = enclosingLayoutRect(repaintRectInLocalCoordinates()); local
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DBoxModelDetailsSectionRow.js267 var context = {box: box, styleProperty: styleProperty}; property in class:context
[all...]
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestcond.c95 toolbox_t *box = data; local
104 static void lock_and_signal(toolbox_t *box) argument
123 toolbox_t box[NTHREADS]; local
180 lock_and_wait(toolbox_t *box) argument
202 toolbox_t box; local
261 nested_lock_and_wait(toolbox_t *box) argument
279 nested_lock_and_unlock(toolbox_t *box) argument
306 toolbox_t box; local
353 pipe_consumer(toolbox_t *box) argument
395 pipe_write(toolbox_t *box, char ch) argument
420 pipe_producer(toolbox_t *box) argument
515 ping(toolbox_t *box) argument
545 pong(toolbox_t *box) argument
[all...]
/macosx-10.10/groff-38/groff/src/preproc/eqn/
H A Dbox.h24 class box { class
[all...]
H A Dbox.cpp268 box::box() : spacing_type(ORDINARY_TYPE), uid(next_uid++) function in class:box
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSWindows/ControlPanel/
H A DSecondPage.cpp172 CSecondPage::Commit( CComboBox & box, HKEY key, DWORD enabled ) argument
382 CSecondPage::Populate( CComboBox & box, HKE argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dezimage.el
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSBasicShapes.cpp84 static String buildCircleString(const String& radius, const String& centerX, const String& centerY, const String& box) argument
138 static String buildEllipseString(const String& radiusX, const String& radiusY, const String& centerX, const String& centerY, const String& box) argument
212 static String buildPolygonString(const WindRule& windRule, const Vector<String>& points, const String& box) argument
297 buildInsetString(const String& top, const String& right, const String& bottom, const String& left, const String& topLeftRadiusWidth, const String& topLeftRadiusHeight, const String& topRightRadiusWidth, const String& topRightRadiusHeight, const String& bottomRightRadiusWidth, const String& bottomRightRadiusHeight, const String& bottomLeftRadiusWidth, const String& bottomLeftRadiusHeight, const String& box) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/editing/
H A DVisiblePosition.cpp117 InlineBox* box; local
282 InlineBox* box; local
[all...]
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLImageElement.cpp304 RenderBox* box = renderBox(); local
327 RenderBox* box = renderBox(); local
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DVTTRegion.cpp390 void VTTRegion::willRemoveTextTrackCueBox(VTTCueBox* box) argument
/macosx-10.10/WebCore-7600.1.25/page/
H A DPrintContext.cpp241 RenderBoxModelObject* box = enclosingBoxModelObject(element->renderer()); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DLayoutRect.h94 void expand(const LayoutBoxExtent& box) argument
101 void contract(const LayoutBoxExtent& box) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dlmenu.el
/macosx-10.10/emacs-93/emacs/lisp/play/
H A Dblackbox.el[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dgoldberg.rb1807 def box(x, y, r) method
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Dgoldberg.rb1812 def box(x, y, r) method
[all...]
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Dgoldberg.tcl1638 proc box {x y r} { procedure
[all...]
/macosx-10.10/WebCore-7600.1.25/dom/
H A DContainerNode.cpp851 RenderBox* box = toRenderBox(o); local
875 RenderBox* box = toRenderBox(o); local
906 RenderBox* box = toRenderBox(o); local
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DPathCG.cpp230 CGRect box = CGContextIsPathEmpty(context) ? CGRectZero : CGContextGetPathBoundingBox(context); local

Completed in 248 milliseconds

12345