Home
last modified time | relevance | path

Searched refs:string_uid (Results 1 – 25 of 49) sorted by relevance

12

/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/webm_parser/tests/
H A Dchapter_atom_parser_test.cc36 EXPECT_FALSE(chapter_atom.string_uid.is_present()); in TEST_F()
37 EXPECT_EQ("", chapter_atom.string_uid.value()); in TEST_F()
78 EXPECT_TRUE(chapter_atom.string_uid.is_present()); in TEST_F()
79 EXPECT_EQ("", chapter_atom.string_uid.value()); in TEST_F()
157 EXPECT_TRUE(chapter_atom.string_uid.is_present()); in TEST_F()
158 EXPECT_EQ("A", chapter_atom.string_uid.value()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/webm_parser/tests/
H A Dchapter_atom_parser_test.cc36 EXPECT_FALSE(chapter_atom.string_uid.is_present()); in TEST_F()
37 EXPECT_EQ("", chapter_atom.string_uid.value()); in TEST_F()
78 EXPECT_TRUE(chapter_atom.string_uid.is_present()); in TEST_F()
79 EXPECT_EQ("", chapter_atom.string_uid.value()); in TEST_F()
157 EXPECT_TRUE(chapter_atom.string_uid.is_present()); in TEST_F()
158 EXPECT_EQ("A", chapter_atom.string_uid.value()); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/context_menus/
H A Dcontext_menus_api.cc39 id.string_uid = *params->create_properties.id; in Run()
68 item_id.string_uid = *params->id.as_string; in Run()
93 id.string_uid = *params->menu_item_id.as_string; in Run()
H A Dcontext_menus_api_helpers.cc37 return id.string_uid; in GetIDString()
H A Dcontext_menus_api_helpers.h34 parent_id->string_uid = *property.parent_id->as_string; in GetParentId()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/context_menus/
H A Dcontext_menus_api.cc40 id.string_uid = *params->create_properties.id; in Run()
69 item_id.string_uid = *params->id.as_string; in Run()
94 id.string_uid = *params->menu_item_id.as_string; in Run()
H A Dcontext_menus_api_helpers.cc37 return id.string_uid; in GetIDString()
H A Dcontext_menus_api_helpers.h34 parent_id->string_uid = *property.parent_id->as_string; in GetParentId()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/web_view/
H A Dchrome_web_view_internal_api.cc37 id.string_uid = *params->create_properties.id; in Run()
68 item_id.string_uid = *params->id.as_string; in Run()
98 id.string_uid = *params->menu_item_id.as_string; in Run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/web_view/
H A Dchrome_web_view_internal_api.cc37 id.string_uid = *params->create_properties.id; in Run()
68 item_id.string_uid = *params->id.as_string; in Run()
98 id.string_uid = *params->menu_item_id.as_string; in Run()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dmenu_manager.cc66 properties->SetString(key, id.string_uid); in SetIdKeyValue()
204 value->SetString(kStringUIDKey, id_.string_uid); in ToValue()
216 value->SetString(kParentUIDKey, parent_id_->string_uid); in ToValue()
231 if (!value.GetString(kStringUIDKey, &id.string_uid)) in Populate()
283 if (!value.GetString(kParentUIDKey, &parent_id->string_uid)) in Populate()
983 string_uid == other.string_uid); in operator ==()
991 return std::tie(incognito, extension_key, uid, string_uid) < in operator <()
992 std::tie(other.incognito, other.extension_key, other.uid, other.string_uid); in operator <()
H A Dextension_context_menu_browsertest.cc217 menu_item_id.string_uid = target_menu_item_id; in ClickMenuInFrame()
281 id.string_uid = item_uid; in ExecuteCommand()
294 id.string_uid = radio_uid; in VerifyRadioItemSelectionState()
498 id.string_uid = "id1"; in IN_PROC_BROWSER_TEST_F()
512 id.string_uid = "id2"; in IN_PROC_BROWSER_TEST_F()
1020 id.string_uid = "checkbox1"; in IN_PROC_BROWSER_TEST_P()
H A Dcontext_menu_matcher_unittest.cc36 id.string_uid = string_id; in CreateTestItem()
H A Dmenu_manager.h94 std::string string_uid; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/webm_parser/src/
H A Dchapter_atom_parser.h29 &ChapterAtom::string_uid),
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebm/source/webm_parser/src/
H A Dchapter_atom_parser.h29 &ChapterAtom::string_uid),
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/webm_parser/src/
H A Dchapter_atom_parser.h29 &ChapterAtom::string_uid),
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libwebm/source/webm_parser/include/webm/
H A Ddom_types.h1632 Element<std::string> string_uid; member
1658 return uid == other.uid && string_uid == other.string_uid &&
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libwebm/source/webm_parser/include/webm/
H A Ddom_types.h1632 Element<std::string> string_uid; member
1658 return uid == other.uid && string_uid == other.string_uid &&
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/lib/webm_parser/include/webm/
H A Ddom_types.h1632 Element<std::string> string_uid; member
1658 return uid == other.uid && string_uid == other.string_uid &&
/dports/multimedia/gstreamer1-plugins-v4l2/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-read-common.c1174 gchar *uid_str, *string_uid = NULL; in gst_matroska_read_common_parse_chapter_element() local
1196 ret = gst_ebml_read_utf8 (ebml, &id, &string_uid); in gst_matroska_read_common_parse_chapter_element()
1236 if (string_uid != NULL) { in gst_matroska_read_common_parse_chapter_element()
1238 chapter_info = gst_toc_entry_new (GST_TOC_ENTRY_TYPE_CHAPTER, string_uid); in gst_matroska_read_common_parse_chapter_element()
1239 g_free (string_uid); in gst_matroska_read_common_parse_chapter_element()
/dports/multimedia/gstreamer1-plugins-vpx/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-read-common.c1174 gchar *uid_str, *string_uid = NULL; in gst_matroska_read_common_parse_chapter_element() local
1196 ret = gst_ebml_read_utf8 (ebml, &id, &string_uid); in gst_matroska_read_common_parse_chapter_element()
1236 if (string_uid != NULL) { in gst_matroska_read_common_parse_chapter_element()
1238 chapter_info = gst_toc_entry_new (GST_TOC_ENTRY_TYPE_CHAPTER, string_uid); in gst_matroska_read_common_parse_chapter_element()
1239 g_free (string_uid); in gst_matroska_read_common_parse_chapter_element()
/dports/multimedia/gstreamer1-plugins-good/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-read-common.c1174 gchar *uid_str, *string_uid = NULL; in gst_matroska_read_common_parse_chapter_element() local
1196 ret = gst_ebml_read_utf8 (ebml, &id, &string_uid); in gst_matroska_read_common_parse_chapter_element()
1236 if (string_uid != NULL) { in gst_matroska_read_common_parse_chapter_element()
1238 chapter_info = gst_toc_entry_new (GST_TOC_ENTRY_TYPE_CHAPTER, string_uid); in gst_matroska_read_common_parse_chapter_element()
1239 g_free (string_uid); in gst_matroska_read_common_parse_chapter_element()
/dports/multimedia/gstreamer1-plugins-dv/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-read-common.c1174 gchar *uid_str, *string_uid = NULL; in gst_matroska_read_common_parse_chapter_element() local
1196 ret = gst_ebml_read_utf8 (ebml, &id, &string_uid); in gst_matroska_read_common_parse_chapter_element()
1236 if (string_uid != NULL) { in gst_matroska_read_common_parse_chapter_element()
1238 chapter_info = gst_toc_entry_new (GST_TOC_ENTRY_TYPE_CHAPTER, string_uid); in gst_matroska_read_common_parse_chapter_element()
1239 g_free (string_uid); in gst_matroska_read_common_parse_chapter_element()
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/matroska/
H A Dmatroska-read-common.c1174 gchar *uid_str, *string_uid = NULL; in gst_matroska_read_common_parse_chapter_element() local
1196 ret = gst_ebml_read_utf8 (ebml, &id, &string_uid); in gst_matroska_read_common_parse_chapter_element()
1236 if (string_uid != NULL) { in gst_matroska_read_common_parse_chapter_element()
1238 chapter_info = gst_toc_entry_new (GST_TOC_ENTRY_TYPE_CHAPTER, string_uid); in gst_matroska_read_common_parse_chapter_element()
1239 g_free (string_uid); in gst_matroska_read_common_parse_chapter_element()

12