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

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

Completed in 235 milliseconds