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

/macosx-10.10/WebCore-7600.1.25/editing/
H A DFrameSelection.cpp1914 static bool isFrameElement(const Node* n) function in namespace:WebCore
1942 // so add the !isFrameElement check here. There's probably a better way to make this
1944 if (target->isMouseFocusable() && !isFrameElement(target)) {

Completed in 130 milliseconds