Searched refs:focusedElement (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Tools/DumpRenderTree/chromium/
H A DAccessibilityController.cpp52 bindProperty("focusedElement", &AccessibilityController::focusedElementGetterCallback);
73 void AccessibilityController::setFocusedElement(const WebAccessibilityObject& focusedElement) argument
75 m_focusedElement = focusedElement;
/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityController.h47 AccessibilityUIElement focusedElement();
H A DAccessibilityController.cpp37 return AccessibilityUIElement::makeJSAccessibilityUIElement(context, controller->focusedElement());
112 { "focusedElement", getFocusedElementCallback, 0, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/Tools/DumpRenderTree/gtk/
H A DAccessibilityControllerGtk.cpp55 AccessibilityUIElement AccessibilityController::focusedElement() function in class:AccessibilityController
/external/webkit/Tools/DumpRenderTree/mac/
H A DAccessibilityControllerMac.mm51 AccessibilityUIElement AccessibilityController::focusedElement()
/external/webkit/Tools/DumpRenderTree/win/
H A DAccessibilityControllerWin.cpp68 AccessibilityUIElement AccessibilityController::focusedElement() function in class:AccessibilityController
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityRenderObject.cpp2163 AccessibilityObject* focusedElement = focusedUIElement();
2164 if (!focusedElement)
2179 AccessibilityObject* checkFocusElement = focusedElement;
/external/webkit/Source/WebCore/editing/
H A DEditor.cpp2089 const Element* focusedElement = node->isElementNode() ? toElement(node) : node->parentElement(); local
2090 if (!focusedElement)
2092 return focusedElement->isSpellCheckingEnabled();

Completed in 168 milliseconds