Home
last modified time | relevance | path

Searched refs:ProcessingInstruction (Results 1 – 25 of 106) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/core/dom/
DProcessingInstruction.cpp39 inline ProcessingInstruction::ProcessingInstruction(Document& document, const String& target, const… in ProcessingInstruction() function in blink::ProcessingInstruction
50 PassRefPtrWillBeRawPtr<ProcessingInstruction> ProcessingInstruction::create(Document& document, con… in create()
52 return adoptRefWillBeNoop(new ProcessingInstruction(document, target, data)); in create()
55 ProcessingInstruction::~ProcessingInstruction() in ~ProcessingInstruction()
73 String ProcessingInstruction::nodeName() const in nodeName()
78 Node::NodeType ProcessingInstruction::nodeType() const in nodeType()
83 PassRefPtrWillBeRawPtr<Node> ProcessingInstruction::cloneNode(bool /*deep*/) in cloneNode()
90 void ProcessingInstruction::didAttributeChanged() in didAttributeChanged()
102 bool ProcessingInstruction::checkStyleSheet(String& href, String& charset) in checkStyleSheet()
134 void ProcessingInstruction::process(const String& href, const String& charset) in process()
[all …]
DProcessingInstruction.h35 class ProcessingInstruction FINAL : public CharacterData, private ResourceOwner<StyleSheetResource>…
38 …static PassRefPtrWillBeRawPtr<ProcessingInstruction> create(Document&, const String& target, const…
39 virtual ~ProcessingInstruction();
57 ProcessingInstruction(Document&, const String& target, const String& data);
89 DEFINE_NODE_TYPE_CASTS(ProcessingInstruction, nodeType() == Node::PROCESSING_INSTRUCTION_NODE);
DStyleEngine.h91 void addXSLStyleSheet(ProcessingInstruction*, bool createdByParser);
92 void removeXSLStyleSheet(ProcessingInstruction*);
261 RefPtrWillBeMember<ProcessingInstruction> m_xslStyleSheet;
DProcessingInstruction.idl21 interface ProcessingInstruction : CharacterData {
DStyleEngine.cpp321 void StyleEngine::addXSLStyleSheet(ProcessingInstruction* node, bool createdByParser) in addXSLStyleSheet()
342 void StyleEngine::removeXSLStyleSheet(ProcessingInstruction* node) in removeXSLStyleSheet()
DDocument.h125 class ProcessingInstruction; variable
302 …PassRefPtrWillBeRawPtr<ProcessingInstruction> createProcessingInstruction(const String& target, co…
811 void applyXSLTransform(ProcessingInstruction* pi);
DDocument.idl39 …[RaisesException] ProcessingInstruction createProcessingInstruction(DOMString target, DOMString da…
DRange.cpp726 …RefPtrWillBeRawPtr<ProcessingInstruction> c = static_pointer_cast<ProcessingInstruction>(container… in processContentsBetweenOffsets()
735 ProcessingInstruction* pi = toProcessingInstruction(container); in processContentsBetweenOffsets()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPMetaParser.java27 import org.w3c.dom.ProcessingInstruction;
331 ((ProcessingInstruction) root).getTarget() == XMPConst.XMP_PI) in findRootNode()
336 result[2] = ((ProcessingInstruction) root).getData(); in findRootNode()
/external/markdown/markdown/
Dhtml4.py45 ProcessingInstruction = markdown.etree.ProcessingInstruction variable
133 elif tag is ProcessingInstruction:
/external/chromium_org/third_party/markdown/
Dserializers.py82 ProcessingInstruction = util.etree.ProcessingInstruction variable
174 elif tag is ProcessingInstruction:
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXSLStyleSheet.h45 …static PassRefPtrWillBeRawPtr<XSLStyleSheet> create(ProcessingInstruction* parentNode, const Strin… in create()
50 …static PassRefPtrWillBeRawPtr<XSLStyleSheet> createEmbedded(ProcessingInstruction* parentNode, con… in createEmbedded()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DTreeWalker.java32 import org.w3c.dom.ProcessingInstruction;
366 ProcessingInstruction pi = (ProcessingInstruction) node; in startNode()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DTreeWalker.java30 import org.w3c.dom.ProcessingInstruction;
371 ProcessingInstruction pi = (ProcessingInstruction) node; in startNode()
DUnImplNode.java39 import org.w3c.dom.ProcessingInstruction;
895 public ProcessingInstruction createProcessingInstruction( in createProcessingInstruction()
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DDOM3TreeWalker.java51 import org.w3c.dom.ProcessingInstruction;
423 serializePI((ProcessingInstruction) node); in startNode()
887 protected void serializePI(ProcessingInstruction node)
889 ProcessingInstruction pi = node;
1530 protected void isPIWellFormed(ProcessingInstruction node) { in isPIWellFormed()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMNodeProxy.java42 import org.w3c.dom.ProcessingInstruction;
65 ProcessingInstruction, Comment, DocumentFragment
701 public final ProcessingInstruction createProcessingInstruction( in createProcessingInstruction()
/external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
DVTTParser.cpp554 …m_currentNode->parserAppendChild(ProcessingInstruction::create(document, "timestamp", charactersSt… in constructTreeFromToken()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
DBeautifulSoup.py464 class ProcessingInstruction(NavigableString): class
1386 self._toStringSubclass(text, ProcessingInstruction)
/external/chromium_org/third_party/WebKit/Source/bindings/core/
Dcore_global_constructors_idls_idl_files_list.tmp79 ../../core/dom/ProcessingInstruction.idl
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
Dcore_idl_files_list.tmp85 ../../../core/dom/ProcessingInstruction.idl
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.darwin-x86.mk115 third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp \
Dwebcore_dom.target.linux-x86.mk115 third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp \
Dwebcore_dom.target.darwin-arm64.mk115 third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp \
/external/chromium_org/third_party/WebKit/Source/bindings/modules/
Dmodules_core_global_constructors_idls_idl_files_list.tmp79 ../../core/dom/ProcessingInstruction.idl

12345