Home
last modified time | relevance | path

Searched refs:OpenParams (Results 1 – 25 of 115) sorted by relevance

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_items_collection/core/
H A Dopen_params.cc9 OpenParams::OpenParams(LaunchLocation location) in OpenParams() function in offline_items_collection::OpenParams
12 OpenParams::OpenParams(const OpenParams& other) = default;
14 OpenParams::~OpenParams() = default;
H A Dopen_params.h15 struct OpenParams { struct
16 explicit OpenParams(LaunchLocation location);
17 OpenParams(const OpenParams& other);
18 ~OpenParams();
H A Doffline_content_aggregator_unittest.cc72 void OpenItem(const OpenParams& open_params, const ContentId& id) override { in OpenItem()
186 OpenItem(OpenParamsEqual(OpenParams(LaunchLocation::DOWNLOAD_HOME)), id1)) in TEST_F()
190 OpenItem(OpenParamsEqual(OpenParams(LaunchLocation::NOTIFICATION)), id2)) in TEST_F()
204 aggregator_.OpenItem(OpenParams(LaunchLocation::DOWNLOAD_HOME), id1); in TEST_F()
205 aggregator_.OpenItem(OpenParams(LaunchLocation::NOTIFICATION), id2); in TEST_F()
235 OpenItem(OpenParamsEqual(OpenParams(LaunchLocation::DOWNLOAD_HOME)), id1)) in TEST_F()
239 OpenItem(OpenParamsEqual(OpenParams(LaunchLocation::NOTIFICATION)), id2)) in TEST_F()
245 aggregator_.OpenItem(OpenParams(LaunchLocation::DOWNLOAD_HOME), id1); in TEST_F()
246 aggregator_.OpenItem(OpenParams(LaunchLocation::NOTIFICATION), id2); in TEST_F()
327 aggregator_.OpenItem(OpenParams(LaunchLocation::DOWNLOAD_HOME), id1); in TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_items_collection/core/
H A Dopen_params.cc9 OpenParams::OpenParams(LaunchLocation location) in OpenParams() function in offline_items_collection::OpenParams
12 OpenParams::OpenParams(const OpenParams& other) = default;
14 OpenParams::~OpenParams() = default;
H A Dopen_params.h15 struct OpenParams { struct
16 explicit OpenParams(LaunchLocation location);
17 OpenParams(const OpenParams& other);
18 ~OpenParams();
H A Doffline_content_aggregator_unittest.cc72 void OpenItem(const OpenParams& open_params, const ContentId& id) override { in OpenItem()
186 OpenItem(OpenParamsEqual(OpenParams(LaunchLocation::DOWNLOAD_HOME)), id1)) in TEST_F()
190 OpenItem(OpenParamsEqual(OpenParams(LaunchLocation::NOTIFICATION)), id2)) in TEST_F()
204 aggregator_.OpenItem(OpenParams(LaunchLocation::DOWNLOAD_HOME), id1); in TEST_F()
205 aggregator_.OpenItem(OpenParams(LaunchLocation::NOTIFICATION), id2); in TEST_F()
235 OpenItem(OpenParamsEqual(OpenParams(LaunchLocation::DOWNLOAD_HOME)), id1)) in TEST_F()
239 OpenItem(OpenParamsEqual(OpenParams(LaunchLocation::NOTIFICATION)), id2)) in TEST_F()
245 aggregator_.OpenItem(OpenParams(LaunchLocation::DOWNLOAD_HOME), id1); in TEST_F()
246 aggregator_.OpenItem(OpenParams(LaunchLocation::NOTIFICATION), id2); in TEST_F()
327 aggregator_.OpenItem(OpenParams(LaunchLocation::DOWNLOAD_HOME), id1); in TEST_F()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/sound/
H A Dalsasoundsystem.h69 const OpenParams &params);
72 const OpenParams &params);
84 static size_t FrameSize(const OpenParams &params);
89 const OpenParams &params,
H A Dsoundsysteminterface.h64 struct OpenParams { struct
112 const OpenParams &params) = 0;
115 const OpenParams &params) = 0;
H A Dsoundsystemproxy.h53 const OpenParams &params);
56 const OpenParams &params);
H A Dsoundsystemproxy.cc54 const OpenParams &params) { in OpenPlaybackDevice()
60 const OpenParams &params) { in OpenCaptureDevice()
H A Dnullsoundsystem.h57 const OpenParams &params);
60 const OpenParams &params);
H A Dpulseaudiosoundsystem.h84 const OpenParams &params);
87 const OpenParams &params);
160 const OpenParams &params,
H A Dnullsoundsystem.cc160 const OpenParams &params) { in OpenPlaybackDevice()
166 const OpenParams &params) { in OpenCaptureDevice()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/sound/
H A Dalsasoundsystem.h50 const OpenParams &params);
53 const OpenParams &params);
65 static size_t FrameSize(const OpenParams &params);
70 const OpenParams &params,
H A Dsoundsysteminterface.h47 struct OpenParams { struct
95 const OpenParams &params) = 0;
98 const OpenParams &params) = 0;
H A Dsoundsystemproxy.h36 const OpenParams &params);
39 const OpenParams &params);
H A Dnullsoundsystem.h40 const OpenParams &params);
43 const OpenParams &params);
H A Dsoundsystemproxy.cc37 const OpenParams &params) { in OpenPlaybackDevice()
43 const OpenParams &params) { in OpenCaptureDevice()
H A Dpulseaudiosoundsystem.h55 const OpenParams &params);
58 const OpenParams &params);
131 const OpenParams &params,
/dports/audio/mixxx/mixxx-2.3.0/src/sources/
H A Daudiosource.h193 class OpenParams {
195 OpenParams() = default;
196 OpenParams( in OpenParams() function
233 const OpenParams& params = OpenParams());
353 const OpenParams& params) = 0;
358 const OpenParams& params) { in tryOpenOn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/downloads/
H A Ddownload_ui_adapter.h25 using OpenParams = offline_items_collection::OpenParams; variable
67 const OpenParams& open_params) = 0;
94 void OpenItem(const OpenParams& open_params, const ContentId& id) override;
179 void OnPageGetForOpenItem(const OpenParams& open_params,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_pages/core/downloads/
H A Ddownload_ui_adapter.h25 using OpenParams = offline_items_collection::OpenParams; variable
66 const OpenParams& open_params) = 0;
93 void OpenItem(const OpenParams& open_params, const ContentId& id) override;
176 void OnPageGetForOpenItem(const OpenParams& open_params,
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_items_collection/core/android/java/src/org/chromium/components/offline_items_collection/
H A DOpenParams.java8 public class OpenParams { class
16 public OpenParams(@LaunchLocation int location) { in OpenParams() method in OpenParams
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/offline_items_collection/core/android/java/src/org/chromium/components/offline_items_collection/
H A DOpenParams.java8 public class OpenParams { class
16 public OpenParams(@LaunchLocation int location) { in OpenParams() method in OpenParams
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/
H A Ddownload_offline_content_provider.h33 using OpenParams = offline_items_collection::OpenParams; variable
63 void OpenItem(const OpenParams& open_params, const ContentId& id) override;

12345