Home
last modified time | relevance | path

Searched refs:ImeObserverChromeOS (Results 1 – 2 of 2) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/input_ime/
H A Dinput_ime_api_chromeos.cc102 class ImeObserverChromeOS : public ui::ImeObserver { class
104 ImeObserverChromeOS(const std::string& extension_id, Profile* profile) in ImeObserverChromeOS() function in __anone407cd570111::ImeObserverChromeOS
107 ~ImeObserverChromeOS() override = default;
418 DISALLOW_COPY_AND_ASSIGN(ImeObserverChromeOS);
502 auto observer = std::make_unique<ImeObserverChromeOS>(extension_id, profile); in RegisterImeExtension()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/input_ime/
H A Dinput_ime_api_chromeos.cc157 class ImeObserverChromeOS : public ui::ImeObserver { class
159 ImeObserverChromeOS(const std::string& extension_id, Profile* profile) in ImeObserverChromeOS() function in __anon27ff541c0111::ImeObserverChromeOS
162 ~ImeObserverChromeOS() override = default;
512 DISALLOW_COPY_AND_ASSIGN(ImeObserverChromeOS);
608 auto observer = std::make_unique<ImeObserverChromeOS>(extension_id, profile); in RegisterImeExtension()