Home | History | Annotate | Download | only in npapi

Lines Matching refs:NPP_SetWindow

95 // Enforces providing a valid device context in NPWindow, so that NPP_SetWindow
97 // Doing so allows removing NPP_SetWindow call during painting a windowless
279 // Windows Media Player needs two NPP_SetWindow calls.
285 // The media player plugin sets its size on the first NPP_SetWindow call
286 // and never updates its size. We should call the underlying NPP_SetWindow
301 // VLC hangs on NPP_Destroy if we call NPP_SetWindow with a null window
315 // The divx plugin sets its size on the first NPP_SetWindow call and never
316 // updates its size. We should call the underlying NPP_SetWindow only when
706 // called NPP_SetWindow, so force it to get the new value.
854 NPError err = instance()->NPP_SetWindow(&window_);
856 instance()->NPP_SetWindow(&window_);
1119 NPError err = instance()->NPP_SetWindow(&window_);