Home
last modified time | relevance | path

Searched refs:currentFocusedNode (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/
DRadioInputType.cpp126 Node* currentFocusedNode = element()->document()->focusedNode(); in isKeyboardFocusable() local
127 if (currentFocusedNode && currentFocusedNode->hasTagName(inputTag)) { in isKeyboardFocusable()
128 HTMLInputElement* focusedInput = static_cast<HTMLInputElement*>(currentFocusedNode); in isKeyboardFocusable()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp376 Node* currentFocusedNode = m_frame->document()->focusedNode(); in stopLoading() local
377 if (currentFocusedNode) in stopLoading()
378 currentFocusedNode->aboutToUnload(); in stopLoading()