Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DWebSurroundingText.cpp42 void WebSurroundingText::initialize(const WebNode& webNode, const WebPoint& nodePoint, size_t maxLe… in initialize() argument
44 const Node* node = webNode.constUnwrap<Node>(); in initialize()
DWebBindings.cpp236 static bool getNodeImpl(NPObject* object, WebNode* webNode, v8::Isolate* isolate) in getNodeImpl() argument
253 *webNode = WebNode(native); in getNodeImpl()
357 bool WebBindings::getNode(NPObject* node, WebNode* webNode) in getNode() argument
359 return getNodeImpl(node, webNode, v8::Isolate::GetCurrent()); in getNode()