/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
D | MidiPortSelector.java | 94 public void clearSelection() { in clearSelection() method in MidiPortSelector 124 clearSelection(); in onDeviceRemoved()
|
/third_party/flutter/flutter/dev/integration_tests/android_semantics_testing/lib/src/ |
D | constants.dart | 68 …static const AndroidSemanticsAction clearSelection = AndroidSemanticsAction._(_kClearSelectionInde… 128 return 'AndroidSemanticsAction.clearSelection'; 170 _kClearSelectionIndex: clearSelection,
|
/third_party/cef/libcef/browser/alloy/ |
D | browser_platform_delegate_alloy.cc | 409 void CefBrowserPlatformDelegateAlloy::StopFinding(bool clearSelection) { in StopFinding() argument 415 ->StopFinding(clearSelection ? find_in_page::SelectionAction::kClear in StopFinding()
|
D | browser_platform_delegate_alloy.h | 66 void StopFinding(bool clearSelection) override;
|
D | alloy_browser_host_impl.cc | 470 void AlloyBrowserHostImpl::StopFinding(bool clearSelection) { in StopFinding() argument 473 this, clearSelection)); in StopFinding() 478 platform_delegate_->StopFinding(clearSelection); in StopFinding()
|
D | alloy_browser_host_impl.h | 101 void StopFinding(bool clearSelection) override;
|
/third_party/cef/libcef/browser/chrome/ |
D | chrome_browser_host_impl.h | 81 void StopFinding(bool clearSelection) override;
|
D | chrome_browser_host_impl.cc | 225 void ChromeBrowserHostImpl::StopFinding(bool clearSelection) { in StopFinding() argument
|
/third_party/cef/libcef_dll/ctocpp/ |
D | browser_host_ctocpp.h | 71 void StopFinding(bool clearSelection) override;
|
D | browser_host_ctocpp.cc | 409 void CefBrowserHostCToCpp::StopFinding(bool clearSelection) { in StopFinding() argument 419 _struct->stop_finding(_struct, clearSelection); in StopFinding()
|
/third_party/cef/include/ |
D | cef_browser.h | 500 virtual void StopFinding(bool clearSelection) = 0;
|
/third_party/cef/libcef/browser/ |
D | browser_platform_delegate.h | 360 virtual void StopFinding(bool clearSelection);
|
D | browser_platform_delegate.cc | 391 void CefBrowserPlatformDelegate::StopFinding(bool clearSelection) { in StopFinding() argument
|
/third_party/cef/include/capi/ |
D | cef_browser_capi.h | 471 int clearSelection);
|
/third_party/skia/experimental/sktext/editor/ |
D | Texts.h | 202 void clearSelection() { fSelection->clear(); } in clearSelection() function
|
D | Editor.cpp | 253 fEditableText->clearSelection(); in onMouse()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | TapToToneActivity.java | 270 mPortSelector.clearSelection(); in onPortsConnected()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | browser_host_cpptoc.cc | 450 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/ |
D | application.c33a9706.js | 8 …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/ |
D | 0004-3.2-Beta5.patch | 5905 @@ -393,6 +393,18 @@ void CefBrowserPlatformDelegate::StopFinding(bool clearSelection) { 5939 virtual void StopFinding(bool clearSelection);
|
D | 0003-3.2-Beta3-1115.patch | 12452 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;
|