Searched defs:proposedRange (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/win/
H A DEditingDelegate.cpp218 /* [in] */ IDOMRange* proposedRange,
238 _tprintf(TEXT("EDITING DELEGATE: shouldChangeSelectedDOMRange:%s toDOMRange:%s affinity:%s stillSelecting:%s\n"), dump(currentRange), dump(proposedRange), affinitystring[selectionAffinity], boolstring[stillSelecting]);
215 shouldChangeSelectedDOMRange( IWebView* webView, IDOMRange* currentRange, IDOMRange* proposedRange, WebSelectionAffinity selectionAffinity, BOOL stillSelecting, BOOL* result) argument
/external/webkit/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp163 bool EditorClientQt::shouldChangeSelectedRange(Range* currentRange, Range* proposedRange, EAffinity selectionAffinity, bool stillSelecting) argument
177 dumpRange(proposedRange).toUtf8().constData(),

Completed in 86 milliseconds