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

/external/webkit/Tools/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/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.cpp153 bool EditorClientQt::shouldChangeSelectedRange(Range* currentRange, Range* proposedRange, EAffinity selectionAffinity, bool stillSelecting) argument
167 dumpRange(proposedRange).toUtf8().constData(),

Completed in 175 milliseconds