HomeSort by relevance Sort by last modified time
    Searched refs:xid (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_observer_x11.h 19 virtual void OnWindowMapped(unsigned long xid) = 0;
23 virtual void OnWindowUnmapped(unsigned long xid) = 0;
x11_desktop_handler.cc 114 void X11DesktopHandler::OnActiveWindowChanged(::Window xid) {
121 views::DesktopRootWindowHostX11::GetHostForXID(xid);
125 current_window_ = xid;
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_registrar_x11.h 20 // XID. We need a separate object to own the dbus channel to
22 // between a XID and the DbusmenuServer instance we are offering.
27 void OnWindowMapped(unsigned long xid);
28 void OnWindowUnmapped(unsigned long xid);
37 void RegisterXID(unsigned long xid);
38 void UnregisterXID(unsigned long xid);
global_menu_bar_registrar_x11.cc 26 void GlobalMenuBarRegistrarX11::OnWindowMapped(unsigned long xid) {
27 live_xids_.insert(xid);
30 RegisterXID(xid);
33 void GlobalMenuBarRegistrarX11::OnWindowUnmapped(unsigned long xid) {
35 UnregisterXID(xid);
37 live_xids_.erase(xid);
70 void GlobalMenuBarRegistrarX11::RegisterXID(unsigned long xid) {
72 std::string path = GlobalMenuBarX11::GetPathForWindow(xid);
83 g_variant_new("(uo)", xid, path.c_str()),
90 void GlobalMenuBarRegistrarX11::UnregisterXID(unsigned long xid) {
    [all...]
global_menu_bar_x11.h 58 // Creates the object path for DbusemenuServer which is attached to |xid|.
59 static std::string GetPathForWindow(unsigned long xid);
73 void InitServer(unsigned long xid);
130 virtual void OnWindowMapped(unsigned long xid) OVERRIDE;
131 virtual void OnWindowUnmapped(unsigned long xid) OVERRIDE;
  /system/core/libnetutils/
dhcpmsg.c 24 static void *init_dhcp_msg(dhcp_msg *msg, int type, void *hwaddr, uint32_t xid)
37 msg->xid = xid;
55 int init_dhcp_discover_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid)
59 x = init_dhcp_msg(msg, DHCPDISCOVER, hwaddr, xid);
73 int init_dhcp_request_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid,
78 x = init_dhcp_msg(msg, DHCPREQUEST, hwaddr, xid);
dhcpmsg.h 42 uint32_t xid; /* transaction id */ member in struct:dhcp_msg
101 int init_dhcp_discover_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid);
103 int init_dhcp_request_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid,
dhcpclient.c 273 ALOGD("xid = 0x%08x secs = %d, flags = 0x%04x optlen = %d",
274 ntohl(msg->xid), ntohs(msg->secs), ntohs(msg->flags), len);
361 if (reply->xid != msg->xid) {
362 if (verbose) ALOGD("netcfg: Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid),
363 ntohl(msg->xid));
396 uint32_t xid; local
403 xid = (uint32_t) get_msecs();
447 size = init_dhcp_discover_msg(msg, hwaddr, xid);
    [all...]
  /external/chromium_org/ui/gfx/
gtk_native_view_id_manager.h 16 typedef unsigned long XID;
23 // time when we need to tell the renderer about its NativeViewId, an XID isn't
33 // from NativeViewIds to the current XID for that widget.
50 // xid: (output) the resulting X window ID, or 0
55 // |*xid| is set to 0.
56 bool GetXIDForId(XID* xid, gfx::NativeViewId id);
61 bool GetNativeViewForId(gfx::NativeView* xid, gfx::NativeViewId id);
66 // Keeping the XID permanent requires a bit of overhead, so it must
69 // xid: (output) the resulting X windo
    [all...]
gtk_native_view_id_manager.cc 88 bool GtkNativeViewManager::GetXIDForId(XID* output, gfx::NativeViewId id) {
115 bool GtkNativeViewManager::GetPermanentXIDForId(XID* output,
126 // the XID will not change.
134 // Update the reference count on the permanent XID.
138 std::pair<std::map<XID, PermanentXIDInfo>::iterator, bool> ret =
149 bool GtkNativeViewManager::AddRefPermanentXID(XID xid) {
152 std::map<XID, PermanentXIDInfo>::iterator i =
153 perm_xid_to_info_.find(xid);
163 void GtkNativeViewManager::ReleasePermanentXID(XID xid)
    [all...]
  /external/chromium_org/base/message_loop/
message_pump_aurax11.h 49 // Adds/Removes |dispatcher| for the |xid|. This will route all messages from
50 // the window |xid| to |dispatcher.
52 unsigned long xid);
53 void RemoveDispatcherForWindow(unsigned long xid);
74 void BlockUntilWindowMapped(unsigned long xid);
message_pump_aurax11.cc 169 unsigned long xid) {
170 dispatchers_.insert(std::make_pair(xid, dispatcher));
173 void MessagePumpAuraX11::RemoveDispatcherForWindow(unsigned long xid) {
174 dispatchers_.erase(xid);
204 void MessagePumpAuraX11::BlockUntilWindowMapped(unsigned long xid) {
216 XWindowEvent(display, xid, StructureNotifyMask, &event);
  /external/chromium_org/third_party/mesa/src/src/glx/
create_context.c 91 gc->xid = xcb_generate_id(c);
92 gc->share_xid = (share != NULL) ? share->xid : 0;
104 gc->xid,
  /external/mesa3d/src/glx/
create_context.c 91 gc->xid = xcb_generate_id(c);
92 gc->share_xid = (share != NULL) ? share->xid : 0;
104 gc->xid,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
dlm_netlink.h 27 uint64_t xid; member in struct:dlm_lock_data
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dlm_netlink.h 27 uint64_t xid; member in struct:dlm_lock_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dlm_netlink.h 27 uint64_t xid; member in struct:dlm_lock_data
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_pbuffer.c 107 XFreePixmap(dpy, pbuf->xid);
129 Pixmap xid; local
136 * This pixmap is only used for a persistent XID.
140 xid = XCreatePixmap(dpy, root, (unsigned int) 1,
143 if (None == xid) {
148 if (apple_glx_drawable_create(dpy, screen, xid, &d, &callbacks)) {
156 pbuf->xid = xid;
175 *result = pbuf->xid;
  /external/chromium_org/ui/base/x/
active_window_watcher_x.cc 89 int xid = *reinterpret_cast<int*>(property); local
91 GdkWindow* active_window = gdk_x11_window_lookup_for_display(display, xid);
  /external/mesa3d/src/glx/apple/
apple_glx_pbuffer.c 107 XFreePixmap(dpy, pbuf->xid);
129 Pixmap xid; local
136 * This pixmap is only used for a persistent XID.
140 xid = XCreatePixmap(dpy, root, (unsigned int) 1,
143 if (None == xid) {
148 if (apple_glx_drawable_create(dpy, screen, xid, &d, &callbacks)) {
156 pbuf->xid = xid;
175 *result = pbuf->xid;
  /external/chromium/base/
message_pump_glib_x.h 31 void SetupXInput2ForXWindow(Window xid);
  /external/chromium/chrome/browser/ui/tabs/
dock_info_gtk.cc 28 XID xid = ui::GetX11WindowFromGtkWidget(*iter); local
29 ignore_.insert(xid);
37 bool ShouldIgnoreWindow(XID window) {
42 virtual bool ShouldStopIterating(XID window) {
47 std::set<XID> ignore_;
61 static bool IsTopMostWindowAtPoint(XID window,
69 virtual bool ShouldStopIterating(XID window) {
97 TopMostFinder(XID window,
108 XID target_
    [all...]
  /external/chromium_org/chrome/browser/ui/aura/tabs/
dock_info_aurax11.cc 30 XID xid = (*iter)->GetRootWindow()->GetAcceleratedWidget(); local
31 ignore_.insert(xid);
39 bool ShouldIgnoreWindow(XID window) {
44 virtual bool ShouldStopIterating(XID window) OVERRIDE {
49 std::set<XID> ignore_;
63 static bool IsTopMostWindowAtPoint(XID window,
71 virtual bool ShouldStopIterating(XID window) OVERRIDE {
94 TopMostFinder(XID window,
105 XID target_
194 XID xid = local
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
dock_info_gtk.cc 29 XID xid = ui::GetX11WindowFromGtkWidget(*iter); local
30 ignore_.insert(xid);
38 bool ShouldIgnoreWindow(XID window) {
43 virtual bool ShouldStopIterating(XID window) OVERRIDE {
48 std::set<XID> ignore_;
62 static bool IsTopMostWindowAtPoint(XID window,
70 virtual bool ShouldStopIterating(XID window) OVERRIDE {
92 TopMostFinder(XID window,
103 XID target_
187 XID xid = local
    [all...]
  /external/chromium_org/ui/base/touch/
touch_factory_x11.h 46 void SetupXI2ForXWindow(::Window xid);

Completed in 1033 milliseconds

1 2 3 4 5 6