Home
last modified time | relevance | path

Searched refs:logSelectionAction (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/junit/src/org/chromium/content/browser/selection/
H A DSmartSelectionMetricsLoggerTest.java339 logger.logSelectionAction("Romeo", 35, SelectionEvent.ACTION_RESET, null); in testNormalLoggingFlow()
347 logger.logSelectionAction("Romeo", 35, SelectionEvent.ACTION_ABANDON, null); in testNormalLoggingFlow()
367 logger.logSelectionAction( in testNormalLoggingFlow()
380 logger.logSelectionAction(sText, 0, SelectionEvent.ACTION_SELECT_ALL, null); in testNormalLoggingFlow()
422 logger.logSelectionAction( in testMultipleDrag()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/public/android/junit/src/org/chromium/content/browser/selection/
H A DSmartSelectionMetricsLoggerTest.java326 logger.logSelectionAction("Romeo", 35, SelectionEvent.ACTION_RESET, null); in testNormalLoggingFlow()
334 logger.logSelectionAction("Romeo", 35, SelectionEvent.ACTION_ABANDON, null); in testNormalLoggingFlow()
354 logger.logSelectionAction( in testNormalLoggingFlow()
367 logger.logSelectionAction(sText, 0, SelectionEvent.ACTION_SELECT_ALL, null); in testNormalLoggingFlow()
410 logger.logSelectionAction( in testMultipleDrag()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/public/android/java/src/org/chromium/content/browser/selection/
H A DSmartSelectionMetricsLogger.java108 public void logSelectionAction( in logSelectionAction() method in SmartSelectionMetricsLogger
H A DSelectionPopupControllerImpl.java425 mSelectionMetricsLogger.logSelectionAction(mLastSelectedText, in showSelectionMenu()
950 mSelectionMetricsLogger.logSelectionAction(mLastSelectedText, mLastSelectionOffset, in onActionItemClicked()
1469 mSelectionMetricsLogger.logSelectionAction(mLastSelectedText, mLastSelectionOffset, in onSelectionChanged()