Home
last modified time | relevance | path

Searched refs:clearSelection (Results 1 – 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
DMidiPortSelector.java94 public void clearSelection() { in clearSelection() method in MidiPortSelector
124 clearSelection(); in onDeviceRemoved()
/third_party/flutter/flutter/dev/integration_tests/android_semantics_testing/lib/src/
Dconstants.dart68 …static const AndroidSemanticsAction clearSelection = AndroidSemanticsAction._(_kClearSelectionInde…
128 return 'AndroidSemanticsAction.clearSelection';
170 _kClearSelectionIndex: clearSelection,
/third_party/cef/libcef/browser/alloy/
Dbrowser_platform_delegate_alloy.cc409 void CefBrowserPlatformDelegateAlloy::StopFinding(bool clearSelection) { in StopFinding() argument
415 ->StopFinding(clearSelection ? find_in_page::SelectionAction::kClear in StopFinding()
Dbrowser_platform_delegate_alloy.h66 void StopFinding(bool clearSelection) override;
Dalloy_browser_host_impl.cc470 void AlloyBrowserHostImpl::StopFinding(bool clearSelection) { in StopFinding() argument
473 this, clearSelection)); in StopFinding()
478 platform_delegate_->StopFinding(clearSelection); in StopFinding()
Dalloy_browser_host_impl.h101 void StopFinding(bool clearSelection) override;
/third_party/cef/libcef/browser/chrome/
Dchrome_browser_host_impl.h81 void StopFinding(bool clearSelection) override;
Dchrome_browser_host_impl.cc225 void ChromeBrowserHostImpl::StopFinding(bool clearSelection) { in StopFinding() argument
/third_party/cef/libcef_dll/ctocpp/
Dbrowser_host_ctocpp.h71 void StopFinding(bool clearSelection) override;
Dbrowser_host_ctocpp.cc409 void CefBrowserHostCToCpp::StopFinding(bool clearSelection) { in StopFinding() argument
419 _struct->stop_finding(_struct, clearSelection); in StopFinding()
/third_party/cef/include/
Dcef_browser.h500 virtual void StopFinding(bool clearSelection) = 0;
/third_party/cef/libcef/browser/
Dbrowser_platform_delegate.h360 virtual void StopFinding(bool clearSelection);
Dbrowser_platform_delegate.cc391 void CefBrowserPlatformDelegate::StopFinding(bool clearSelection) { in StopFinding() argument
/third_party/cef/include/capi/
Dcef_browser_capi.h471 int clearSelection);
/third_party/skia/experimental/sktext/editor/
DTexts.h202 void clearSelection() { fSelection->clear(); } in clearSelection() function
DEditor.cpp253 fEditableText->clearSelection(); in onMouse()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTapToToneActivity.java270 mPortSelector.clearSelection(); in onPortsConnected()
/third_party/cef/libcef_dll/cpptoc/
Dbrowser_host_cpptoc.cc450 int clearSelection) { in browser_host_stop_finding() argument
460 CefBrowserHostCppToC::Get(self)->StopFinding(clearSelection ? true : false); in browser_host_stop_finding()
/third_party/freetype/docs/reference/assets/javascripts/
Dapplication.c33a9706.js8 …on:this.action,text:this.selectedText,trigger:this.trigger,clearSelection:this.clearSelection.bind… property
15 …_message");if(!(t instanceof HTMLElement))throw new ReferenceError;e.clearSelection(),t.dataset.md…
/third_party/chromium/patch/
D0004-3.2-Beta5.patch5905 @@ -393,6 +393,18 @@ void CefBrowserPlatformDelegate::StopFinding(bool clearSelection) {
5939 virtual void StopFinding(bool clearSelection);
D0003-3.2-Beta3-1115.patch12452 void StopFinding(bool clearSelection) override;
13700 void CefBrowserPlatformDelegateAlloy::StopFinding(bool clearSelection) {
13720 void StopFinding(bool clearSelection) override;
15832 virtual void StopFinding(bool clearSelection);
15897 void StopFinding(bool clearSelection) override;
31198 void StopFinding(bool clearSelection) override;