Home
last modified time | relevance | path

Searched refs:hasFallback (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGShape.cpp115 bool hasFallback; in fillContains() local
116 …esFill && !RenderSVGResource::requestPaintingResource(ApplyToFillMode, this, style(), hasFallback)) in fillContains()
127 bool hasFallback; in strokeContains() local
128 …roke && !RenderSVGResource::requestPaintingResource(ApplyToStrokeMode, this, style(), hasFallback)) in strokeContains()
205 bool hasFallback; in fillShape() local
206 …Resource = RenderSVGResource::requestPaintingResource(ApplyToFillMode, this, style, hasFallback)) { in fillShape()
210 } else if (hasFallback) { in fillShape()
222 bool hasFallback; in strokeShape() local
223 …source = RenderSVGResource::requestPaintingResource(ApplyToStrokeMode, this, style, hasFallback)) { in strokeShape()
227 } else if (hasFallback) { in strokeShape()
DRenderSVGResource.cpp38 …urce(RenderSVGResourceMode mode, RenderObject* object, const RenderStyle* style, bool& hasFallback) in requestPaintingResource() argument
43 hasFallback = false; in requestPaintingResource()
124 hasFallback = true; in requestPaintingResource()
DRenderSVGResource.h74 …questPaintingResource(RenderSVGResourceMode, RenderObject*, const RenderStyle*, bool& hasFallback);
DSVGInlineTextBox.cpp371 bool hasFallback = false; in acquirePaintingResource() local
372 …source = RenderSVGResource::requestPaintingResource(resourceMode, &m_renderer, style, hasFallback); in acquirePaintingResource()
377 if (hasFallback) { in acquirePaintingResource()
DSVGRenderTreeAsText.cpp284 bool hasFallback; in writeStyle() local
285 …tingResource(ApplyToStrokeMode, const_cast<RenderSVGShape*>(&shape), shape.style(), hasFallback)) { in writeStyle()
313 …intingResource(ApplyToFillMode, const_cast<RenderSVGShape*>(&shape), shape.style(), hasFallback)) { in writeStyle()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLPlugInElement.h90 bool shouldUsePlugin(const KURL&, const String& mimeType, bool hasFallback, bool& useFallback);
DHTMLPlugInElement.cpp515 bool HTMLPlugInElement::shouldUsePlugin(const KURL& url, const String& mimeType, bool hasFallback, … in shouldUsePlugin() argument
530 useFallback = objectType == ObjectContentNone && hasFallback; in shouldUsePlugin()
/external/icu/icu4c/source/i18n/
Dtransreg.cpp214 UBool hasFallback() const;
289 UBool TransliteratorSpec::hasFallback() const { in hasFallback() function in TransliteratorSpec
1219 if (!src.hasFallback()) { in find()
1224 if (!trg.hasFallback()) { in find()
/external/chromium_org/third_party/icu/source/i18n/
Dtransreg.cpp214 UBool hasFallback() const;
289 UBool TransliteratorSpec::hasFallback() const { in hasFallback() function in TransliteratorSpec
1219 if (!src.hasFallback()) { in find()
1224 if (!trg.hasFallback()) { in find()