Searched refs:headElement (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c286 recElement** headElement = NULL; local
321 headElement = &(pDevice->firstAxis);
329 headElement = &(pDevice->firstHat);
340 headElement = &(pDevice->firstButton);
352 if (element && headElement) /* add to list */
355 if (NULL == *headElement)
356 *headElement = element;
360 elementCurrent = *headElement;
/external/webkit/Source/WebCore/html/parser/
H A DHTMLElementStack.h145 Element* headElement() const;
H A DHTMLElementStack.cpp534 Element* HTMLElementStack::headElement() const function in class:WebCore::HTMLElementStack
/external/webkit/Source/WebCore/dom/
H A DDocument.cpp1291 if (HTMLElement* headElement = head()) {
1294 headElement->appendChild(m_titleElement, ec);
1330 if (HTMLElement* headElement = head()) {
1331 for (Node* e = headElement->firstChild(); e; e = e->nextSibling())

Completed in 386 milliseconds