Searched refs:m_tree (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilder.cpp271 , m_tree(document, parserContentPolicy)
289 , m_tree(fragment, parserContentPolicy)
304 m_tree.openElements()->pushRootNode(HTMLStackItem::create(fragment, HTMLStackItem::ItemForDocumentFragmentNode));
310 m_tree.setForm(closestFormAncestor(*contextElement));
320 visitor->trace(m_tree);
333 // otherwise we'd just call m_tree.clear() here instead.
334 m_tree.detach();
362 ASSERT(!m_tree.hasPendingTasks());
381 if (!m_tree.isEmpty()) {
392 m_tree
[all...]
H A DHTMLTreeBuilder.h68 const HTMLElementStack* openElements() const { return m_tree.openElements(); }
71 bool isParsingTemplateContents() const { return m_tree.openElements()->hasTemplateInHTMLScope(); }
86 void flush() { m_tree.flush(); }
221 HTMLConstructionSite m_tree; member in class:WebCore::FINAL
H A DHTMLConstructionSite.h200 : m_tree(tree)
203 m_tree.m_redirectAttachToFosterParent = true;
208 m_tree.m_redirectAttachToFosterParent = m_wasRedirectingBefore;
212 HTMLConstructionSite& m_tree; member in class:WebCore::FINAL::RedirectToFosterParentGuard
/external/lldb/source/DataFormatters/
H A DLibCxxMap.cpp242 m_tree(NULL),
258 if (m_tree == NULL)
260 ValueObjectSP m_item(m_tree->GetChildMemberWithName(ConstString("__pair3_"), true));
307 if (m_tree == NULL || m_root_node == NULL)
320 m_tree = NULL; // this will stop all future searches until an Update() happens
331 m_tree = NULL;
338 m_tree = NULL;
350 m_tree = NULL;
356 m_tree = NULL;
363 m_tree
[all...]
/external/lldb/include/lldb/DataFormatters/
H A DCXXFormatterFunctions.h861 ValueObject* m_tree; member in class:lldb_private::formatters::LibcxxStdMapSyntheticFrontEnd

Completed in 146 milliseconds