HomeSort by relevance Sort by last modified time
    Searched refs:m_focusedElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/DumpRenderTree/chromium/
AccessibilityController.cpp 67 m_focusedElement = WebAccessibilityObject();
75 m_focusedElement = focusedElement;
80 if (m_focusedElement.isNull())
81 m_focusedElement = m_shell->webView()->accessibilityObject();
82 return m_elements.create(m_focusedElement);
AccessibilityController.h 76 WebKit::WebAccessibilityObject m_focusedElement;

Completed in 19 milliseconds