/external/webkit/Source/WebCore/plugins/ |
IFrameShimSupport.cpp | 119 // technique of overlaying a windowed plugin with content from the
|
PluginPackage.cpp | 210 // Flash will crash on repeated calls to SetWindow in windowed mode
|
PluginView.h | 493 IntRect m_clipRect; // The clip rect to apply to a windowed plug-in
|
/external/webkit/Source/WebKit2/WebProcess/win/ |
WebProcessWin.cpp | 178 // Also include any descendants of the WebPages' windows which we've created (e.g., for windowed plugins).
|
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/ |
main.cpp | 264 void* windowed = 0; local 266 windowed = 0; 268 windowed = reinterpret_cast<void*>(1); 271 browser->setvalue(instance, NPPVpluginWindowBool, windowed);
|
/external/webrtc/src/modules/audio_processing/aec/main/source/ |
aec_core.h | 108 complex_t xfwBuf[NR_PART * PART_LEN1]; // farend windowed fft buffer
|
aec_core.c | 836 // Windowed far fft 858 // Windowed near fft 874 // Windowed error fft [all...] |
/frameworks/base/core/java/android/database/ |
CursorToBulkCursorAdaptor.java | 52 * This field is always null for abstract windowed cursors since they are responsible
|
/external/chromium/chrome/browser/prerender/ |
prerender_manager.h | 216 // Time window for which we will record windowed PLT's from the last
|
/external/qemu/distrib/sdl-1.2.12/src/main/win32/ |
SDL_win32_main.c | 226 /* This is where execution begins [windowed apps] */
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzGL.m | 71 /* In windowed mode, the OpenGL pixel depth must match device pixel depth */
|
/external/webkit/Source/WebKit/android/plugins/ |
PluginWidgetAndroid.h | 79 /* Called to check if the plugin is running in "windowed" mode (i.e. surface
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/ |
NetscapePluginWin.cpp | 143 // FIXME: Paint windowed plugins into context if context->shouldIncludeChildWindows() is true.
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
webkit | 470 windowed
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_imdct_synth.cpp | 57 The number of windowed samples is 12 for short blocks, and 36 for long 68 Each of the three short blocks is windowed separately. 69 The windowed short blocks must be overlapped and concatenated.
|
/external/libpng/contrib/gregbook/ |
README | 132 current folder. Like the Unix versions, the two windowed programs
|
/external/quake/quake/src/WinQuake/docs/ |
readme.glquake | 33 and "window" for windowed mode.
|
/external/webkit/Source/ThirdParty/ANGLE/src/libEGL/ |
Surface.cpp | 127 presentParameters.Windowed = TRUE;
|
/external/webkit/Source/WebCore/css/ |
CSSValueKeywords.in | 752 windowed
|
/external/webkit/Source/WebCore/platform/audio/ |
SincResampler.cpp | 102 // Generates a set of windowed sinc() kernels.
|
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
LegacyCACFLayerTreeHost.cpp | 66 parameters.Windowed = TRUE;
|
/external/webkit/Source/WebCore/plugins/gtk/ |
PluginViewGtk.cpp | 332 // even send these types of events to windowed plugins. In the future, it may be good to only 489 // On Unix, only call plugin's setwindow if it's full-page or windowed
|
/external/webkit/Source/WebCore/plugins/win/ |
PluginViewWin.cpp | 277 // Most (all?) windowed plugins don't seem to respond to WM_PRINTCLIENT, so 401 // Most (all?) windowed plugins don't respond to WM_PRINTCLIENT, so we
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 318 * a fullscreen video mode. The default is to create a windowed mode [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 318 * a fullscreen video mode. The default is to create a windowed mode [all...] |