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

  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchDisambiguation.h 43 void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector<IntRect>& goodTargets, WillBeHeapVector<RawPtrWillBeMember<Node> >& highlightNodes);
TouchDisambiguation.cpp 89 void findGoodTouchTargets(const IntRect& touchBox, LocalFrame* mainFrame, Vector<IntRect>& goodTargets, WillBeHeapVector<RawPtrWillBeMember<Node> >& highlightNodes)
145 highlightNodes.append(it->key);
  /external/chromium_org/third_party/WebKit/Source/web/tests/
LinkHighlightTest.cpp 186 WillBeHeapVector<RawPtrWillBeMember<Node> > highlightNodes;
188 findGoodTouchTargets(boundingBox, webViewImpl->mainFrameImpl()->frame(), goodTargets, highlightNodes);
190 webViewImpl->enableTapHighlights(highlightNodes);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
UIUtils.js 753 var highlightNodes = [];
760 return highlightNodes;
797 highlightNodes.push(highlightNode);
809 highlightNodes.push(highlightNode);
826 return highlightNodes;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebViewImpl.cpp 771 WillBeHeapVector<RawPtrWillBeMember<Node> > highlightNodes;
772 findGoodTouchTargets(boundingBox, mainFrameImpl()->frame(), goodTargets, highlightNodes);
778 enableTapHighlights(highlightNodes);
    [all...]

Completed in 452 milliseconds