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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.cpp 168 Node* focusedNode = focusedDocument->focusedElement();
169 if (!focusedNode)
170 focusedNode = focusedDocument;
172 if (isHTMLAreaElement(*focusedNode))
173 return focusedImageMapUIElement(toHTMLAreaElement(focusedNode));
175 AXObject* obj = focusedNode->document().axObjectCache()->getOrCreate(focusedNode);
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.h 451 void computeScaleAndScrollForFocusedNode(Node* focusedNode, float& scale, IntPoint& scroll, bool& needAnimation);
WebViewImpl.cpp     [all...]

Completed in 106 milliseconds