/external/chromium_org/third_party/WebKit/Source/core/editing/ |
FrameSelection.cpp | 102 m_selection.setIsDirectional(true); 107 Element* selectionRoot = m_selection.rootEditableElement(); 113 Element* selectionRoot = m_selection.rootEditableElement(); 117 Node* node = m_selection.base().containerNode(); 124 setSelection(VisibleSelection(pos.deepEquivalent(), pos.deepEquivalent(), pos.affinity(), m_selection.isDirectional()), options, align); 137 setSelection(VisibleSelection(pos, affinity, m_selection.isDirectional()), options); 209 if (m_selection.base() == newSelection.base()) 215 if (m_selection == newSelection) 232 m_selection = s; 246 if (guard->hasOneRef() && !m_selection.isNonOrphanedCaretOrRange() [all...] |
FrameSelection.h | 82 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 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(); 251 VisibleSelection m_selection; member in class:WebCore::FrameSelection [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
TreeScope.cpp | 103 if (m_selection) { 104 m_selection->clearTreeScope(); 105 m_selection = 0; 298 if (m_selection) 299 return m_selection.get(); 304 m_selection = DOMSelection::create(this); 305 return m_selection.get();
|
TreeScope.h | 169 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/frame/ |
Frame.h | 231 const OwnPtr<FrameSelection> m_selection; member in class:WebCore::Frame 282 return *m_selection;
|
Frame.cpp | 112 , m_selection(adoptPtr(new FrameSelection(this)))
|
/prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/ |
xalan-2.6.0.jar | |