/third_party/python/Lib/idlelib/ |
D | window.py | 28 title = window.get_title() 79 def get_title(self): member in ListedToplevel
|
/third_party/cef/libcef_dll/ctocpp/ |
D | navigation_entry_ctocpp.cc | 95 if (CEF_MEMBER_MISSING(_struct, get_title)) in GetTitle() 101 cef_string_userfree_t _retval = _struct->get_title(_struct); in GetTitle()
|
D | domdocument_ctocpp.cc | 90 if (CEF_MEMBER_MISSING(_struct, get_title)) in GetTitle() 96 cef_string_userfree_t _retval = _struct->get_title(_struct); in GetTitle()
|
/third_party/libexif/libexif/ |
D | exif-mnote-data.c | 133 if (!d || !d->methods.get_title) return NULL; in exif_mnote_data_get_title() 134 return d->methods.get_title (d, n); in exif_mnote_data_get_title()
|
D | exif-mnote-data-priv.h | 51 const char * (* get_title) (ExifMnoteData *, unsigned int); member
|
/third_party/cef/include/capi/ |
D | cef_navigation_entry_capi.h | 91 cef_string_userfree_t(CEF_CALLBACK* get_title)(
|
D | cef_dom_capi.h | 111 cef_string_userfree_t(CEF_CALLBACK* get_title)(
|
/third_party/cef/include/capi/views/ |
D | cef_window_capi.h | 171 cef_string_userfree_t(CEF_CALLBACK* get_title)(struct _cef_window_t* self);
|
/third_party/cef/libcef_dll/cpptoc/ |
D | navigation_entry_cpptoc.cc | 204 GetStruct()->get_title = navigation_entry_get_title; in CefNavigationEntryCppToC()
|
D | domdocument_cpptoc.cc | 283 GetStruct()->get_title = domdocument_get_title; in CefDOMDocumentCppToC()
|
/third_party/libexif/libexif/fuji/ |
D | exif-mnote-data-fuji.c | 360 d->methods.get_title = exif_mnote_data_fuji_get_title; in exif_mnote_data_fuji_new()
|
/third_party/libexif/libexif/canon/ |
D | exif-mnote-data-canon.c | 420 d->methods.get_title = exif_mnote_data_canon_get_title; in exif_mnote_data_canon_new()
|
/third_party/libexif/libexif/pentax/ |
D | exif-mnote-data-pentax.c | 468 d->methods.get_title = exif_mnote_data_pentax_get_title; in exif_mnote_data_pentax_new()
|
/third_party/gettext/gettext-tools/src/ |
D | msginit.c | 1659 get_title () in get_title() function 1876 subst[0][1] = xasprintf (get_title (), id, id); in fill_header()
|
D | ChangeLog.0 | 1085 (get_title): Likewise. 1429 (get_title): Return a correct value even if 'locale' is a nonexistent 1527 (get_title): Always use the English title first.
|
/third_party/cef/libcef_dll/ctocpp/views/ |
D | window_ctocpp.cc | 327 if (CEF_MEMBER_MISSING(_struct, get_title)) in GetTitle() 333 cef_string_userfree_t _retval = _struct->get_title(_struct); in GetTitle()
|
/third_party/libexif/libexif/olympus/ |
D | exif-mnote-data-olympus.c | 667 d->methods.get_title = exif_mnote_data_olympus_get_title; in exif_mnote_data_olympus_new()
|
/third_party/node/test/fixtures/wpt/resources/ |
D | testharness.js | 218 return get_title() + suffix; 288 return get_title() + suffix; 3289 function get_title() function
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/play/ |
D | gstplay.c | 256 static void *get_title (GstTagList * tags); 1425 info->title = get_from_tags (self, info, get_title); in media_info_update() 2269 get_title (GstTagList * tags) in get_title() function 2381 media_info->title = get_from_tags (self, media_info, get_title); in gst_play_media_info_create()
|
/third_party/cef/libcef_dll/cpptoc/views/ |
D | window_cpptoc.cc | 1861 GetStruct()->get_title = window_get_title; in CefWindowCppToC()
|