HomeSort by relevance Sort by last modified time
    Searched defs:m_selection (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleSelectionTest.cpp 34 visitor->trace(m_selection);
37 VisibleSelection m_selection; member in class:WebCore::VisibleSelectionTest::VisibleSelectionWrapper
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));
FrameSelection.h 93 Element* rootEditableElement() const { return m_selection.rootEditableElement(); }
97 bool rendererIsEditable() const { return m_selection.rendererIsEditable(); }
98 bool isContentEditable() const { return m_selection.isContentEditable(); }
99 bool isContentRichlyEditable() const { return m_selection.isContentRichlyEditable(); }
105 const VisibleSelection& selection() const { return m_selection; }
118 SelectionType selectionType() const { return m_selection.selectionType(); }
120 EAffinity affinity() const { return m_selection.affinity(); }
134 Position base() const { return m_selection.base(); }
135 Position extent() const { return m_selection.extent(); }
136 Position start() const { return m_selection.start();
270 VisibleSelection m_selection; member in class:WebCore::FINAL
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h 190 mutable RefPtrWillBeMember<DOMSelection> m_selection; member in class:WebCore::TreeScope
  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 163 const OwnPtrWillBePersistent<FrameSelection> m_selection; member in class:WebCore::LocalFrame
201 return *m_selection;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 138 private int m_selection; field in class:PropertyTable
266 m_selection = verticalBar.getSelection();
351 int y = m_rowHeight * (newIndex - m_selection);
353 m_selection = newIndex;
356 m_selection = newIndex - m_page + 1;
499 int y = (propertyIndex - m_selection) * m_rowHeight;
615 int y = m_rowHeight * (index - m_selection) + 1;
676 m_selection = Math.max(0, Math.min(m_properties.size() - m_page, m_selection));
677 verticalBar.setValues(m_selection, 0, m_properties.size(), m_page, 1, m_page)
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 170 milliseconds