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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
SmartClip.h 83 String extractTextFromNode(Node*);
SmartClip.cpp 105 collectedText.append(extractTextFromNode(hitNodes[i]));
240 String SmartClip::extractTextFromNode(Node* node)
252 result.append(extractTextFromNode(nodeFromFrame));

Completed in 1401 milliseconds