HomeSort by relevance Sort by last modified time
    Searched refs:gtk (Results 26 - 50 of 85) sorted by null

12 3 4

  /external/webkit/WebCore/platform/wx/wxcode/gtk/
scrollbar_render.cpp 37 #include <gtk/gtk.h>
40 #include <wx/gtk/dc.h>
42 #include "wx/gtk/win_gtk.h"
  /external/webkit/WebCore/platform/gtk/
PlatformScreenGtk.cpp 38 #include <gtk/gtk.h>
DataObjectGtk.h 28 #include <wtf/gtk/GRefPtr.h>
ClipboardGtk.cpp 31 #include <gtk/gtk.h>
PopupMenuGtk.cpp 32 #include <gtk/gtk.h>
ScrollViewGtk.cpp 47 #include <gtk/gtk.h>
ScrollbarGtk.cpp 28 #include <gtk/gtk.h>
  /external/webkit/WebCore/plugins/gtk/
gtk2xtbin.h 43 #include <gtk/gtk.h>
  /external/webkit/WebKit/gtk/webkit/
webkitwebframe.h 25 #include <gtk/gtk.h>
  /sdk/eclipse/buildConfig/
build.properties 47 # linux, gtk, ppc &\
48 # linux, gtk, x86 & \
49 # linux, gtk, x86_64 & \
52 # solaris, gtk, sparc & \
65 # linux, gtk, ppc - antZip &\
66 # linux, gtk, x86 - antZip& \
67 # linux, gtk, x86_64 - antZip& \
70 # solaris, gtk, sparc - antZip& \
139 basews=gtk
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa.c 458 MACSTR " [PTK=%s GTK=%s]", MAC2STR(addr),
618 u8 gtk[32]; member in struct:wpa_gtk_data
627 const u8 *_gtk = gd->gtk;
630 wpa_hexdump_key(MSG_DEBUG, "WPA: Group Key", gd->gtk, gd->gtk_len);
631 wpa_printf(MSG_DEBUG, "WPA: Installing GTK to the driver "
637 os_memcpy(gtk_buf, gd->gtk, 16);
638 os_memcpy(gtk_buf + 16, gd->gtk + 24, 8);
639 os_memcpy(gtk_buf + 24, gd->gtk + 16, 8);
648 "GTK to the driver (Group only).");
655 wpa_printf(MSG_WARNING, "WPA: Failed to set GTK to
    [all...]
wpa_ft.c 280 const u8 *gtk; member in struct:wpa_ft_ies
316 parse->gtk = pos + 2;
596 u8 gtk[32]; local
602 wpa_printf(MSG_DEBUG, "FT: No GTK included in FTIE");
606 wpa_hexdump_key(MSG_DEBUG, "FT: Received GTK in Reassoc Resp",
610 gtk_elem_len - 18 > sizeof(gtk)) {
611 wpa_printf(MSG_DEBUG, "FT: Invalid GTK sub-elem "
616 if (aes_unwrap(sm->ptk.kek, gtk_len / 8, gtk_elem + 10, gtk)) {
618 "decrypt GTK");
650 wpa_printf(MSG_DEBUG, "FT: Too short GTK in FTIE")
    [all...]
  /external/bluetooth/glib/
glib-zip.in 70 share/gtk-doc/html/glib
71 share/gtk-doc/html/gobject
Makefile.am 72 gtk-doc.make
114 DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gtk-doc --enable-man
  /external/webkit/WebKitTools/Scripts/
build-dumprendertree 45 --gtk Build the GTK+ port
73 # Qt, Gtk and wxWindows build everything in one shot. No need to build anything here.
  /external/bluetooth/glib/docs/reference/gobject/
Makefile.am 61 include $(top_srcdir)/gtk-doc.make
  /external/webkit/WebCore/platform/graphics/gtk/
ImageGtk.cpp 33 #include <gtk/gtk.h>
61 // No icon was found, this can happen if not GTK theme is set. In
FontPlatformDataGtk.cpp 35 #include <gtk/gtk.h>
  /external/webkit/WebKit/gtk/WebCoreSupport/
ContextMenuClientGtk.cpp 31 #include <gtk/gtk.h>
55 g_object_get(settings, "gtk-show-input-method-menu", &showMenu, NULL);
92 // GtkUnicodeMenuEntry* entry = (GtkUnicodeMenuEntry*)g_object_get_data(G_OBJECT(widget), "gtk-unicode-menu-entry");
103 g_object_get(settings, "gtk-show-unicode-menu", &showMenu, NULL);
115 g_object_set_data(G_OBJECT(menuitem), "gtk-unicode-menu-entry", (gpointer)&bidi_menu_entries[i]);
PasteboardHelperGtk.cpp 26 #include <gtk/gtk.h>
  /external/webkit/WebKit/gtk/tests/
testwebdatasource.c 21 #include <gtk/gtk.h>
181 g_critical("You will need at least glib-2.16.0 and gtk-2.14.0 to run the unit tests. Doing nothing now.");
testwebframe.c 25 #include <gtk/gtk.h>
182 g_critical("You will need at least glib-2.16.0 and gtk-2.14.0 to run the unit tests. Doing nothing now.");
  /hardware/broadcom/wlan/bcm4329/src/include/proto/
eapol.h 145 /* GTK encapsulation */
149 uint8 gtk[EAPOL_WPA_MAX_KEY_SIZE]; member in struct:__anon7516
  /external/webkit/WebKit/chromium/src/gtk/
WebInputEventFactory.cpp 41 #include <gtk/gtk.h>
42 #include <gtk/gtkversion.h>
52 g_object_get(G_OBJECT(settings), "gtk-double-click-time", &doubleClickTime, 0);
169 // key and a caps-lock key, GTK doesn't swap their
469 // - Gtk makes the scroll amount a function of the size of the scroll bar,
  /external/bluetooth/glib/docs/reference/glib/
Makefile.am 73 include $(top_srcdir)/gtk-doc.make

Completed in 1876 milliseconds

12 3 4