Home
last modified time | relevance | path

Searched refs:AtomString (Results 26 – 50 of 73) sorted by relevance

123

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Analysis/Checkers/WebKit/
H A Dcall-args.cpp296 struct AtomString { struct
307 AtomString as; in foo()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Analysis/Checkers/WebKit/
H A Dcall-args.cpp296 struct AtomString { struct
307 AtomString as; in foo()
/dports/lang/clang-mesa/clang-13.0.1.src/test/Analysis/Checkers/WebKit/
H A Dcall-args.cpp296 struct AtomString { struct
307 AtomString as; in foo()
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dtextbuffer.cc1741 …return Gdk::AtomString::to_cpp_type(gtk_text_buffer_register_serialize_tagset(gobj(), tagset_name.… in register_serialize_tagset()
1746 …return Gdk::AtomString::to_cpp_type(gtk_text_buffer_register_deserialize_tagset(gobj(), tagset_nam… in register_deserialize_tagset()
1751 gtk_text_buffer_unregister_serialize_format(gobj(), Gdk::AtomString::to_c_type(format)); in unregister_serialize_format()
1756 gtk_text_buffer_unregister_deserialize_format(gobj(), Gdk::AtomString::to_c_type(format)); in unregister_deserialize_format()
1761 …gtk_text_buffer_deserialize_set_can_create_tags(gobj(), Gdk::AtomString::to_c_type(format), static… in set_can_create_tags()
1766 …serialize_get_can_create_tags(const_cast<GtkTextBuffer*>(gobj()), Gdk::AtomString::to_c_type(forma… in get_can_create_tags()
1771 …return gtk_text_buffer_serialize(gobj(), Glib::unwrap(content_buffer), Gdk::AtomString::to_c_type(… in serialize()
1777 …bool retvalue = gtk_text_buffer_deserialize(gobj(), Glib::unwrap(content_buffer), Gdk::AtomString:… in deserialize()
H A Dselectiondata.cc229 …return Gdk::AtomString::to_cpp_type (gtk_selection_data_get_selection(const_cast<GtkSelectionData*… in get_selection()
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/gecko/
H A Dselector_parser.rs14 use crate::values::{AtomIdent, AtomString};
240 type AttrValue = AtomString;
/dports/www/firefox/firefox-99.0/servo/components/style/gecko/
H A Dselector_parser.rs14 use crate::values::{AtomIdent, AtomString};
248 type AttrValue = AtomString;
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/gecko/
H A Dselector_parser.rs14 use crate::values::{AtomIdent, AtomString};
240 type AttrValue = AtomString;
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/
H A Dattr.rs15 use crate::values::AtomString;
358 pub fn eval_selector(&self, selector: &AttrSelectorOperation<&AtomString>) -> bool { in eval_selector()
/dports/www/firefox/firefox-99.0/servo/components/style/
H A Dattr.rs15 use crate::values::AtomString;
358 pub fn eval_selector(&self, selector: &AttrSelectorOperation<&AtomString>) -> bool { in eval_selector()
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/
H A Dattr.rs15 use crate::values::AtomString;
358 pub fn eval_selector(&self, selector: &AttrSelectorOperation<&AtomString>) -> bool { in eval_selector()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dtextbuffer.cc1725 …return Gdk::AtomString::to_cpp_type(gtk_text_buffer_register_serialize_tagset(gobj(), tagset_name.… in register_serialize_tagset()
1730 …return Gdk::AtomString::to_cpp_type(gtk_text_buffer_register_deserialize_tagset(gobj(), tagset_nam… in register_deserialize_tagset()
1735 gtk_text_buffer_unregister_serialize_format(gobj(), Gdk::AtomString::to_c_type(format)); in unregister_serialize_format()
1740 gtk_text_buffer_unregister_deserialize_format(gobj(), Gdk::AtomString::to_c_type(format)); in unregister_deserialize_format()
1745 …gtk_text_buffer_deserialize_set_can_create_tags(gobj(), Gdk::AtomString::to_c_type(format), static… in set_can_create_tags()
1750 …serialize_get_can_create_tags(const_cast<GtkTextBuffer*>(gobj()), Gdk::AtomString::to_c_type(forma… in get_can_create_tags()
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/tools/m4/
H A Dconvert_gdk.m4267 _CONVERSION(`GdkAtom',`Glib::ustring',`Gdk::AtomString::to_cpp_type($3)')
268 _CONVERSION(`const Glib::ustring&', `GdkAtom', `Gdk::AtomString::to_c_type($3)')
269 _CONVERSION(`Glib::ustring&',`GdkAtom',`Gdk::AtomString::to_c_type($3)')
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/src/
H A Dwindow.ccg109 GdkAtom atom = Gdk::AtomString::to_c_type(targets_copy[i]);
H A Dtypes.hg129 typedef AtomStringTraits AtomString;
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gdk/gdkmm/
H A Ddragcontext.cc205 return Gdk::AtomString::to_cpp_type(gdk_drag_get_selection(const_cast<GdkDragContext*>(gobj()))); in get_selection()
H A Dtypes.h360 typedef AtomStringTraits AtomString; typedef
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/tools/m4/
H A Dconvert_gdk.m4293 _CONVERSION(`GdkAtom',`Glib::ustring',`Gdk::AtomString::to_cpp_type($3)')
294 _CONVERSION(`const Glib::ustring&', `GdkAtom', `Gdk::AtomString::to_c_type($3)')
295 _CONVERSION(`Glib::ustring&',`GdkAtom',`Gdk::AtomString::to_c_type($3)')
/dports/www/firefox-esr/firefox-91.8.0/servo/components/style/servo/
H A Dselector_parser.rs18 use crate::values::{AtomIdent, AtomString};
741 operation: &AttrSelectorOperation<&AtomString>, in attr_matches() argument
/dports/www/firefox/firefox-99.0/servo/components/style/servo/
H A Dselector_parser.rs18 use crate::values::{AtomIdent, AtomString};
741 operation: &AttrSelectorOperation<&AtomString>, in attr_matches() argument
/dports/mail/thunderbird/thunderbird-91.8.0/servo/components/style/servo/
H A Dselector_parser.rs18 use crate::values::{AtomIdent, AtomString};
741 operation: &AttrSelectorOperation<&AtomString>, in attr_matches() argument
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/gdkmm/
H A Ddragcontext.cc199 return Gdk::AtomString::to_cpp_type(gdk_drag_get_selection(const_cast<GdkDragContext*>(gobj()))); in get_selection()
H A Dtypes.h524 typedef AtomStringTraits AtomString; typedef
/dports/lang/yap/yap-6.2.2/H/
H A Dratoms.h277 AtomString = AtomAdjust(AtomString);
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gdk/src/
H A Dtypes.hg138 typedef AtomStringTraits AtomString;

123