Searched refs:m_wrap (Results 1 - 5 of 5) 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/lldb/source/Expression/
H A DExpressionSourceCode.cpp47 if (m_wrap)
/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
H A DHTMLTextAreaElement.cpp84 , m_wrap(SoftWrap)
185 if (wrap != m_wrap) {
186 m_wrap = wrap;
210 const String& text = (m_wrap == HardWrap) ? valueWithHardLineBreaks() : value();

Completed in 161 milliseconds