HomeSort by relevance Sort by last modified time
    Searched defs:hasFallback (Results 1 - 9 of 9) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
BackgroundFallback.java 38 public boolean hasFallback() {
43 if (!hasFallback()) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.cpp 116 bool hasFallback;
117 if (requiresFill && !RenderSVGResource::fillPaintingResource(this, style(), hasFallback))
128 bool hasFallback;
129 if (requiresStroke && !RenderSVGResource::strokePaintingResource(this, style(), hasFallback))
209 bool hasFallback;
210 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(this, style, hasFallback)) {
213 } else if (hasFallback) {
223 bool hasFallback;
224 if (RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(this, style, hasFallback)) {
227 } else if (hasFallback) {
    [all...]
SVGRenderTreeAsText.cpp 283 bool hasFallback;
284 if (RenderSVGResource* strokePaintingResource = RenderSVGResource::strokePaintingResource(const_cast<RenderSVGShape*>(&shape), shape.style(), hasFallback)) {
312 if (RenderSVGResource* fillPaintingResource = RenderSVGResource::fillPaintingResource(const_cast<RenderSVGShape*>(&shape), shape.style(), hasFallback)) {
SVGInlineTextBox.cpp 367 bool hasFallback = false;
369 m_paintingResource = RenderSVGResource::fillPaintingResource(renderer, style, hasFallback);
371 m_paintingResource = RenderSVGResource::strokePaintingResource(renderer, style, hasFallback);
381 if (hasFallback) {
  /external/chromium_org/third_party/icu/source/i18n/
transreg.cpp 199 * hasFallback(), next(), and reset() iterate over this fallback
212 UBool hasFallback() const;
287 UBool TransliteratorSpec::hasFallback() const {
320 // spec.hasFallback(); s(spec.next())) { ...
    [all...]
  /external/icu/icu4c/source/i18n/
transreg.cpp 201 * hasFallback(), next(), and reset() iterate over this fallback
214 UBool hasFallback() const;
289 UBool TransliteratorSpec::hasFallback() const {
322 // spec.hasFallback(); s(spec.next())) { ...
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 1300 milliseconds