MCPcopy Create free account
hub / github.com/buggins/coolreader / clearSelection

Method clearSelection

android/jni/docview.cpp:488–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488void DocViewNative::clearSelection()
489{
490 _docview->clearSelection();
491}
492
493bool DocViewNative::findText( lString16 pattern, int origin, bool reverse, bool caseInsensitive )
494{

Calls

no outgoing calls

Tested by

no test coverage detected