Searched refs:callbackStruct (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/x11/
H A DNetscapePluginX11.cpp161 NPSetWindowCallbackStruct* callbackStruct = static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info); local
162 callbackStruct->display = GDK_WINDOW_XDISPLAY(window);
163 callbackStruct->visual = GDK_VISUAL_XVISUAL(gdk_window_get_visual(window));
164 callbackStruct->depth = gdk_visual_get_depth(gdk_window_get_visual(window));
165 callbackStruct->colormap = XCreateColormap(display, GDK_ROOT_WINDOW(), callbackStruct->visual, AllocNone);
185 NPSetWindowCallbackStruct* callbackStruct = static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info); local
186 callbackStruct->display = display;
187 callbackStruct->depth = depth;
201 callbackStruct
249 NPSetWindowCallbackStruct* callbackStruct = static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info); local
[all...]

Completed in 119 milliseconds