/external/webkit/WebCore/editing/ |
D | VisibleSelection.h | 59 void setBase(const Position&); 60 void setBase(const VisiblePosition&);
|
D | SelectionController.h | 79 void setBase(const VisiblePosition&, bool userTriggered = false); 80 void setBase(const Position&, EAffinity, bool userTriggered = false);
|
D | SelectionController.cpp | 245 m_selection.setBase(start); in willBeModified() 250 m_selection.setBase(end); in willBeModified() 793 void SelectionController::setBase(const VisiblePosition &pos, bool userTriggered) in setBase() function in WebCore::SelectionController 803 void SelectionController::setBase(const Position &pos, EAffinity affinity, bool userTriggered) in setBase() function in WebCore::SelectionController
|
D | VisibleSelection.cpp | 102 void VisibleSelection::setBase(const Position& position) in setBase() function in WebCore::VisibleSelection 108 void VisibleSelection::setBase(const VisiblePosition& visiblePosition) in setBase() function in WebCore::VisibleSelection
|
D | htmlediting.cpp | 1159 updatedSelection.setBase(Position(node->parentNode(), node->nodeIndex())); in avoidIntersectionWithNode()
|
/external/webkit/JavaScriptCore/runtime/ |
D | JSCell.cpp | 123 slot.setBase(object); in getOwnPropertySlot() 135 slot.setBase(object); in getOwnPropertySlot()
|
D | PropertySlot.h | 160 void setBase(JSValue base) in setBase() function
|
D | JSString.cpp | 204 slot.setBase(this); in getOwnPropertySlot()
|
/external/webkit/WebKit/gtk/WebCoreSupport/ |
D | PasteboardHelperGtk.cpp | 143 frame->selection()->setBase(frame->selection()->extent(), frame->selection()->affinity()); in clearClipboardContentsCallback()
|
/external/webkit/WebKit/win/ |
D | WebView.cpp | 4156 m_page->mainFrame()->selection()->setBase(start); in replaceSelectionWithText()
|
/external/webkit/WebCore/ |
D | ChangeLog-2006-05-10 | 27967 (WebCore::SelectionController::setBase): 30934 (WebCore::SelectionController::setBase): 31582 (khtml::Selection::setBase): 31610 (khtml::SelectionController::setBase):
|
D | ChangeLog-2006-12-31 | 15467 (WebCore::HTMLSelectElement::setBase): Added. Also caches the selection state. 29819 (WebCore::SelectionController::setBase): 33339 (WebCore::Selection::setBase): 33350 (WebCore::SelectionController::setBase): 36559 a macro. Added constructors that take visible positions. Changed setBase and
|
D | ChangeLog-2005-08-23 | 24597 (khtml::Selection::setBase): 32990 (khtml::Selection::setBase): Ditto. 33277 (khtml::Selection::setBase): Ditto. 35267 (DOM::Selection::setBase): Ditto. 46503 (DOM::Selection::setBase):
|
D | ChangeLog-2009-06-16 | 40416 (WebCore::SelectionController::setBase): 40435 (WebCore::VisibleSelection::setBase):
|
D | ChangeLog-2007-10-14 | 39417 because the calls to setBase and setExtent can modify
|
D | ChangeLog-2010-01-29 | 18717 (WebCore::SelectionController::setBase):
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 7189 (KJS::PropertySlot::setBase): Changed to JSValue*. 8068 (KJS::PropertySlot::setBase): Added. Used by the code that implements
|
D | ChangeLog-2009-06-16 | 6821 (JSC::PropertySlot::setBase): 15072 (JSC::PropertySlot::setBase):
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 18878 Remove setBase: and setBaseTarget:
|