Searched refs:node (Results 251 - 275 of 810) sorted by relevance

<<11121314151617181920>>

/external/webkit/WebCore/editing/
H A DIndentOutdentCommand.cpp60 static bool isListOrIndentBlockquote(const Node* node) argument
62 return node && (node->hasTagName(ulTag) || node->hasTagName(olTag) || node->hasTagName(blockquoteTag));
73 Node* lastNodeInSelectedParagraph = endOfCurrentParagraph.deepEquivalent().node();
115 else if (enclosingList(start.node()))
116 nodeToSplitTo = enclosingBlock(start.node());
120 RefPtr<Node> outerBlock = splitTreeToNode(start.node(), nodeToSplitTo);
165 if (endAfterSelection.isNotNull() && !endAfterSelection.deepEquivalent().node()
[all...]
/external/skia/src/views/
H A DSkProgressView.cpp110 void SkProgressView::onInflate(const SkDOM& dom, const SkDOM::Node* node) argument
112 this->INHERITED::onInflate(dom, node);
119 if ((s = dom.findAttr(node, "src-on")) != NULL)
121 if ((s = dom.findAttr(node, "src-off")) != NULL)
123 (void)dom.findBool(node, "do-interp", &fDoInterp);
/external/webkit/WebCore/accessibility/
H A DAccessibilityTableCell.cpp140 Node* node = m_renderer->node();
141 if (node && node->hasTagName(thTag))
161 Node* cellElement = headerCell->node();
/external/webkit/WebCore/html/
H A DHTMLMapElement.cpp61 Node *node = this; local
62 while ((node = node->traverseNextNode(this))) {
63 if (node->hasTagName(areaTag)) {
64 HTMLAreaElement* areaElt = static_cast<HTMLAreaElement*>(node);
/external/webkit/WebCore/inspector/
H A DInjectedScriptHost.cpp100 long InjectedScriptHost::pushNodePathToFrontend(Node* node, bool withChildren, bool selectInUI) argument
106 long id = domAgent->pushNodePathToFrontend(node);
126 Node* node = domAgent->nodeForPath(path);
127 if (!node)
130 return domAgent->pushNodePathToFrontend(node);
/external/webkit/WebCore/platform/android/
H A DRenderThemeAndroid.cpp214 RenderSkinRadio::Draw(getCanvasFromInfo(info), obj->node(), rect, true);
221 Node* node = obj->node(); local
222 Element* formControlElement = static_cast<Element*>(node);
227 info.context->platformContext()->storeButtonInfo(node, rect);
270 if (MediaControlPlayButtonElement* btn = static_cast<MediaControlPlayButtonElement*>(o->node())) {
324 RenderSkinRadio::Draw(getCanvasFromInfo(info), obj->node(), rect, false);
364 Node* node = obj->node(); local
365 if (!node || !nod
[all...]
/external/webkit/WebCore/svg/
H A DSVGLocatable.cpp42 static bool isViewportElement(Node* node) argument
44 return (node->hasTagName(SVGNames::svgTag)
45 || node->hasTagName(SVGNames::symbolTag)
47 || node->hasTagName(SVGNames::foreignObjectTag)
49 || node->hasTagName(SVGNames::imageTag));
/external/webkit/WebCore/page/
H A DEventHandler.cpp115 static inline void scrollAndAcceptEvent(float delta, ScrollDirection positiveDirection, ScrollDirection negativeDirection, PlatformWheelEvent& e, Node* node, Node** stopNode) argument
121 RenderBox* enclosingBox = node->renderer()->enclosingBox();
264 if (pos.isNotNull() && pos.deepEquivalent().node()->isDescendantOf(URLElement))
467 if (!renderer->parent() && renderer->node() == renderer->document() && renderer->document()->ownerElement())
551 // Don't modify the selection if we're not on a node.
562 if (Node* selectionBaseNode = newSelection.base().node())
631 Node *node = event.targetNode(); local
633 if (node && (caretBrowsing || node->isContentEditable()) && node
909 setMousePressNode(PassRefPtr<Node> node) argument
916 Node* node = m_frame->document()->focusedNode(); local
958 subframeForTargetNode(Node* node) argument
974 isSubmitImage(Node* node) argument
981 nodeIsNotBeingEdited(Node* node, Frame* frame) argument
1756 Node* node = m_nodeUnderMouse.get(); local
1820 Node* node; local
1934 canMouseDownStartSelect(Node* node) argument
1952 canMouseDragExtendSelect(Node* node) argument
2054 RefPtr<Node> node = eventTargetNodeForDocument(m_frame->document()); local
2220 shouldDragAutoNode(Node* node, const IntPoint& point) const argument
2275 Node* node = result.innerNode(); local
[all...]
H A DDOMSelection.cpp46 Node* node = frame->selection()->selection().base().anchorNode(); local
47 if (!node)
49 Node* shadowAncestor = node->shadowAncestorNode();
50 if (shadowAncestor == node)
104 return anchorPosition(visibleSelection()).node();
122 return focusPosition(visibleSelection()).node();
140 return basePosition(visibleSelection()).node();
158 return extentPosition(visibleSelection()).node();
201 void DOMSelection::collapse(Node* node, int offset, ExceptionCode& ec) argument
210 m_frame->selection()->moveTo(VisiblePosition(node, offse
253 setPosition(Node* node, int offset, ExceptionCode& ec) argument
314 extend(Node* node, int offset, ExceptionCode& ec) argument
[all...]
/external/srec/seti/sltsEngine/src/
H A Dlinklist_impl.c34 2. each node is marked "used" when allocated; marked "unused" when deallocated
43 LNode node; member in struct:LNodeAllocElement
56 n = &(g_LNodeAllocArray[i].node);
71 /* zero out the node first*/
72 (g_LNodeAllocArray[i].node).data = NULL;
73 (g_LNodeAllocArray[i].node).prev = NULL;
74 (g_LNodeAllocArray[i].node).next = NULL;
76 return &(g_LNodeAllocArray[i].node);
90 addr = (long) (&(g_LNodeAllocArray[i].node));
118 At return, current element will be point to newly created node
[all...]
/external/tcpdump/
H A Dprint-ipx.c82 ipxaddr_string(u_int32_t net, const u_char *node) argument
87 net, node[0], node[1], node[2], node[3], node[4], node[5]);
/external/webkit/WebCore/rendering/
H A DRenderButton.cpp40 RenderButton::RenderButton(Node* node) argument
41 : RenderFlexibleBox(node)
121 if (node()->hasTagName(inputTag)) {
122 HTMLInputElement* input = static_cast<HTMLInputElement*>(node());
129 else if (node()->hasTagName(WMLNames::doTag)) {
130 WMLDoElement* doElement = static_cast<WMLDoElement*>(node());
146 return !node()->hasTagName(inputTag);
H A DRenderCounter.cpp95 if (Node* e = object->node()) {
123 // - A subtree rooted at any reset node in the tree is equivalent to all counter
125 // reset node.
139 // A sibling without a parent means that the counter node tree was not constructed correctly so we stop
141 // render tree at counter node creation. See bug 43812.
155 // we are a root node if that reset is a root.
160 // We are not a reset node or the previous reset must be on an ancestor of our renderer
168 // If the node we are placing is not reset or we have found a counter that is attached
169 // to an ancestor of the placed counter's renderer we know we are a sibling of that node.
197 // good counter, or we are a reset node an
288 RenderCounter(Document* node, const CounterContent& counter) argument
345 destroyCounterNodeWithoutMapRemoval(const AtomicString& identifier, CounterNode* node) argument
425 CounterNode* node = counterMap->get(it->first.get()); local
[all...]
H A DHitTestResult.cpp84 Node* node = innerNode(); local
85 if (node)
86 node = node->shadowAncestorNode();
87 setInnerNode(node);
88 node = innerNonSharedNode();
89 if (node)
90 node = node->shadowAncestorNode();
91 setInnerNonSharedNode(node);
187 displayString(const String& string, const Node* node) argument
[all...]
H A DRenderMenuList.cpp134 const Vector<Element*>& listItems = toSelectElement(static_cast<Element*>(node()))->listItems();
174 setTextFromOption(toSelectElement(static_cast<Element*>(node()))->selectedIndex());
179 SelectElement* select = toSelectElement(static_cast<Element*>(node()));
281 SelectElement* select = toSelectElement(static_cast<Element*>(node()));
303 Document* doc = static_cast<Element*>(node())->document();
307 SelectElement* select = toSelectElement(static_cast<Element*>(node()));
325 SelectElement* select = toSelectElement(static_cast<Element*>(node()));
339 SelectElement* select = toSelectElement(static_cast<Element*>(node()));
349 SelectElement* select = toSelectElement(static_cast<Element*>(node()));
370 SelectElement* select = toSelectElement(static_cast<Element*>(node()));
[all...]
/external/webkit/WebCore/xml/
H A DXSLTProcessorQt.cpp122 Node* node = m_stylesheetRootNode.get(); local
123 stylesheet = XSLStyleSheet::create(node->parent() ? node->parent() : node,
124 node->document()->url().string(),
125 node->document()->url()); // FIXME: Should we use baseURL here?
126 stylesheet->parseString(createMarkup(node));
/external/libxml2/
H A Dschematron.c12 * - multiple rules applying in a single pattern/node
47 #define IS_SCHEMATRON(node, elem) \
48 ((node != NULL) && (node->type == XML_ELEMENT_NODE ) && \
49 (node->ns != NULL) && \
50 (xmlStrEqual(node->name, (const xmlChar *) elem)) && \
51 ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \
52 (xmlStrEqual(node->ns->href, xmlOldSchematronNs))))
54 #define NEXT_SCHEMATRON(node) \
55 while (node !
88 xmlNodePtr node; /* the node in the tree */ member in struct:_xmlSchematronTest
104 xmlNodePtr node; /* the node in the tree */ member in struct:_xmlSchematronRule
226 xmlSchematronPErrMemory(xmlSchematronParserCtxtPtr ctxt, const char *extra, xmlNodePtr node) argument
247 xmlSchematronPErr(xmlSchematronParserCtxtPtr ctxt, xmlNodePtr node, int error, const char *msg, const xmlChar * str1, const xmlChar * str2) argument
274 xmlSchematronVErrMemory(xmlSchematronValidCtxtPtr ctxt, const char *extra, xmlNodePtr node) argument
305 xmlSchematronAddTest(xmlSchematronParserCtxtPtr ctxt, xmlSchematronTestType type, xmlSchematronRulePtr rule, xmlNodePtr node, xmlChar *test, xmlChar *report) argument
389 xmlSchematronAddRule(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPtr schema, xmlSchematronPatternPtr pat, xmlNodePtr node, xmlChar *context, xmlChar *report) argument
482 xmlSchematronAddPattern(xmlSchematronParserCtxtPtr ctxt, xmlSchematronPtr schema, xmlNodePtr node, xmlChar *name) argument
1243 xmlNodePtr node = NULL; local
1294 xmlNodePtr child, node; local
[all...]
H A Dpattern.c20 * and indicating we are on / (the document node), probably need
64 * xmlElementType enums, to indicate a node of any type.
92 int nodeType; /* type of node */
139 xmlNodePtr node; member in struct:_xmlStepState
181 xmlNodePtr elem; /* the current node if any */
460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { argument
477 states->states[states->nbstates++].node = node;
479 fprintf(stderr, "Push: %d, %s\n", step, node->name);
487 * @node
494 xmlPatMatch(xmlPatternPtr comp, xmlNodePtr node) argument
2459 xmlPatternMatch(xmlPatternPtr comp, xmlNodePtr node) argument
[all...]
/external/webkit/WebCore/bindings/js/
H A DJSDOMBinding.cpp260 bool hasCachedDOMNodeWrapperUnchecked(Document* document, Node* node) argument
263 return hasCachedDOMObjectWrapperUnchecked(JSDOMWindow::commonJSGlobalData(), node);
267 if (iter->second->uncheckedGet(node))
273 JSNode* getCachedDOMNodeWrapper(JSC::ExecState* exec, Document* document, Node* node) argument
276 return document->getWrapperCache(currentWorld(exec))->get(node);
277 return static_cast<JSNode*>(DOMObjectWrapperMapFor(exec).get(node));
302 void forgetDOMNode(JSNode* wrapper, Node* node, Document* document) argument
305 forgetDOMObject(wrapper, node);
313 if (wrappersIter->second->uncheckedRemove(node, wrapper))
319 void cacheDOMNodeWrapper(JSC::ExecState* exec, Document* document, Node* node, JSNod argument
353 Node* node = jsNode->impl(); local
463 takeWrappers(Node* node, Document* document, WrapperSet& wrapperSet) argument
484 updateDOMNodeDocument(Node* node, Document* oldDocument, Document* newDocument) argument
515 markDOMNodeWrapper(MarkStack& markStack, Document* document, Node* node) argument
725 checkNodeSecurity(ExecState* exec, Node* node) argument
[all...]
/external/webkit/WebCore/inspector/front-end/
H A DDataGrid.js45 // behavior when creating a new node.
151 _startEditingColumnOfDataGridNode: function(node, column)
154 this._editingNode = node;
175 // Force editing the 1st column when editing the creation node
236 // Make the callback - expects an editing node (table row), the column number that is being edited,
307 var node = this.children[i];
309 var text = node.data[columnIdentifier] || "";
439 throw("insertChild: Node is already a child of this node.");
475 throw("removeChild: Node is not a child of this node.");
635 var node
[all...]
H A DCookieItemsView.js230 var node = new WebInspector.DataGridNode(data);
231 node.cookie = cookie;
232 node.selectable = true;
233 this._dataGrid.appendChild(node);
235 nodeToSelect = node;
269 var node = new WebInspector.DataGridNode(data, false);
270 node.selectable = true;
271 this._dataGrid.appendChild(node);
290 _deleteCookieCallback: function(node)
292 var cookie = node
[all...]
/external/astl/include/
H A Dlist50 // Insert this node BEFORE pos.
53 // Remove this node and link prev and next together.
78 explicit ListIterator(android::ListNodeBase* node):
79 mNode(node) { }
119 explicit ListConstIterator(ListNodeBase* node):
120 mNode(node) { }
243 android::ListNode<_T> *node =
245 mHead.mNext = node->mNext;
246 delete node;
254 android::ListNode<_T> *node
[all...]
/external/bison/src/
H A Dvcg.h62 /* VCG textmode. Specify the adjustement of the text within the border of a summary node. */
121 /* VCG alignment for node alignement. */
156 | Node attributs list. structure that describes a node. |
159 struct node struct
161 /* Title the unique string identifying the node. This attribute is
165 /* Label the text displayed inside the node. If no label is specified
166 then the title of the node will be used. Note that this text may
168 the node. */
176 positions, if at least one node that must be drawn (i.e., is not
183 /* vertical order is the level position (rank) of the node
290 typedef struct node node; typedef in typeref:struct:node
923 node node; member in struct:graph
[all...]
/external/webkit/JavaScriptCore/parser/
H A DGrammar.y92 template <typename T> inline NodeDeclarationInfo<T> createNodeDeclarationInfo(T node,
98 NodeDeclarationInfo<T> result = { node, varDecls, funcDecls, info, numConstants };
102 template <typename T> inline NodeInfo<T> createNodeInfo(T node, CodeFeatures info, int numConstants)
105 NodeInfo<T> result = { node, info, numConstants };
185 static inline void setExceptionLocation(ThrowableExpressionData* node, unsigned start, unsigned divot, unsigned end)
187 node->setExceptionSourceCode(divot, divot - start, end - divot);
304 RegExpNode* node = new (GLOBAL_DATA) RegExpNode(GLOBAL_DATA, *pattern, *flags);
306 setExceptionLocation(node, @1.first_column, @1.first_column + size, @1.first_column + size);
307 $$ = createNodeInfo<ExpressionNode*>(node, 0, 0);
315 RegExpNode* node
[all...]
/external/v8/src/
H A Dprettyprinter.h43 // The following routines print a node into a string.
45 const char* Print(AstNode* node);
51 // Print a node to stdout.
52 static void PrintOut(AstNode* node);
55 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
88 #define DECLARE_VISIT(type) virtual void Visit##type(type* node);
94 void PrintIndentedVisit(const char* s, AstNode* node);
147 // The builder maintains a stack of opened AST node constructors.
148 // Each node constructor corresponds to a JsonML tag.
153 // of current AST node o
[all...]

Completed in 467 milliseconds

<<11121314151617181920>>