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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h 175 mutable RefPtr<DOMSelection> m_selection; member in class:WebCore::TreeScope
  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.h 187 OwnPtr<FrameSelection> m_selection; member in class:WebCore::Frame
234 return m_selection.get();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.h 81 Element* rootEditableElement() const { return m_selection.rootEditableElement(); }
86 bool rendererIsEditable() const { return m_selection.rendererIsEditable(); }
87 bool isContentEditable() const { return m_selection.isContentEditable(); }
88 bool isContentRichlyEditable() const { return m_selection.isContentRichlyEditable(); }
96 const VisibleSelection& selection() const { return m_selection; }
109 VisibleSelection::SelectionType selectionType() const { return m_selection.selectionType(); }
111 EAffinity affinity() const { return m_selection.affinity(); }
127 Position base() const { return m_selection.base(); }
128 Position extent() const { return m_selection.extent(); }
129 Position start() const { return m_selection.start();
255 VisibleSelection m_selection; member in class:WebCore::FrameSelection
    [all...]
  /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/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 167 milliseconds