Home
last modified time | relevance | path

Searched refs:GetDefaultStore (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/headless/lib/browser/
H A Dheadless_clipboard.cc119 const DataStore& store = GetDefaultStore(); in ReadBookmark()
129 const DataStore& store = GetDefaultStore(); in ReadData()
168 GetDefaultStore().data[ui::ClipboardFormatType::GetHtmlType()] = in WriteHTML()
170 GetDefaultStore().html_src_url = std::string(url_data, url_len); in WriteHTML()
174 GetDefaultStore().data[ui::ClipboardFormatType::GetRtfType()] = in WriteRTF()
182 GetDefaultStore().data[ui::ClipboardFormatType::GetUrlType()] = in WriteBookmark()
184 GetDefaultStore().url_title = std::string(title_data, title_len); in WriteBookmark()
194 GetDefaultStore().data[ui::ClipboardFormatType::GetBitmapType()]; in WriteBitmap()
195 SkBitmap& dst = GetDefaultStore().image; in WriteBitmap()
204 GetDefaultStore().data[format] = std::string(data_data, data_len); in WriteData()
[all …]
H A Dheadless_clipboard.h90 const DataStore& GetDefaultStore() const;
92 DataStore& GetDefaultStore();
/dports/www/chromium-legacy/chromium-88.0.4324.182/headless/lib/browser/
H A Dheadless_clipboard.cc166 const DataStore& store = GetDefaultStore(); in ReadBookmark()
179 const DataStore& store = GetDefaultStore(); in ReadData()
231 GetDefaultStore().data[ui::ClipboardFormatType::GetHtmlType()] = in WriteHTML()
233 GetDefaultStore().html_src_url = std::string(url_data, url_len); in WriteHTML()
242 GetDefaultStore().data[ui::ClipboardFormatType::GetRtfType()] = in WriteRTF()
250 GetDefaultStore().data[ui::ClipboardFormatType::GetUrlType()] = in WriteBookmark()
252 GetDefaultStore().url_title = std::string(title_data, title_len); in WriteBookmark()
262 GetDefaultStore().data[ui::ClipboardFormatType::GetBitmapType()]; in WriteBitmap()
263 SkBitmap& dst = GetDefaultStore().image; in WriteBitmap()
272 GetDefaultStore().data[format] = std::string(data_data, data_len); in WriteData()
[all …]
H A Dheadless_clipboard.h113 const DataStore& GetDefaultStore() const;
115 DataStore& GetDefaultStore();
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/base/clipboard/test/
H A Dtest_clipboard.cc221 const DataStore& store = GetDefaultStore(); in ReadBookmark()
237 const DataStore& store = GetDefaultStore(); in ReadData()
289 GetDefaultStore().data[ClipboardFormatType::GetPlainTextAType()]; in WriteText()
303 GetDefaultStore().data[ClipboardFormatType::GetHtmlType()] = in WriteHTML()
305 GetDefaultStore().html_src_url = std::string(url_data, url_len); in WriteHTML()
311 GetDefaultStore().data[ClipboardFormatType::GetSvgType()] = in WriteSvg()
316 GetDefaultStore().data[ClipboardFormatType::GetRtfType()] = in WriteRTF()
324 GetDefaultStore().data[ClipboardFormatType::GetUrlType()] = in WriteBookmark()
342 GetDefaultStore().data[ClipboardFormatType::GetBitmapType()]; in WriteBitmap()
343 GetDefaultStore().image = bitmap; in WriteBitmap()
[all …]
H A Dtest_clipboard.h129 const DataStore& GetDefaultStore() const;
131 DataStore& GetDefaultStore();
/dports/deskutils/egroupware/egroupware/vendor/egroupware/z-push-dev/tools/
H A Dfix-meetings-2.0.8+2.1.0-ios7.py35 st = GetDefaultStore(s)
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dpassword_manager_features_util.cc115 PasswordForm::Store GetDefaultStore() const { in GetDefaultStore() function in password_manager::features_util::__anoncc54567d0111::AccountStorageSettingsReader
332 .GetDefaultStore(); in GetDefaultPasswordStore()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dpassword_manager_util.cc131 PasswordForm::Store GetDefaultStore() const { in GetDefaultStore() function in password_manager_util::__anon4a43ce9a0111::AccountStorageSettingsReader
518 AccountStorageSettingsReader(pref_service, gaia_id).GetDefaultStore(); in GetDefaultPasswordStore()