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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FrameSelection.cpp 99 m_selection.setIsDirectional(true);
104 Element* selectionRoot = m_selection.rootEditableElement();
110 Element* selectionRoot = m_selection.rootEditableElement();
114 Node* node = m_selection.base().containerNode();
120 Element* selectionRoot = m_selection.rootEditableElement();
129 setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity(), m_selection.isDirectional()), options, align);
142 setSelection(VisibleSelection(pos, affinity, m_selection.isDirectional()), options);
213 if (m_selection.base() == newSelection.base())
219 if (m_selection == newSelection || !shouldChangeSelection(newSelection))
236 m_selection = s
    [all...]
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/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 104 if (m_selection) {
105 m_selection->clearTreeScope();
106 m_selection = 0;
293 if (m_selection)
294 return m_selection.get();
299 m_selection = DOMSelection::create(this);
300 return m_selection.get();
TreeScope.h 175 mutable RefPtr<DOMSelection> m_selection; member in class:WebCore::TreeScope
  /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...]
  /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();
Frame.cpp 108 , m_selection(adoptPtr(new FrameSelection(this)))
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 146 milliseconds