OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:docval
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/bindings/js/
JSXSLTProcessorCustom.cpp
64
JSValue
docVal
= args.at(1);
65
if (nodeVal.inherits(&JSNode::s_info) &&
docVal
.inherits(&JSDocument::s_info)) {
67
Document* doc = static_cast<Document*>(static_cast<JSDocument*>(asObject(
docVal
))->impl());
/external/webkit/WebCore/xml/
XSLTProcessor.idl
41
[Custom] DocumentFragment transformToFragment(in Node source, in Document
docVal
);
Completed in 48 milliseconds