OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:setwindow
(Results
26 - 50
of
62
) sorted by null
1
2
3
/external/webkit/Source/WebCore/plugins/
npfunctions.h
188
NPP_SetWindowProcPtr
setwindow
;
member in struct:_NPPluginFuncs
PluginPackage.cpp
210
// Flash will crash on repeated calls to
SetWindow
in windowed mode
PluginView.cpp
390
if (m_plugin->pluginFuncs()->
setwindow
&& !m_plugin->quirks().contains(PluginQuirkDontSetNullWindowHandleOnDestroy)) {
393
m_plugin->pluginFuncs()->
setwindow
(m_instance, &m_npWindow);
[
all
...]
/external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.h
71
void
setWindow
(NPWindow* window, bool isTransparent);
PluginWidgetAndroid.cpp
118
void PluginWidgetAndroid::
setWindow
(NPWindow* window, bool isTransparent) {
189
// nothing to report if we haven't had
setWindow
() called yet
208
// nothing to do if we haven't had
setWindow
() called yet. m_flipPixelRef
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/
NetscapePluginWin.cpp
140
// FIXME: Call
SetWindow
here if we haven't called it yet (see r59904).
/frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp
89
pluginFuncs->
setwindow
= NPP_SetWindow;
/external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp
608
// Ensure that we have called
SetWindow
before we try to paint.
809
if (m_plugin->pluginFuncs()->
setwindow
) {
812
m_plugin->pluginFuncs()->
setwindow
(m_instance, &m_npWindow);
/external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp
621
if (!m_isStarted || !parent() || !m_plugin->pluginFuncs()->
setwindow
)
624
// If the plugin didn't load sucessfully, no point in calling
setwindow
695
m_plugin->pluginFuncs()->
setwindow
(m_instance, &m_npWindow);
[
all
...]
/external/webkit/Examples/NetscapeCocoaPlugin/
main.m
92
pluginFuncs->
setwindow
= NPP_SetWindow;
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
main.m
108
pluginFuncs->
setwindow
= NPP_SetWindow;
/external/webkit/Examples/NetscapeInputMethodPlugin/
main.m
95
pluginFuncs->
setwindow
= NPP_SetWindow;
/external/webkit/Source/WebKit/mac/WebCoreSupport/
WebInspectorClient.mm
307
[self
setWindow
:window];
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp
411
aPluginVTable->
setwindow
= webkit_test_plugin_set_window;
/external/grub/netboot/
3c90x.txt
252
visible at any one time. This
SetWindow
function selects one of
274
Register types start with 'reg', window numbers (for
SetWindow
)
/external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm
388
if (!m_isStarted || !parent() || !m_plugin->pluginFuncs()->
setwindow
)
431
m_plugin->pluginFuncs()->
setwindow
(m_instance, &m_npWindow);
/external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginPackage.mm
525
pluginFuncs.
setwindow
= (NPP_SetWindowProcPtr)functionPointerForTVector((TransitionVector)pluginFuncs.
setwindow
);
WebBaseNetscapePluginView.mm
668
// Call
setWindow
to explicitly "clip out" the plug-in from sight.
/development/samples/BrowserPlugin/jni/
main.cpp
101
pluginFuncs->
setwindow
= NPP_SetWindow;
/external/webkit/Source/WebCore/bindings/js/
ScriptController.cpp
192
windowShell->
setWindow
(m_frame->domWindow());
/external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenHUDWindowController.mm
294
[self
setWindow
:nil];
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp
303
return m_pluginModule->pluginFuncs().
setwindow
(&m_npp, npWindow);
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h
[
all
...]
/external/v8/src/
log.cc
206
void
SetWindow
(SlidingStateWindow* window) {
248
isolate->logger()->ticker_->
SetWindow
(this);
[
all
...]
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp
108
pluginFuncs->
setwindow
= NPP_SetWindow;
Completed in 827 milliseconds
1
2
3