Home
last modified time | relevance | path

Searched refs:setBase (Results 1 – 19 of 19) sorted by relevance

/external/webkit/WebCore/editing/
DVisibleSelection.h59 void setBase(const Position&);
60 void setBase(const VisiblePosition&);
DSelectionController.h79 void setBase(const VisiblePosition&, bool userTriggered = false);
80 void setBase(const Position&, EAffinity, bool userTriggered = false);
DSelectionController.cpp245 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
DVisibleSelection.cpp102 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
Dhtmlediting.cpp1159 updatedSelection.setBase(Position(node->parentNode(), node->nodeIndex())); in avoidIntersectionWithNode()
/external/webkit/JavaScriptCore/runtime/
DJSCell.cpp123 slot.setBase(object); in getOwnPropertySlot()
135 slot.setBase(object); in getOwnPropertySlot()
DPropertySlot.h160 void setBase(JSValue base) in setBase() function
DJSString.cpp204 slot.setBase(this); in getOwnPropertySlot()
/external/webkit/WebKit/gtk/WebCoreSupport/
DPasteboardHelperGtk.cpp143 frame->selection()->setBase(frame->selection()->extent(), frame->selection()->affinity()); in clearClipboardContentsCallback()
/external/webkit/WebKit/win/
DWebView.cpp4156 m_page->mainFrame()->selection()->setBase(start); in replaceSelectionWithText()
/external/webkit/WebCore/
DChangeLog-2006-05-1027967 (WebCore::SelectionController::setBase):
30934 (WebCore::SelectionController::setBase):
31582 (khtml::Selection::setBase):
31610 (khtml::SelectionController::setBase):
DChangeLog-2006-12-3115467 (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
DChangeLog-2005-08-2324597 (khtml::Selection::setBase):
32990 (khtml::Selection::setBase): Ditto.
33277 (khtml::Selection::setBase): Ditto.
35267 (DOM::Selection::setBase): Ditto.
46503 (DOM::Selection::setBase):
DChangeLog-2009-06-1640416 (WebCore::SelectionController::setBase):
40435 (WebCore::VisibleSelection::setBase):
DChangeLog-2007-10-1439417 because the calls to setBase and setExtent can modify
DChangeLog-2010-01-2918717 (WebCore::SelectionController::setBase):
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-107189 (KJS::PropertySlot::setBase): Changed to JSValue*.
8068 (KJS::PropertySlot::setBase): Added. Used by the code that implements
DChangeLog-2009-06-166821 (JSC::PropertySlot::setBase):
15072 (JSC::PropertySlot::setBase):
/external/webkit/WebKit/mac/
DChangeLog-2002-12-0318878 Remove setBase: and setBaseTarget: