Home | History | Annotate | Download | only in gfx

Lines Matching refs:xid

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) {
166 std::map<XID, PermanentXIDInfo>::iterator i =
167 perm_xid_to_info_.find(xid);
179 gdk_x11_window_lookup_for_display(gdk_display_get_default(), xid));
238 // If the XID is supposed to outlive the widget, mark it
243 std::map<XID, PermanentXIDInfo>::iterator k =