HomeSort by relevance Sort by last modified time
    Searched refs:FragmentScriptingAllowed (Results 1 - 11 of 11) sorted by null

  /external/webkit/WebCore/dom/
MappedAttributeEntry.h 51 enum FragmentScriptingPermission { FragmentScriptingAllowed, FragmentScriptingNotAllowed };
Element.h 116 void setAttributeNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, const AtomicString& value, ExceptionCode&, FragmentScriptingPermission = FragmentScriptingAllowed);
192 void setAttributeMap(PassRefPtr<NamedNodeMap>, FragmentScriptingPermission = FragmentScriptingAllowed);
XMLTokenizer.h 320 bool parseXMLDocumentFragment(const String&, DocumentFragment*, Element* parent = 0, FragmentScriptingPermission = FragmentScriptingAllowed);
XMLTokenizerQt.cpp 103 , m_scriptingPermission(FragmentScriptingAllowed)
XMLTokenizerLibxml2.cpp 551 , m_scriptingPermission(FragmentScriptingAllowed)
    [all...]
  /external/webkit/WebCore/editing/
markup.h 45 PassRefPtr<DocumentFragment> createFragmentFromMarkup(Document*, const String& markup, const String& baseURL, FragmentScriptingPermission = FragmentScriptingAllowed);
  /external/webkit/WebCore/html/
HTMLElement.h 49 PassRefPtr<DocumentFragment> createContextualFragment(const String&, FragmentScriptingPermission = FragmentScriptingAllowed);
HTMLParser.h 56 HTMLParser(DocumentFragment*, FragmentScriptingPermission = FragmentScriptingAllowed);
HTMLTokenizer.h 139 HTMLTokenizer(DocumentFragment*, FragmentScriptingPermission = FragmentScriptingAllowed);
429 void parseHTMLDocumentFragment(const String&, DocumentFragment*, FragmentScriptingPermission = FragmentScriptingAllowed);
HTMLTokenizer.cpp 179 , m_scriptingPermission(FragmentScriptingAllowed)
200 , m_scriptingPermission(FragmentScriptingAllowed)
    [all...]
HTMLParser.cpp 143 , m_scriptingPermission(FragmentScriptingAllowed)
282 if (m_scriptingPermission == FragmentScriptingAllowed || t->tagName != scriptTag)
    [all...]

Completed in 77 milliseconds