Home
last modified time | relevance | path

Searched refs:OnChangeFontFamily (Results 1 – 17 of 17) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/dom_distiller/core/
H A Ddom_distiller_request_view_base.h44 void OnChangeFontFamily(mojom::FontFamily new_font_family) override;
H A Ddistilled_page_prefs.h26 virtual void OnChangeFontFamily(mojom::FontFamily font) = 0;
H A Ddistilled_page_prefs_android.h57 void OnChangeFontFamily(mojom::FontFamily new_font_family) override;
H A Ddom_distiller_request_view_base.cc100 void DomDistillerRequestViewBase::OnChangeFontFamily( in OnChangeFontFamily() function in dom_distiller::DomDistillerRequestViewBase
H A Ddistilled_page_prefs_android.cc99 void DistilledPagePrefsObserverAndroid::OnChangeFontFamily( in OnChangeFontFamily() function in dom_distiller::android::DistilledPagePrefsObserverAndroid
H A Ddistilled_page_prefs.cc118 observer.OnChangeFontFamily(new_font_family); in NotifyOnChangeFontFamily()
H A Ddistilled_page_prefs_unittests.cc21 void OnChangeFontFamily(mojom::FontFamily new_font) override { in OnChangeFontFamily() function in dom_distiller::__anon952346eb0111::TestingObserver
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/dom_distiller/core/
H A Ddom_distiller_request_view_base.h44 void OnChangeFontFamily(mojom::FontFamily new_font_family) override;
H A Ddistilled_page_prefs.h26 virtual void OnChangeFontFamily(mojom::FontFamily font) = 0;
H A Ddistilled_page_prefs_android.h57 void OnChangeFontFamily(mojom::FontFamily new_font_family) override;
H A Ddom_distiller_request_view_base.cc96 void DomDistillerRequestViewBase::OnChangeFontFamily( in OnChangeFontFamily() function in dom_distiller::DomDistillerRequestViewBase
H A Ddistilled_page_prefs_android.cc99 void DistilledPagePrefsObserverAndroid::OnChangeFontFamily( in OnChangeFontFamily() function in dom_distiller::android::DistilledPagePrefsObserverAndroid
H A Ddistilled_page_prefs.cc108 observer.OnChangeFontFamily(new_font_family); in NotifyOnChangeFontFamily()
H A Ddistilled_page_prefs_unittests.cc23 void OnChangeFontFamily(mojom::FontFamily new_font) override { in OnChangeFontFamily() function in dom_distiller::__anon20b635660111::TestingObserver
/dports/math/wxmaxima/wxmaxima-Version-20.04.0/src/
H A DConfigDialogue.h365 void OnChangeFontFamily(wxCommandEvent &event);
H A DConfigDialogue.cpp247 …Connect(font_family, wxEVT_BUTTON, wxCommandEventHandler(ConfigDialogue::OnChangeFontFamily), NULL… in ConfigDialogue()
255 …Connect(style_font_family, wxEVT_BUTTON, wxCommandEventHandler(ConfigDialogue::OnChangeFontFamily)… in ConfigDialogue()
1325 void ConfigDialogue::OnChangeFontFamily(wxCommandEvent &event) in OnChangeFontFamily() function in ConfigDialogue
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/dom_distiller/
H A Ddom_distiller_viewer_source_browsertest.cc109 void OnChangeFontFamily(mojom::FontFamily font_family) override { in OnChangeFontFamily() function in dom_distiller::__anon8af4fb220111::PrefChangeObserver