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

  /external/lldb/include/lldb/Expression/
ExpressionSourceCode.h 45 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/
VisibleSelectionTest.cpp 42 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/
ExpressionSourceCode.cpp 47 if (m_wrap)
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.h 43 bool shouldWrapText() const { return m_wrap != NoWrap; }
134 WrapMethod m_wrap; member in class:blink::FINAL
HTMLTextAreaElement.cpp 84 , m_wrap(SoftWrap)
185 if (wrap != m_wrap) {
186 m_wrap = wrap;
210 const String& text = (m_wrap == HardWrap) ? valueWithHardLineBreaks() : value();

Completed in 288 milliseconds