HomeSort by relevance Sort by last modified time
    Searched full:quirks (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/webkit/WebCore/css/
quirks.css 2 * Additonal style sheet used to render HTML pages in quirks mode.
32 /* Tables reset both line-height and white-space in quirks mode. */
50 /* Set margin-bottom for form element in quirks mode. */
51 /* Compatible with Gecko. (Doing this only for quirks mode is a fix for bug 17696.) */
themeWinQuirks.css 31 /* These styles override the default styling for HTML elements in quirks-mode
32 as defined in WebCore/css/quirks.css. So far we have used this file exclusively for
CSSQuirkPrimitiveValue.h 30 // When the quirky value is used, if you're in quirks mode, the margin will collapse away
  /external/webkit/WebCore/plugins/
PluginStream.h 60 static PassRefPtr<PluginStream> create(PluginStreamClient* client, Frame* frame, const ResourceRequest& request, bool sendNotification, void* notifyData, const NPPluginFuncs* functions, NPP instance, const PluginQuirkSet& quirks)
62 return adoptRef(new PluginStream(client, frame, request, sendNotification, notifyData, functions, instance, quirks));
PluginView.cpp 316 // Since we have no legacy plugins to check, we ignore the quirks check.
319 if (m_plugin && !(m_plugin->quirks().contains(PluginQuirkDontUnloadPlugin)))
382 if (m_plugin->pluginFuncs()->setwindow && !m_plugin->quirks().contains(PluginQuirkDontSetNullWindowHandleOnDestroy)) {
475 RefPtr<PluginStream> stream = PluginStream::create(this, m_parentFrame.get(), request->frameLoadRequest().resourceRequest(), request->sendNotification(), request->notifyData(), plugin()->pluginFuncs(), instance(), m_plugin->quirks());
525 RefPtr<PluginStream> stream = PluginStream::create(this, m_parentFrame.get(), request->frameLoadRequest().resourceRequest(), request->sendNotification(), request->notifyData(), plugin()->pluginFuncs(), instance(), m_plugin->quirks());
878 if (m_plugin->quirks().contains(PluginQuirkRemoveWindowlessVideoParam) && equalIgnoringCase(paramNames[i], "windowlessvideo"))
990 m_manualStream = PluginStream::create(this, m_parentFrame.get(), m_parentFrame->loader()->activeDocumentLoader()->request(), false, 0, plugin()->pluginFuncs(), instance(), m_plugin->quirks());
1031 if (!m_plugin->quirks().contains(PluginQuirkHasModalMessageLoop))
    [all...]
PluginPackage.h 76 PluginQuirkSet quirks() const { return m_quirks; } function in class:WebCore::PluginPackage
PluginPackage.cpp 86 bool AallowsMultipleInstances = !quirks().contains(PluginQuirkDontAllowMultipleInstances);
87 bool BallowsMultipleInstances = !compareTo.quirks().contains(PluginQuirkDontAllowMultipleInstances);
PluginStream.cpp 55 PluginStream::PluginStream(PluginStreamClient* client, Frame* frame, const ResourceRequest& resourceRequest, bool sendNotification, void* notifyData, const NPPluginFuncs* pluginFuncs, NPP instance, const PluginQuirkSet& quirks)
68 , m_quirks(quirks)
  /external/qemu/hw/
sd.h 17 /* This is basically the same command as for MMC with some quirks. */
  /external/webkit/WebCore/manual-tests/
css3-cursor-fallback-quirks.html 2 <head><title>Quirks custom cursor tests</title></head>
22 <p>In each of the blue boxes below, the cursor should remain the default cursor, since all cursor definitions are invalid in quirks mode.</p>
57 <p>In each of the blue boxes below, the hotspot is out-of-range. In quirks mode we do not support hotspots at all, so we show the fallback cursor(text).</p>
  /frameworks/base/include/media/stagefright/
OMXCodec.h 102 enum Quirks {
172 OMXCodec(const sp<IOMX> &omx, IOMX::node_id node, uint32_t quirks,
  /frameworks/base/media/libstagefright/
OMXCodec.cpp 353 uint32_t quirks = 0; local
356 quirks |= kWantsNALFragments;
359 quirks |= kNeedsFlushBeforeDisable;
360 quirks |= kDecoderLiesAboutNumberOfChannels;
363 quirks |= kNeedsFlushBeforeDisable;
364 quirks |= kRequiresFlushCompleteEmulation;
365 quirks |= kSupportsMultipleFramesPerInputBuffer;
368 quirks |= kRequiresLoadedToIdleAfterAllocation;
369 quirks |= kRequiresAllocateBufferOnInputPorts;
370 quirks |= kRequiresAllocateBufferOnOutputPorts
505 uint32_t quirks = getComponentQuirks(componentName, createEncoder); local
    [all...]
  /external/webkit/WebCore/bindings/js/
JSHTMLInputElementCustom.cpp 46 // As with other site-specific quirks, allow website developers to turn this off.
  /external/webkit/WebCore/html/
HTMLDocument.cpp 356 // COMPAT - quirks mode emulates WinIE and NS4. CSS parsing is also relaxed in this mode, e.g., unit types can
360 // STRICT - no quirks apply. Web pages will obey the specifications to the letter.
364 // No doctype found at all or the doctype is not HTML. Default to quirks mode and Html4.
367 // Assume quirks mode for this particular system ID. In the HTML5 spec, this is the only
  /external/kernel-headers/original/linux/
mod_devicetable.h 48 * to that match: device quirks, etc.
96 * record quirks of specific products.
  /bionic/libc/arch-arm/include/machine/
cpu-features.h 36 * quirks and alphabet soup.
  /development/ndk/platforms/android-3/arch-arm/include/machine/
cpu-features.h 36 * quirks and alphabet soup.
  /development/pdk/docs/compatibility/
index.jd 63 <p>As a consequence of some legal quirks, we aren't able to offer automatic
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/machine/
cpu-features.h 36 * quirks and alphabet soup.
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/machine/
cpu-features.h 36 * quirks and alphabet soup.
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/machine/
cpu-features.h 36 * quirks and alphabet soup.
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/machine/
cpu-features.h 36 * quirks and alphabet soup.
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 367 m_plugin->quirks().contains(PluginQuirkDontCallWndProcForSameMessageRecursively) &&
372 m_plugin->quirks().contains(PluginQuirkThrottleWMUserPlusOneMessages)) {
442 bool clipToZeroRect = !m_plugin->quirks().contains(PluginQuirkDontClipToZeroRectWhenScrolling);
964 if (m_plugin->quirks().contains(PluginQuirkThrottleInvalidate)) {
1042 if (!m_plugin->quirks().contains(PluginQuirkDeferFirstSetWindowCall))
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebsettings.cpp 719 * WebKitWebSettings::enable-site-specific-quirks
725 * workarounds. By turning on site-specific quirks, WebKit will
733 "enable-site-specific-quirks",
734 _("Enable Site Specific Quirks"),
    [all...]
  /external/webkit/WebCore/
Android.derived.mk 105 style_sheets := $(LOCAL_PATH)/css/html.css $(LOCAL_PATH)/css/quirks.css $(LOCAL_PATH)/css/view-source.css $(LOCAL_PATH)/css/mediaControls.css $(LOCAL_PATH)/css/mediaControlsAndroid.css

Completed in 556 milliseconds

1 2 3