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

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

Completed in 128 milliseconds