Searched refs:headElement (Results 1 - 6 of 6) 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/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DViewportControl.js344 var headElement = null; variable
347 headElement = this._headSelection.node;
351 headElement = this._topGapElement;
353 headElement = this._bottomGapElement;
357 selection.setBaseAndExtent(anchorElement, anchorOffset, headElement, headOffset);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMImplementation.cpp331 HTMLHeadElement* headElement = d->head(); local
332 ASSERT(headElement);
334 headElement->appendChild(titleElement);
H A DDocument.cpp1371 HTMLElement* headElement = head(); local
1372 if (!headElement)
1375 headElement->appendChild(m_titleElement.get());
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLElementStack.h162 Element* headElement() const;
H A DHTMLElementStack.cpp551 Element* HTMLElementStack::headElement() const function in class:blink::HTMLElementStack

Completed in 8947 milliseconds