Home
last modified time | relevance | path

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

/external/chromium_org/third_party/gtk+/
DAUTHORS2 asking questions about this version of GTK+.
10 The GTK+ Team (in alphabetical order)
32 GTK+ is much better because of them.
35 Over time, GTK+ has incorporated some pieces of software which
/external/chromium_org/chrome/browser/ui/libgtk2ui/
DDEPS1 # libgtk2ui must be disconnected from all other GTK code.
DOWNERS1 # You can only be a GTK owner if your name starts with "e".
/external/chromium_org/chrome/browser/ui/cocoa/extensions/
Dextension_keybinding_registry_cocoa.mm106 // Mac implemenetation behaves like GTK with regards to what is kept in the
107 // event_targets_ map, because both GTK and Mac need to keep track of Browser
Dextension_uninstall_dialog_cocoa.mm22 // complex life cycle than the Views and GTK implementations because the
/external/libexif/
DREADME61 - gexif: A GTK+ frontend for editing EXIF data
65 - gtkam: A GTK+ frontend to libgphoto2 (http://www.gphoto.org).
79 - libexif-gtk: library of widgets to help display EXIF tags in GTK
/external/chromium_org/build/config/
Dui.gni27 # of a replacement for GDI or GTK.
DBUILDCONFIG.gn285 # (FreeBSD, etc.) toolkits, (X11, GTK, etc.), or features. For these cases,
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
Dcr.js36 /GTK/.test(chrome.getVariableValue('toolkit'));
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/js/
Dcr.js333 /GTK/.test(chrome.getVariableValue('toolkit'));
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Dperf-annotate.txt69 --gtk:: Use the GTK interface.
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_i.h160 u8 GTK[2][WPA_GTK_MAX_LEN]; member
Dwpa_auth.c2021 gtk = gsm->GTK[gsm->GN - 1]; in SM_STATE()
2357 gtk = gsm->GTK[gsm->GN - 1]; in SM_STATE()
2461 group->GTK[group->GN - 1], group->GTK_len) < 0) in wpa_gtk_update()
2464 group->GTK[group->GN - 1], group->GTK_len); in wpa_gtk_update()
2494 os_memset(group->GTK, 0, sizeof(group->GTK)); in wpa_group_gtk_init()
2577 os_memcpy(pos, gsm->GTK[gsm->GN - 1], gsm->GTK_len); in wpa_wnmsleep_gtk_subelem()
2583 gsm->GTK[gsm->GN - 1], gsm->GTK_len); in wpa_wnmsleep_gtk_subelem()
2665 group->GTK[group->GN - 1], group->GTK_len) < 0) in wpa_group_config_group_keys()
Dwpa_auth_ft.c440 os_memcpy(keybuf, gsm->GTK[gsm->GN - 1], key_len); in wpa_ft_gtk_subelem()
446 key = gsm->GTK[gsm->GN - 1]; in wpa_ft_gtk_subelem()
/external/chromium_org/build/config/linux/
DBUILD.gn119 # CrOS doesn't install GTK, gconf or any gnome packages.
/external/pixman/
Dconfigure.ac770 dnl GTK+
774 [enable tests using GTK+ [default=auto]])],
781 PKG_CHECK_MODULES(GTK, [gtk+-2.0 pixman-1])
789 PKG_CHECK_MODULES(GTK, [gtk+-2.0 pixman-1], [enable_gtk=yes], [enable_gtk=no])
Dconfigure1473 --enable-gtk enable tests using GTK+ [default=auto]
/external/chromium_org/build/linux/
Dsystem.gyp26 # Hide GTK and related dependencies for Chrome OS and Ozone, so they won't get
27 # added back to Chrome OS and Ozone. Don't try to use GTK on Chrome OS and Ozone.
/external/chromium_org/remoting/
Dremoting_host.gypi315 # Always use GTK on Linux, even for Aura builds.
877 # Always use GTK on Linux, even for Aura builds.
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-HS20433 <3>WPA: Key negotiation completed with 02:00:00:00:01:00 [PTK=CCMP GTK=CCMP]
474 <3>WPA: Key negotiation completed with 02:00:00:00:01:00 [PTK=CCMP GTK=CCMP]
DChangeLog548 - Support GTK rekey offload.
1941 * ignore Tx bit in GTK IE when Pairwise keys are used
/external/chromium_org/chrome/browser/ui/cocoa/
Dbrowser_window_cocoa.mm301 // way views and GTK do.
/external/wpa_supplicant_8/hostapd/
DREADME352 # Time interval for rekeying GTK (broadcast/multicast encryption keys) in
DChangeLog104 * fixed GTK rekeying when the station uses FT protocol
899 * added support for strict GTK rekeying (wpa_strict_rekey in
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/
Domnibox_view_mac.mm521 // TODO(shess): GTK has this as a member var, figure out why.