/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ProcessingInstruction.cpp | 39 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 …]
|
D | ProcessingInstruction.h | 35 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);
|
D | StyleEngine.h | 91 void addXSLStyleSheet(ProcessingInstruction*, bool createdByParser); 92 void removeXSLStyleSheet(ProcessingInstruction*); 261 RefPtrWillBeMember<ProcessingInstruction> m_xslStyleSheet;
|
D | ProcessingInstruction.idl | 21 interface ProcessingInstruction : CharacterData {
|
D | StyleEngine.cpp | 321 void StyleEngine::addXSLStyleSheet(ProcessingInstruction* node, bool createdByParser) in addXSLStyleSheet() 342 void StyleEngine::removeXSLStyleSheet(ProcessingInstruction* node) in removeXSLStyleSheet()
|
D | Document.h | 125 class ProcessingInstruction; variable 302 …PassRefPtrWillBeRawPtr<ProcessingInstruction> createProcessingInstruction(const String& target, co… 811 void applyXSLTransform(ProcessingInstruction* pi);
|
D | Document.idl | 39 …[RaisesException] ProcessingInstruction createProcessingInstruction(DOMString target, DOMString da…
|
D | Range.cpp | 726 …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/ |
D | XMPMetaParser.java | 27 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/ |
D | html4.py | 45 ProcessingInstruction = markdown.etree.ProcessingInstruction variable 133 elif tag is ProcessingInstruction:
|
/external/chromium_org/third_party/markdown/ |
D | serializers.py | 82 ProcessingInstruction = util.etree.ProcessingInstruction variable 174 elif tag is ProcessingInstruction:
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XSLStyleSheet.h | 45 …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/ |
D | TreeWalker.java | 32 import org.w3c.dom.ProcessingInstruction; 366 ProcessingInstruction pi = (ProcessingInstruction) node; in startNode()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | TreeWalker.java | 30 import org.w3c.dom.ProcessingInstruction; 371 ProcessingInstruction pi = (ProcessingInstruction) node; in startNode()
|
D | UnImplNode.java | 39 import org.w3c.dom.ProcessingInstruction; 895 public ProcessingInstruction createProcessingInstruction( in createProcessingInstruction()
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/ |
D | DOM3TreeWalker.java | 51 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/ |
D | DTMNodeProxy.java | 42 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/ |
D | VTTParser.cpp | 554 …m_currentNode->parserAppendChild(ProcessingInstruction::create(document, "timestamp", charactersSt… in constructTreeFromToken()
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
D | BeautifulSoup.py | 464 class ProcessingInstruction(NavigableString): class 1386 self._toStringSubclass(text, ProcessingInstruction)
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/ |
D | core_global_constructors_idls_idl_files_list.tmp | 79 ../../core/dom/ProcessingInstruction.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/ |
D | core_idl_files_list.tmp | 85 ../../../core/dom/ProcessingInstruction.idl
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_dom.target.darwin-x86.mk | 115 third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp \
|
D | webcore_dom.target.linux-x86.mk | 115 third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp \
|
D | webcore_dom.target.darwin-arm64.mk | 115 third_party/WebKit/Source/core/dom/ProcessingInstruction.cpp \
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/ |
D | modules_core_global_constructors_idls_idl_files_list.tmp | 79 ../../core/dom/ProcessingInstruction.idl
|