Searched defs:layout (Results 26 - 50 of 118) sorted by relevance

12345

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DFixedTableLayout.cpp199 void FixedTableLayout::layout() function in class:WebCore::FixedTableLayout
H A DRenderButton.cpp201 void RenderButton::layout() function in class:WebCore::RenderButton
H A DRenderScrollbarPart.cpp48 void RenderScrollbarPart::layout() function in class:WebCore::RenderScrollbarPart
H A DRenderRubyRun.cpp232 void RenderRubyRun::layout() function in class:WebCore::RenderRubyRun
H A DRenderTableRow.cpp160 void RenderTableRow::layout() function in class:WebCore::RenderTableRow
H A DRenderVTTCue.cpp45 void RenderVTTCue::layout() function in class:WebCore::RenderVTTCue
H A DRenderVideo.cpp199 void RenderVideo::layout() function in class:WebCore::RenderVideo
H A DSimpleLineLayoutFunctions.cpp61 void paintFlow(const RenderBlockFlow& flow, const Layout& layout, PaintInfo& paintInfo, const LayoutPoint& paintOffset) argument
101 bool hitTestFlow(const RenderBlockFlow& flow, const Layout& layout, const HitTestRequest& request, HitTestResult& result, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction hitTestAction) argument
133 void collectFlowOverflow(RenderBlockFlow& flow, const Layout& layout) argument
143 IntRect computeTextBoundingBox(const RenderText& textRenderer, const Layout& layout) argument
170 IntPoint computeTextFirstRunLocation(const RenderText& textRenderer, const Layout& layout) argument
179 collectTextAbsoluteRects(const RenderText& textRenderer, const Layout& layout, const LayoutPoint& accumulatedOffset) argument
191 collectTextAbsoluteQuads(const RenderText& textRenderer, const Layout& layout, bool* wasFixed) argument
[all...]
H A DSimpleLineLayoutResolver.h253 inline RunResolver::RunResolver(const RenderBlockFlow& flow, const Layout& layout) argument
336 inline LineResolver::LineResolver(const RenderBlockFlow& flow, const Layout& layout) argument
357 inline RunResolver runResolver(const RenderBlockFlow& flow, const Layout& layout) argument
362 inline LineResolver lineResolver(const RenderBlockFlow& flow, const Layout& layout) argument
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGContainer.cpp51 void RenderSVGContainer::layout() function in class:WebCore::RenderSVGContainer
H A DRenderSVGForeignObject.cpp128 void RenderSVGForeignObject::layout() function in class:WebCore::RenderSVGForeignObject
H A DRenderSVGImage.cpp97 void RenderSVGImage::layout() function in class:WebCore::RenderSVGImage
H A DRenderSVGResourceContainer.cpp52 void RenderSVGResourceContainer::layout() function in class:WebCore::RenderSVGResourceContainer
H A DRenderSVGResourceMarker.cpp42 void RenderSVGResourceMarker::layout() function in class:WebCore::RenderSVGResourceMarker
/macosx-10.10/libauto-186/
H A DZoneCollectionChecking.cpp156 auto_memory_type_t layout = zone->block_layout(block); local
H A Dauto_impl_utilities.h134 inline bool is_scanned(auto_memory_type_t layout) { return (layout & AUTO_UNSCANNED) != AUTO_UNSCANNED; } argument
135 inline bool is_object(auto_memory_type_t layout) { return (layout & AUTO_OBJECT) != 0; } argument
136 inline bool is_allocated_cleared(auto_memory_type_t layout) { return is_scanned(layout) || (layout == AUTO_MEMORY_ALL_WEAK_POINTERS); } argument
H A DBlockRef.h51 inline auto_memory_type_t layout() const { return subzone()->layout(q()); } function in class:Auto::SubzoneBlockRef
62 inline void set_layout(auto_memory_type_t layout) const { subzone()->set_layout(q(), layout); } local
90 inline auto_memory_type_t layout() const { return _large->layout(); } function in class:Auto::LargeBlockRef
242 inline auto_memory_type_t layout() const { if (!(requested_info & AUTO_BLOCK_INFO_LAYOUT)) __builtin_trap(); return _layout; } function in class:Auto::auto_block_info_sieve
[all...]
H A DLarge.h189 inline usword_t layout() const { return _layout; } function in class:Auto::Large
219 inline void set_layout(usword_t layout) { _layout = layout; } argument
/macosx-10.10/tcl-105/tcl_ext/bwidget/bwidget/
H A Dwizard.tcl[all...]
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-keypd.el
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DComplexTextController.cpp94 void Font::deleteLayout(TextLayout* layout) argument
99 float Font::width(TextLayout& layout, unsigned from, unsigned len, HashSet<const SimpleFontData*>* fallbackFonts) argument
/macosx-10.10/WebCore-7600.1.25/rendering/mathml/
H A DRenderMathMLRoot.cpp262 void RenderMathMLRoot::layout() function in class:WebCore::RenderMathMLRoot
H A DRenderMathMLScripts.cpp269 void RenderMathMLScripts::layout() function in class:WebCore::RenderMathMLScripts
/macosx-10.10/tcl-105/tk/tk/generic/ttk/
H A DttkWidget.h36 Ttk_Layout layout; /* Widget layout */ member in struct:__anon13599
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSecurePromptClient.cpp101 UInt32 layout; // The keyboard layout used for code ->> value translation member in struct:IOHIDSecurePromptClient_ExpansionData
[all...]

Completed in 247 milliseconds

12345