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

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLTreeBuilder.cpp 280 , m_tree(document, parserContentPolicy)
298 , m_tree(fragment, parserContentPolicy)
314 m_tree.openElements()->pushRootNode(HTMLStackItem::create(fragment, HTMLStackItem::ItemForDocumentFragmentNode));
320 m_tree.setForm(closestFormAncestor(contextElement));
336 // otherwise we'd just call m_tree.clear() here instead.
337 m_tree.detach();
377 bool inForeignContent = !m_tree.isEmpty()
378 && !m_tree.currentStackItem()->isInHTMLNamespace()
379 && !HTMLElementStack::isHTMLIntegrationPoint(m_tree.currentStackItem())
380 && !HTMLElementStack::isMathMLTextIntegrationPoint(m_tree.currentStackItem())
    [all...]
HTMLConstructionSite.h 164 : m_tree(tree)
167 m_tree.m_redirectAttachToFosterParent = true;
172 m_tree.m_redirectAttachToFosterParent = m_wasRedirectingBefore;
176 HTMLConstructionSite& m_tree; member in class:WebCore::HTMLConstructionSite::RedirectToFosterParentGuard
HTMLTreeBuilder.h 66 const HTMLElementStack* openElements() const { return m_tree.openElements(); }
69 bool isParsingTemplateContents() const { return m_tree.openElements()->hasTemplateInHTMLScope(); }
212 HTMLConstructionSite m_tree; member in class:WebCore::HTMLTreeBuilder
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
box2d.js     [all...]

Completed in 393 milliseconds