Searched refs:container (Results 1 - 25 of 211) sorted by relevance

123456789

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_identity.py21 container = OC_TestIdentity.alloc().init()
24 container.setStoredObject_(v)
25 self.assert_(v is container.storedObject(), repr(v))
30 container = OC_TestIdentity.alloc().init()
33 container.setStoredObject_(v)
34 self.assert_(v is container.storedObject(), repr(v))
39 container = OC_TestIdentity.alloc().init()
42 container.setStoredObject_(v)
43 self.assert_(v is container.storedObject(), repr(v))
48 container
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_identity.py21 container = OC_TestIdentity.alloc().init()
24 container.setStoredObject_(v)
25 self.assert_(v is container.storedObject(), repr(v))
30 container = OC_TestIdentity.alloc().init()
33 container.setStoredObject_(v)
34 self.assert_(v is container.storedObject(), repr(v))
39 container = OC_TestIdentity.alloc().init()
42 container.setStoredObject_(v)
43 self.assert_(v is container.storedObject(), repr(v))
48 container
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DPlatformScreenGtk.cpp53 GtkWidget* container = widget ? GTK_WIDGET(widget->root()->hostWindow()->platformPageClient()) : 0; local
54 if (!container) {
59 if (!gtk_widget_get_realized(container))
60 container = getToplevel(container);
61 return container ? gdk_window_get_visual(gtk_widget_get_window(container)) : 0;
94 GtkWidget* container = widget ? GTK_WIDGET(widget->root()->hostWindow()->platformPageClient()) : 0; local
95 if (container)
96 container
112 GtkWidget* container = widget ? GTK_WIDGET(widget->root()->hostWindow()->platformPageClient()) : 0; local
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_op.tcl35 proc ::pt::peg::op::flatten {container} {
39 $container start [pt::pe::op flatten [$container start]]
41 foreach {symbol rule} [$container rules] {
42 $container rule $symbol [pt::pe::op flatten $rule]
48 proc ::pt::peg::op::called {container} {
54 lappend dict {} [pt::pe::op called [$container start]]
56 foreach {symbol rule} [$container rules] {
63 proc ::pt::peg::op::dechain {container} {
80 array set caller [Invert [called $container]]
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DRangeBoundaryPoint.h36 explicit RangeBoundaryPoint(PassRefPtr<Node> container);
40 Node* container() const;
46 void set(PassRefPtr<Node> container, int offset, Node* childBefore);
65 inline RangeBoundaryPoint::RangeBoundaryPoint(PassRefPtr<Node> container) argument
66 : m_containerNode(container)
73 inline Node* RangeBoundaryPoint::container() const function in class:WebCore::RangeBoundaryPoint
111 inline void RangeBoundaryPoint::set(PassRefPtr<Node> container, int offset, Node* childBefore) argument
113 ASSERT(container);
115 ASSERT(childBefore == (offset ? container->childNode(offset - 1) : 0));
116 m_containerNode = container;
139 setToStartOfNode(PassRefPtr<Node> container) argument
147 setToEndOfNode(PassRefPtr<Node> container) argument
[all...]
H A DRange.cpp132 if (!m_start.container()) {
137 return m_start.container();
142 if (!m_start.container()) {
152 if (!m_start.container()) {
157 return m_end.container();
162 if (!m_start.container()) {
172 if (!m_start.container()) {
177 return commonAncestorContainer(m_start.container(), m_end.container());
193 if (!m_start.container()) {
627 childOfCommonRootBeforeOffset(Node* container, unsigned offset, Node* commonRoot) argument
776 processContentsBetweenOffsets(ActionType action, PassRefPtr<DocumentFragment> fragment, Node* container, unsigned startOffset, unsigned endOffset, ExceptionCode& ec) argument
867 processAncestorsAndTheirSiblings(ActionType action, Node* container, ContentsProcessDirection direction, PassRefPtr<Node> passedClonedContainer, Node* commonRoot, ExceptionCode& ec) argument
1027 RefPtr<Node> container; local
1718 boundaryNodeChildrenChanged(RangeBoundaryPoint& boundary, ContainerNode* container) argument
1727 nodeChildrenChanged(ContainerNode* container) argument
1735 boundaryNodeChildrenWillBeRemoved(RangeBoundaryPoint& boundary, ContainerNode* container) argument
1752 nodeChildrenWillBeRemoved(ContainerNode* container) argument
[all...]
H A DContainerNodeAlgorithms.h81 inline void removeDetachedChildrenInContainer(GenericNodeContainer* container) argument
87 Private::addChildNodesToDeletionQueue<GenericNode, GenericNodeContainer>(head, tail, container);
109 inline void appendChildToContainer(GenericNode* child, GenericNodeContainer* container) argument
111 child->setParentOrShadowHostNode(container);
113 GenericNode* lastChild = container->lastChild();
118 container->setFirstChild(child);
120 container->setLastChild(child);
136 static void dispatch(GenericNode* node, GenericNodeContainer* container) argument
139 if (Document* containerDocument = container->ownerDocument())
142 ChildNodeRemovalNotifier(container)
157 addChildNodesToDeletionQueue(GenericNode*& head, GenericNode*& tail, GenericNodeContainer* container) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dtable.rb131 def __item_cget_cmd(id) # id := [ container, item ]
137 def __item_config_cmd(id) # id := [ container, item, ... ]
138 container, *items = id
139 win = (container.kind_of?(TkWindow))? container.path: container.to_s
190 def cget_tkstring(container, option)
191 __itemcget_tkstring([container], option)
193 def cget(container, option)
194 __itemcget([container], optio
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dcross_reference.rb131 container = @context.find_symbol_module($1)
136 container = @context
138 container = nil
141 if container then
142 ref = container.find_local_symbol method
144 unless ref || RDoc::TopLevel === container then
145 ref = container.find_ancestor_local_symbol method
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DTextAutosizer.h68 void processClusterInternal(TextAutosizingClusterInfo&, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo&, float multiplier);
69 void processCluster(TextAutosizingClusterInfo&, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo&);
71 void processContainer(float multiplier, RenderBlock* container, TextAutosizingClusterInfo&, RenderObject* subtreeRoot, const TextAutosizingWindowInfo&);
81 static bool containerShouldBeAutosized(const RenderBlock* container);
83 static bool containerIsRowOfLinks(const RenderObject* container);
84 static bool contentHeightIsConstrained(const RenderBlock* container);
87 static void measureDescendantTextWidth(const RenderBlock* container, TextAutosizingClusterInfo&, float minTextWidth, float& textWidth);
H A DTextAutosizer.cpp130 // The layoutRoot could be neither a container nor a cluster, so walk up the tree till we find each of these.
131 RenderBlock* container = layoutRoot->isRenderBlock() ? toRenderBlock(layoutRoot) : layoutRoot->containingBlock(); local
132 while (container && !isAutosizingContainer(container))
133 container = container->containingBlock();
135 RenderBlock* cluster = container;
140 processCluster(clusterInfo, container, layoutRoot, windowInfo);
156 void TextAutosizer::processClusterInternal(TextAutosizingClusterInfo& clusterInfo, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo& windowInfo, float multiplier) argument
158 processContainer(multiplier, container, clusterInf
166 processCluster(TextAutosizingClusterInfo& clusterInfo, RenderBlock* container, RenderObject* subtreeRoot, const TextAutosizingWindowInfo& windowInfo) argument
201 processContainer(float multiplier, RenderBlock* container, TextAutosizingClusterInfo& clusterInfo, RenderObject* subtreeRoot, const TextAutosizingWindowInfo& windowInfo) argument
372 containerShouldBeAutosized(const RenderBlock* container) argument
388 containerContainsOneOfTags(const RenderBlock* container, const Vector<QualifiedName>& tags) argument
403 containerIsRowOfLinks(const RenderObject* container) argument
443 contentHeightIsConstrained(const RenderBlock* container) argument
492 measureDescendantTextWidth(const RenderBlock* container, TextAutosizingClusterInfo& clusterInfo, float minTextWidth, float& textWidth) argument
[all...]
H A DRenderGeometryMap.cpp49 void RenderGeometryMap::mapToContainer(TransformState& transformState, const RenderLayerModelObject* container) const
53 m_mapping.last().m_renderer->mapLocalToContainer(container, transformState, ApplyContainerFlip | m_mapCoordinatesFlags);
60 bool foundContainer = !container || (m_mapping.size() && m_mapping[0].m_renderer == container);
66 // If container is the RenderView (step 0) we want to apply its scroll offset.
67 if (i > 0 && currentStep.m_renderer == container) {
74 // If this box has a transform, it acts as a fixed position container
83 // A null container indicates mapping through the RenderView, so including its transform (the page scale).
84 if (!container && currentStep.m_transform)
103 FloatPoint RenderGeometryMap::mapToContainer(const FloatPoint& p, const RenderLayerModelObject* container) cons
[all...]
H A DLayoutState.cpp60 if (RenderObject* container = renderer->container()) {
61 if (container->isInFlowPositioned() && container->isRenderInline())
62 m_paintOffset += toRenderInline(container)->offsetForInFlowPositionedInline(renderer);
159 RenderObject* container = root->container(); local
160 FloatPoint absContentPoint = container->localToAbsolute(FloatPoint(), UseTransforms);
163 if (container->hasOverflowClip()) {
165 RenderBox* containerBox = toRenderBox(container);
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DindexedDBViews.css78 .indexed-db-data-view .data-grid-container {
87 .indexed-db-data-view .data-grid .data-container tr:nth-child(even) {
91 .indexed-db-data-view .data-grid .data-container tr:nth-child(odd) {
95 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) {
99 .indexed-db-data-view .data-grid .data-container tr:nth-last-child(1) td {
103 .indexed-db-data-view .data-grid .data-container td {
107 .indexed-db-data-view .data-grid .data-container td.value-column,
108 .indexed-db-data-view .data-grid .data-container td.key-column,
109 .indexed-db-data-view .data-grid .data-container td.primaryKey-column {
113 .indexed-db-data-view .data-grid .data-container t
[all...]
H A DDOMPresentationUtils.js80 * @param {Element} container
83 WebInspector.DOMPresentationUtils.createSpansForNodeTitle = function(container, nodeTitle)
86 container.createChild("span", "webkit-html-tag-name").textContent = match[1];
88 container.createChild("span", "webkit-html-attribute-value").textContent = match[2];
90 container.createChild("span", "webkit-html-attribute-name").textContent = match[3];
141 var container = document.createElement("table");
142 container.className = "image-preview-container";
155 container.createChild("tr").createChild("td", "image-container")
[all...]
H A Dspectrum.css2 .spectrum-container {
50 .spectrum-range-container {
55 .spectrum-range-container * {
60 .spectrum-range-container label {
65 .spectrum-range-container input {
110 .spectrum-container .swatch {
H A DShortcutsScreen.js68 view.element.className = "settings-tab-container";
70 var container = view.element.createChild("div", "help-container-wrapper").createChild("div");
71 container.className = "help-content help-container";
73 orderedSections[i].renderSection(container);
136 * @param {!Element} container
138 renderSection: function(container)
140 var parent = container.createChild("div", "help-block");
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/parser/
H A Druby.rb241 # container, and the given name (with the ::).
243 def get_class_or_module container, ignore_constants = false
252 container = @top_level
260 prev_container = container
261 container = container.find_module_named name_t.name
262 container ||=
271 container.record_location @top_level
281 return [container, name_t, given_name]
590 def parse_class container, singl
[all...]
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DDeleteButtonController.cpp161 Node* container = range->commonAncestorContainer(ASSERT_NO_EXCEPTION);
162 ASSERT(container);
166 if (!container->rendererIsEditable())
169 Node* element = enclosingNodeOfType(firstPositionInNode(container), &isDeletableElement);
206 RefPtr<HTMLDivElement> container = HTMLDivElement::create(m_target->document()); local
207 container->setIdAttribute(containerElementIdentifier);
209 container->setInlineStyleProperty(CSSPropertyWebkitUserDrag, CSSValueNone);
210 container->setInlineStyleProperty(CSSPropertyWebkitUserSelect, CSSValueNone);
211 container->setInlineStyleProperty(CSSPropertyWebkitUserModify, CSSValueReadOnly);
212 container
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DmediaControlsBlackBerry.css51 video::-webkit-media-controls-button-group-container, audio::-webkit-media-controls-button-group-container {
55 video::-webkit-media-controls-fullscreen-time-display-container, audio::-webkit-media-controls-fullscreen-time-display-container {
59 video::-webkit-media-controls-time-display-container, audio::-webkit-media-controls-time-display-container {
77 audio::-webkit-media-controls-fullscreen-timeline-container, video::-webkit-media-controls-fullscreen-timeline-container {
81 video::-webkit-media-controls-timeline-container, audio::-webkit-media-controls-timeline-container {
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DFontCustomPlatformData.h43 FontCustomPlatformData(ATSFontContainerRef container, CGFontRef cgFont) argument
44 : m_atsContainer(container)
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGGradientStop.cpp62 RenderSVGResourceContainer* container = renderer->toRenderSVGResourceContainer(); local
63 container->removeAllClientsFromCache();
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/include/
H A Dgen_verticals.inc11 | [container] + | | [snit or TclOO] | | C code alone or embed- |
/macosx-10.9.5/libxslt-13/libxslt/libexslt/
H A Ddynamic.c104 xmlDocPtr oldDoc, container = NULL; local
157 container = xsltCreateRVT(tctxt);
158 if (container == NULL) {
160 "dyn:map : internal error container == NULL\n");
163 xsltRegisterLocalRVT(tctxt, container);
187 if (container != NULL) {
189 xmlNewChild((xmlNodePtr) container, NULL,
206 if (container != NULL) {
211 xmlNewChild((xmlNodePtr) container, NULL,
229 if (container !
[all...]
/macosx-10.9.5/swig-10/Lib/std/
H A Dstd_container.i9 // Common container methods
11 %define %std_container_methods(container...)
12 container();
13 container(const container&);
19 void swap(container& v);

Completed in 470 milliseconds

123456789