Searched defs:box (Results 1 - 25 of 114) sorted by relevance

12345

/macosx-10.10/OpenSSH-189/openssh/
H A Dsandbox-darwin.c45 struct ssh_sandbox *box; local
59 ssh_sandbox_child(struct ssh_sandbox *box) argument
91 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
98 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
[all...]
H A Dsandbox-null.c44 struct ssh_sandbox *box; local
55 ssh_sandbox_child(struct ssh_sandbox *box) argument
61 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
67 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
H A Dsandbox-rlimit.c47 struct ssh_sandbox *box; local
61 ssh_sandbox_child(struct ssh_sandbox *box) argument
83 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
90 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
[all...]
H A Dsandbox-seccomp-filter.c136 struct ssh_sandbox *box; local
187 ssh_sandbox_child(struct ssh_sandbox *box) argument
224 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
231 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
[all...]
H A Dsandbox-systrace.c82 struct ssh_sandbox *box; local
94 ssh_sandbox_child(struct ssh_sandbox *box) argument
104 ssh_sandbox_parent(struct ssh_sandbox *box, pid_ argument
183 ssh_sandbox_parent_finish(struct ssh_sandbox *box) argument
193 ssh_sandbox_parent_preauth(struct ssh_sandbox *box, pid_t child_pid) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DBidiRun.h42 InlineBox* box() { return m_box; } function in struct:WebCore::BidiRun
43 void setBox(InlineBox& box) { m_box = &box; } argument
H A DRenderFieldset.cpp63 RenderBox* box = findLegend(); local
H A DRenderMarquee.cpp110 RenderBox* box = m_layer->renderBox(); local
[all...]
H A DRenderLineBoxList.cpp52 void RenderLineBoxList::appendLineBox(std::unique_ptr<InlineFlowBox> box) argument
82 void RenderLineBoxList::extractLineBox(InlineFlowBox* box) argument
98 void RenderLineBoxList::attachLineBox(InlineFlowBox* box) argument
117 removeLineBox(InlineFlowBox* box) argument
197 lineIntersectsDirtyRect(RenderBoxModelObject* renderer, InlineFlowBox* box, const PaintInfo& paintInfo, const LayoutPoint& offset) const argument
338 RootInlineBox* box = 0; local
[all...]
H A DRenderLineBreak.cpp199 InlineElementBox* box = m_inlineBoxWrapper; local
[all...]
/macosx-10.10/WebCore-7600.1.25/rendering/line/
H A DTrailingObjects.h61 void appendBoxIfNeeded(RenderBoxModelObject* box) argument
/macosx-10.10/WebCore-7600.1.25/platform/mock/mediasource/
H A DMockTracks.h40 static RefPtr<MockAudioTrackPrivate> create(const MockTrackBox& box) { return adoptRef(new MockAudioTrackPrivate(box)); } argument
46 MockAudioTrackPrivate(const MockTrackBox& box) argument
57 static RefPtr<MockTextTrackPrivate> create(const MockTrackBox& box) { return adoptRef(new MockTextTrackPrivate(box)); } argument
63 MockTextTrackPrivate(const MockTrackBox& box) argument
76 create(const MockTrackBox& box) argument
82 MockVideoTrackPrivate(const MockTrackBox& box) argument
[all...]
H A DMockSourceBufferPrivate.cpp47 static RefPtr<MockMediaSample> create(const MockSampleBox& box) { return adoptRef(new MockMediaSample(box)); } argument
51 MockMediaSample(const MockSampleBox& box) argument
94 static RefPtr<MockMediaDescription> create(const MockTrackBox& box) { return adoptRef(new MockMediaDescription(box)); } argument
103 MockMediaDescription(const MockTrackBox& box) : m_box(box) { } argument
[all...]
/macosx-10.10/WebCore-7600.1.25/editing/
H A DRenderedPosition.cpp121 InlineBox* box = atLeftmostOffsetInBox() ? prevLeafChild() : m_inlineBox; local
127 InlineBox* box = atRightmostOffsetInBox() ? nextLeafChild() : m_inlineBox; local
[all...]
H A DRenderedPosition.h103 inline RenderedPosition::RenderedPosition(RenderObject* renderer, InlineBox* box, int offset) argument
/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DPolygonShape.cpp115 FloatRect box = m_polygon.boundingBox(); local
H A DBoxShape.cpp65 RoundedRect computeRoundedRectForBoxShape(CSSBoxType box, const RenderBox& renderer) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Drijndael-alg-ref.c65 static void Substitution(word8 a[4][MAXBC], const word8 box[256], word8 BC) { argument
/macosx-10.10/WebCore-7600.1.25/html/
H A DImageInputType.cpp192 RenderBox* box = element->renderBox(); local
216 RenderBox* box = element->renderBox(); local
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DSpinButtonElement.cpp81 RenderBox* box = renderBox(); local
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGInline.cpp41 auto box = std::make_unique<SVGInlineFlowBox>(*this); local
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/tcllib/
H A Ddiagrams.rb68 def box(text, width=nil, height=nil) method
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/lib/
H A Drijndael-alg-ref.c132 void Substitution(word8 a[4][MAXBC], const word8 box[256], word8 BC) { argument
386 Substitution128( word8 a[4][BC_128_OPT], const word8 box[256]) argument
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSToStyleMap.cpp602 LengthBox box; local
638 LengthBox box; // Defaults to 'auto' so we don't have to handle that explicitly below. local
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DWebKitAuthenticationWidget.cpp47 static void packTwoColumnLayoutInBox(GtkWidget* box, ...) argument
87 static void packTwoColumnLayoutInBox(GtkWidget* box, ...) argument

Completed in 637 milliseconds

12345