Searched defs:m_wrap (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Expression/
H A DExpressionSourceCode.h45 return m_wrap;
66 m_wrap(wrap)
73 bool m_wrap; member in class:lldb_private::ExpressionSourceCode
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DVisibleSelectionTest.cpp42 VisibleSelection& selection() { return m_wrap->m_selection; }
50 m_wrap->m_selection.setBase(Position(textNode(), base));
51 m_wrap->m_selection.setExtent(Position(textNode(), extend));
57 OwnPtrWillBePersistent<VisibleSelectionWrapper> m_wrap; member in class:blink::VisibleSelectionTest
64 m_wrap = adoptPtrWillBeNoop(new VisibleSelectionWrapper());
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextAreaElement.h43 bool shouldWrapText() const { return m_wrap != NoWrap; }
134 WrapMethod m_wrap; member in class:blink::FINAL

Completed in 378 milliseconds